How to switch back to VSS for some projects

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

Moderator: SourceGear

Post Reply
ThomasJaeger
Posts: 5
Joined: Sat Apr 01, 2006 2:31 pm

How to switch back to VSS for some projects

Post by ThomasJaeger » Tue Apr 04, 2006 8:33 am

Hi,

I've several projects that need to stay in Visual Source Safe (this is in VS 2003) and changing it back from Custom to SourceSafe under Tools > Options > SourceSontrol does not appear to work. When I make the change and then exit the IDE and come back in, it defaults back to Custom (Vault). How can I switch back to VSS?

In addition, I have VS 2005 on the same machine where I have most projects under Vault. Will this still work? Is the source control provider shared accross the two IDE's?

Thanks

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Tue Apr 04, 2006 9:13 am

Source control provider information is in the client machine's registry:

HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider

Changing the options in Vault or VS 2005 will make changes to this key.

The source control provider cannot be changed within VS.NET 2003. Open the Vault GUI Client on that machine and under Tools->Options-General, uncheck "Make Vault your default SCC provider." The default provider will revert to VSS. (Note: There are little apps that let you switch between multiple SCC providers via a GUI -- do an Internet search on "SCC Switcher.")

VS 2005 is different. You *can* change the source control provider in VS 2005 under Tools->Options->Source Control->Plugin Selection.
Linda Bauer
SourceGear
Technical Support Manager

ThomasJaeger
Posts: 5
Joined: Sat Apr 01, 2006 2:31 pm

Post by ThomasJaeger » Tue Apr 04, 2006 7:56 pm

Updating the registry as you suggested did the trick. Thanks a lot for your help!

mitch.wheat
Posts: 40
Joined: Thu Apr 06, 2006 10:33 pm

Post by mitch.wheat » Thu Apr 06, 2006 10:38 pm

There is a small tool on code project called SCC SWitcher that automates the manual registry edit.

Post Reply