Reputation: 353
I am currently doing a school project with two other members. We're using Team Foundation Server with Visual Studio to share the project and for collaboration.
I've added the project to Source Control (File > Add to Source Control > Choosing Team Foundation Version Control > Choosing Team Project Location) and checked in all changes.
Funny thing is, while my groupmates are able to connect to the server and configure workspace mappings, Source Control Explorer is empty for them. Mine, however, shows the appropriate files and folders (see image below)
Is there any way I could solve this? Right-clicking "beitrik.visualstudio.com\DefaultCollection" and selecting Get Latest Version does not work either, since the resulting message will be that "All files are up to date".
Thank you!
Upvotes: 4
Views: 4948
Reputation: 29958
Just as Daniel Mann mentioned, the other two member are working as a stakeholder that cannot contribute to Code.
As a stakeholder, you can:
- View, add, and modify items on the backlog
- View, create, and modify work items such as stories, features, and bugs
- View, create, and save queries
- View team dashboards and portfolio backlogs
- Create and receive alerts when changes are made to work items
- Submit, view, and change your feedback responses.
You can have 5 free users with Basic Access which can contribute to Code. Configure it via following steps:
You can add or edit the users on this tab, change the access level to "Basic" will give the access to Code.
Refer to this link for more details: Manage users and their access levels in your Visual Studio Team Services account
Upvotes: 3
Reputation: 58980
You have your other contributors at the Stakeholder access level. Stakeholders cannot contribute code; it's a level of permissions intended for people who will be contributing requirements and monitoring project progress, but not actively contributing code. Stakeholders do not require any licensing, which is the big draw.
However, you get up to 5 users (including yourself) for free, so you can add them to the Basic level so they can contribute code. You can do that by going to the "Users" tab from the root of your project (e.g. http://youraccount.visualstudio.com).
Upvotes: 2