unbind project in bound solution

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

Moderator: SourceGear

Post Reply
jonpb
Posts: 3
Joined: Wed Jul 25, 2012 12:14 pm

unbind project in bound solution

Post by jonpb » Wed Jul 25, 2012 12:19 pm

I have a solution with a dll project and a test application project. I would like to bind the solution and the dll project but not the test application project. Is this possible? It does appear to be possible with the Change Vault Bindings dialogue.

Using VS2010, Vault Standard Enhanced Client 5.1.2 (19281)

Thanks.

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

Re: unbind project in bound solution

Post by Beth » Wed Jul 25, 2012 1:08 pm

It's possible to have the item unbound. If the item is in Vault and you make changes, then you would need to check out through Vault.

If others are opening the project, they might get an error on it, but they can then either bind it or unbind that project.
Beth Kieler
SourceGear Technical Support

jonpb
Posts: 3
Joined: Wed Jul 25, 2012 12:14 pm

Re: unbind project in bound solution

Post by jonpb » Wed Jul 25, 2012 2:03 pm

Beth wrote:It's possible to have the item unbound.
Thanks for the reply Beth. Can you explain to me how to do this, because I seem to only be able to unbind the solution not the individual projects.

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

Re: unbind project in bound solution

Post by Beth » Wed Jul 25, 2012 4:18 pm

Where are you at right now? Are all the projects and the solution in Vault and bound? Or are they all in Vault and unbound? Or are your projects and solution not in Vault?
Beth Kieler
SourceGear Technical Support

jonpb
Posts: 3
Joined: Wed Jul 25, 2012 12:14 pm

Re: unbind project in bound solution

Post by jonpb » Thu Jul 26, 2012 11:27 am

The solution and the dll project are in vault. I then created a test app. Then, the solution and project were unbound. When I rebinded the solution it binded the test app. So, now I have the solution and the dll project in vault and the test app NOT in vault. And, nothing is bound because it won't let me until I add the test app to Vault, which I do not want to do.

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

Re: unbind project in bound solution

Post by Beth » Thu Jul 26, 2012 12:49 pm

This might be easier if we took this offline. Could you send an email to support at sourcegear.com (attn: Beth) with a link to this forum thread?
Beth Kieler
SourceGear Technical Support

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

Re: unbind project in bound solution

Post by Beth » Thu Jul 26, 2012 4:31 pm

Update: Received an email from the user and worked offline. The project that was having issues had some old source control bindings in its .csproj file.

Steps to resolve were:
1) Remove test project from solution.
2) Bind solution and other projects and check them in.
3) Open .csproj for the test project and remove the 4 lines that start with SCC.
4) Add the .csproj back to the solution.
Beth Kieler
SourceGear Technical Support

Post Reply