VS2005 and Vault 3.5.2

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

Moderator: SourceGear

Post Reply
frizzo
Posts: 40
Joined: Mon Jun 27, 2005 12:27 pm

VS2005 and Vault 3.5.2

Post by frizzo » Mon Jul 16, 2007 5:37 pm

Can someone explain how I can do the following using VS2005 and Vault 3.5.2 (projects are IDE bound).

I open the project, go to File/Source Control/Change Source Control.
There I click on one of the projects and click Browse.

'Add to Vault Folder' dialog comes up that shows the tree structure of the repository.

How can I now change the repository? I want to bind the code to a folder in another repository. I can't figure how to do that.

Thanks.

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

Post by Beth » Tue Jul 17, 2007 7:59 am

Are you trying to get the solution added to source control for the first time? If so, that's a different process and you won't want to use the Change Source Control. Just let me know.

If you are just changing bindings to files that are in a different repository, then do the following:
1) With the solution or project open, go to Change Source Control. Select everything in the list and click unbind.
2) Close the Change Source Control dialog. Then close VS entirely.
3) Reopen VS and the solution from disk.
4) Go to Change Source Control and select the .sln entry (or the .proj file if no .sln) and click Bind.
5) Vault will require you to log in and select the repository you want to bind to. Browse to the .sln file to bind to it.
6) Bind each item in the list.

Post Reply