Before you can version-control database schemas and static data in dbForge Studio for SQL Server, you must link the database to a repository. Based on the repository URL or folder path, the Studio automatically detects the repository type – centralized or distributed. The following repository types are supported:
Select Git to link a database to:
A Git-based cloud platform, such as (GitHub, GitLab, Bitbucket, or Azure DevOps).
A locally hosted Git repository initialized with the git init --bare
command.
Select Subversion (SVN) to link a database to an Apache Subversion (SVN) repository.
Select Team Foundation Version Control (TFVC) to link a database to a TFVC repository in Azure DevOps.
Select Mercurial to link a database to a Mercurial repository.
Select Perforce (P4) to link a database to a Perforce repository.
Select SourceGear Vault to link a database to a SourceGear Vault repository.
Select Working Folder to link a database to:
Select Command Line Interaction to work with the following repositories directly from the command line: