tags:

views:

31

answers:

2

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?

A: 

There is not clear way to do per file check-in /check-out rules by user.

Arnej65
+1  A: 

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.

Ewald Hofman