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.
VS2005 and Vault 3.5.2
Moderator: SourceGear
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.
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.