Moslem Ben Dhaou
Moslem Ben Dhaou

Reputation: 7005

How to allow shelving but not checking-in?

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?

Upvotes: 1

Views: 902

Answers (1)

Giulio Vian
Giulio Vian

Reputation: 8353

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.

Upvotes: 3

Related Questions