3

I was asked to grant permissions to several TFS users.
These users must have access to one branch only. How can I do this?

I'm going to create new TFS user group and deny access to root of Source Control, then allow access to necessary branch. What do you think?

mjv
  • 73,152
  • 14
  • 113
  • 156
Vadym Fedorov
  • 2,395
  • 2
  • 21
  • 31

2 Answers2

1

That is the correct approach.

Ewald Hofman
  • 12,688
  • 3
  • 39
  • 44
0

It doesn't work. Because Deny permission has higher priority than Allow even Deny even if it exist on parent. Deny permission always override Allow permissions. If you are using TFVC as source control, you could set the permission of root to "Not Set" and in then set "Allow" access to the branch you needed. Remember that in GitVC it's a little diffrent.

Omid Shariati
  • 1,904
  • 5
  • 22
  • 44