Omnia9
Omnia9

Reputation: 1573

Controlling check-out check-in

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

Answers (2)

Ewald Hofman
Ewald Hofman

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

Omnia9
Omnia9

Reputation: 1573

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

Upvotes: 0

Related Questions