SQL Source Control 3

SVN

This page explains how to link your database to Subversion (SVN).
  1. In the Object Explorer, select the database you want to link to source control.
  2. In SQL Source Control, on the Setup tab, make sure Link to my source control system is selected and click Link to source control:

    The Link Database to Source Control dialog box opens:
     
  3. On the left, select Subversion (SVN)

  4. In the Database repository URL field, specify a folder in your SVN repository where SQL Source Control will save SQL scripts. For example: http://Subversion.Example.com/Databases/AdventureWorks
    If you're the first person to link the database to source control, specify an empty folder. If someone has already linked this database to source control, specify the folder they used.

  5. If you want to use migration scripts, under Migration scripts repository URL, specify an existing, empty folder in the repository.
    The folder can't be in the database folder. For example, you can use Repository folder\Migration scripts, but not Repository folder\Database folder\Migration scripts.

  6. If you're linking to a database that will be used by multiple developers, make sure Shared database is selected. For more information, see Database development models

  7. Click Link
    The database is linked to source control. The database icon in the Object Explorer changes to show that the database is linked:

If you're the first person to link this database, add the database objects to source control. To do this, go to the Commit changes tab and commit the objects.

If you linked a database that's already in source control, update your database to the latest version. To do this, go to the Get latest tab and get the changes.


Didn't find what you were looking for?