Easiest way to change source control in VS.Net to Vault

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

Moderator: SourceGear

Post Reply
bks
Posts: 6
Joined: Fri Aug 20, 2004 12:14 pm
Location: CA, USA

Easiest way to change source control in VS.Net to Vault

Post by bks » Tue Aug 24, 2004 1:10 pm

as part of evaluating vault and the intergration with VS.net 2003. I am trying to change the source control from current vss to vault.

I my vs.net, I already have all the project and solution. What is the easiest way to change source control to Vault?

Do I have to delete all the current stuff and get project from source control or are there a easier way (unbind and bind to the new source control)

If unbind and bind is the way to go, is there a more detail instruction on what to do to make this happen.

Or is there another way?

TIA

Ben

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

Post by dan » Tue Aug 24, 2004 2:17 pm

Is the project already in Vault? If so, then you'd want to do a enable Vault as the default source control provider (go the standalone GUI client Tools->Options->General, and there is a checkbox there that controls this.

Then, invoke Visual Studio and do an Open From Source Control and select the folder in Vault that contains the project, and everything should work from there.

If it isn't in Vault, you'd want to unbind the project, then add it to Vault (or use the VSS import tool if you want to retain VSS history).

There is a general knowledge base article on adding project via the IDE (see http://support.sourcegear.com/viewtopic.php?t=776), but we don't yet have one specifically for transferring projects integrated with VSS over to Vault).

bks
Posts: 6
Joined: Fri Aug 20, 2004 12:14 pm
Location: CA, USA

Post by bks » Tue Aug 24, 2004 3:23 pm

Yes, the projects are already in vault.

They are web projects, so when I open proj from source control, It is trying to get the working copy location as URL and when I specify the current location, it complains about it already contains a project.

what should I try next.

Thanks

Ben

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

Post by dan » Tue Aug 24, 2004 3:56 pm

You'll need to manually remove that virtual folder from IIS, so that VS.Net can recreate it during the open.

Post Reply