Allow CVS mode on an individual file basis?

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
aaaa
Posts: 1
Joined: Thu Apr 26, 2007 3:44 am

Allow CVS mode on an individual file basis?

Post by aaaa » Thu Apr 26, 2007 3:51 am

Hi,

We are currently using Source Gear Vault integrated with Visual Studio using the checkout-edit-checkin method of development which suits us best.

However, we also use a produce called TestDriven together with NUnit for our testing purposes. When running TestDriven in debug mode, it is necessary for the application to check out the proejct file of the Visual Studio project in question.

This leaves us in the situation tha only one developer can be running the test suit in debug mode, as only one developer can have the exclusive lock on the project file beign debugged.

We were wondering whether it is possible to run all of our files in exclusive check out mode, apart from the Visual Studio project file which would be set to be mergeable? This would (hopefully) allow multiple develoeprs to be debugging at the same time.

Any help, or suggestions would be greatly appreciated.

Thanks

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Thu Apr 26, 2007 7:38 am

I could use more information.
We were wondering whether it is possible to run all of our files in exclusive check out mode
Do you want all developers to be able to checkout files exclusively? This isn't possible, since an "exclusive lock" means only one checkout.

If you want to have multiple checkouts of the same files, disable "Exclusive locks" in the Vault Admin Tool in Repository Options and instruct users not to check out files exclusively.

If files are being checked out exclusively because Vault considers them to be binary, you can add those file extensions to the list of mergeable files, which will allow multiple checkouts.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply