Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TF14098 Access Denied Branch in TFS 2013

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

like image 630
cvocvo Avatar asked Jan 17 '14 23:01

cvocvo


1 Answers

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

like image 83
Oswald Avatar answered Sep 19 '22 17:09

Oswald