Thanks to visit codestin.com
Credit goes to www.codeproject.com

65.9K
CodeProject is changing. Read more.
Home

A tool to change the default source control client

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.67/5 (6 votes)

Oct 14, 2004

viewsIcon

65683

downloadIcon

1258

A small tool to change the default source control provider client, so you can use SourceSafe, SourceOffsite, Workspaces etc, on the same machine

Sample Image - SCCswitch.gif

Introduction

I just wanted to use two different source control providers on the same machine. I installed both clients but I discovered that the later installed is always the default. I searched the net all over for a tool, but no usable application was found. So I decided to write my own.

Background

The solution is real simple and well described at: http://support.microsoft.com/default.aspx?scid=kb;en-us;319318.
Some registry settings and that's all.

Using the tool

Simply run the exe, choose the provider you want to be default, and click the button.

Only one provider can be active at a time. If you change the provider while another project is open it will lose the connection and continue working offline.

Hope you can use it.