Set up a source control system

Last modified: October 1, 2024

The Source Control tool available in dbForge Studio for SQL Server is not a version control system. To use the tool, you need to have a version control system.

If you do not have it yet, you can begin exploring the official guides and resources on setting up a repository available through the links below.

Note

All the links below lead to external resources and are provided for informative purposes. Though we keep maintaining and improving our documentation regularly, some links may become broken or need to be fixed with the passing of time. If you face such a situation, we would appreciate it if you notify us about the case.

Git

To set up Git in the most effective way is to use GitHub, a provider of Internet hosting for software development and version control using Git. To learn how to get ahead with Git, refer to the Get started section of the Git documentation.

To learn how to set up a Git server, refer to Install your own Git server (Linux Magazine).

SVN

For information on setting up an SVN server, refer to:

TFS

To learn how to configure TFS,s refer to the Set up TFS on a server section of the Microsoft documentation.