SQL Source Control 4

Help for older versions available.

These pages cover SQL Source Control 4, which is not the latest version. Help for other versions is also available.

Setting up a local SVN repository

This page describes how to set up a local Subversion (SVN) repository using TortoiseSVN, a free SVN client for Windows.

Alternatively, you can use the SVN command line interface. For more information, see the Subversion documentation.

It's difficult to share changes and keep backups with a local repository, so we don't recommend it as a long-term solution. Instead, set up a Subversion server.

Creating a repository

To create a local repository:

  1. Download and install TortoiseSVNYou might need to restart your computer after installation.
  2. In Windows Explorer, browse to or create an empty folder where you want to create the repository; for example, C:\SVNRepository
  3. Right-click the folder, and in the TortoiseSVN menu, select Create repository here:

    The repository is created.

Using the repository

The URL for a local repository takes the form: file:\\\C:\<RepositoryFilePath>

Use this URL to link your database to SVN.

The URL is case sensitive.

Didn't find what you were looking for?