Reputation: 1573
How do you set up either the check-out or check-in rules so that all users can add/remove files in the solution, but keep a single check-out on code files?
Upvotes: 0
Views: 309
Reputation: 12668
You can achieve what you want with the security model of version control.
You can right click on a folder in source control and then choose the Properties of the folder. Then go to the security tab to add granular security to version control.
Upvotes: 1
Reputation: 1573
There is not clear way to do per file check-in /check-out rules by user.
Upvotes: 0