1

Is it possible to grant a second developer the right to create shelve sets without allowing him to check-in or commit the changes directly to the code base?

If yes, how to do it?

riQQ
  • 9,878
  • 7
  • 49
  • 66
Moslem Ben Dhaou
  • 6,897
  • 8
  • 62
  • 93
  • 1
    [Shelve and Unshelve Pending changes](https://msdn.microsoft.com/en-us/library/ms181404%28v=vs.100%29.aspx): "No permissions are required to perform the shelve task" (Of course, they'll have needed `Read` permission to create the set of changes in the first place) – Damien_The_Unbeliever Jun 02 '15 at 10:48

1 Answers1

3

You can deny that user or group the Check-in permission, see Team Foundation Version Control (TFVC) permissions, but it is better to remove the permission.

Giulio Vian
  • 8,248
  • 2
  • 33
  • 41