Recommended non exclusive files - visual studio 2012

If you are having a problem using Vault, post a message here.
Post Reply
mrestuccia
Posts: 1
Joined: Mon Apr 14, 2014 7:32 am

Recommended non exclusive files - visual studio 2012

Post by mrestuccia » Mon Apr 14, 2014 7:40 am

We are using Visual Studio 2012 / C#, etc.

main folder
---> packages
---> our project

We are experiencing constant lock issue btw machine.

Should we remove exclusive lock on .sln and .csproj for example.

Please advice,

mauro

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Recommended non exclusive files - visual studio 2012

Post by Beth » Mon Apr 14, 2014 10:39 am

Merging the .csproj and .sln is not standard practice, but you can make it happen with the .csproj.

You can add the .csproj file extension to the list of mergeable files in the Vault admin web page. While on the Vault admin web page, expand the source control repositories on the left, and then expand the repository that needs the change. Click on File Types. There you will see a list for mergeable file types. My making the .csproj mergeable, you will be able to check it out without an exclusive lock.

You do not want to add the .sln file type to that list. Microsoft Visual Studio seems to have an issue with that file being merged and it could cause your project to stop working.
Beth Kieler
SourceGear Technical Support

Post Reply