How to: Change Source Control Connections

The first time you add or open a solution from source control, your source control provider creates an association between the root folder of the local solution directory and its corresponding server folder.

The root folder (also called unified root) resides on the client. It is the folder beneath which all the files referenced by a solution or project can be found. To find the latest version of a solution, its history, and its status information, locate the server folder, which resides on the source control server. In Microsoft Visual SourceSafe, server folders are called projects.

In many situations, you need to unbind or disconnect a solution from its server folder. For example, if the computer on which your source control provider resides is unavailable, you can connect to a backup computer, rebind your solution to a backed-up server folder, and resume working normally. Also, if a source control project is forked, you may have to bind your solution to the server folder where the new project version resides.

Use the user interface of the source control provider to change the server folder that a solution is bound to. You can open the source control user interface from within the SQL Server Management Studio environment.

To open the source control user interface from the Studio environment

  • On the File menu, point to Source Control, and then click Launch Microsoft Visual SourceSafe.