Removing Vault from Project and Solution

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

Moderator: SourceGear

Post Reply
ctboyd
Posts: 1
Joined: Mon Apr 18, 2005 12:23 pm
Location: Bradenton, FL

Removing Vault from Project and Solution

Post by ctboyd » Mon Apr 18, 2005 12:44 pm

I have a solution I would like to remove the links to Vault. I have tried deleteing the .SCC file, the Bin and Obj directories, the Suo, and the dbproj.user files from the project directories. But when I go and load the project, it says the Solution appears to be under source control but the binding information cannot be found. How do I total unassociate a project or solution with vault so this does not appear.

Thank you.

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Mon Apr 18, 2005 1:10 pm

Usually this is done using Change Source Control->Unbind in the IDE, but this may not work since the .scc file has been deleted.

You will probably need to manually remove the lines from the solution and/or project files (using a text editor like notepad). Search for SCC and remove the lines that looks like they associate the solution/project with Vault. However, make a copy of the solution/project file first, in case you delete more than you should. :)

Post Reply