Question

I've got some developers who shouldn't get Admin access to a team collection or the project so they're not deleting the code.

However they need to be able to branch.

We recently upgraded to TFS 2013 and VS 2013 for all of our projects and the developers are receiving this error message:

enter image description here

I've looked for previous solutions but the directions don't seem to map to the interface for TFS/VS 2013.

How can I grant them the permissions the need for branching?

Thanks

Edit: Adding this screenshot to show where exactly the setting is in the web interface. TFS Settings for Version Control

Was it helpful?

Solution

You can set them under the Control Panel/<Project>/<TeamName>/Version Control.
There you can set the permission "Branch creation" (for git, "ManageBranch" in TVC) and the oders you read in the error Window.

For additional information read the following link: Team Foundation Server permissions

OTHER TIPS

For me funny thing was; I accidentally selected wrong work-space / user. It took almost a couple of hours to trace it. It was giving me same error as above, Once I have selected correct workspace it worked for me.

Work Space

Go to Tfs by administrator user.

Select Project Settings > Repositories > YOURPROJECT Team > Lock

Set Lock option to Allow

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top