Online Documentation for SQL Manager for PostgreSQL
SVN
Actions you can perform under shared scripts in Subversion version control system:
Add to version control
Update from Version Control
Commit to Version Control
Adding script to version control
Enables version control for the selected script, script folder or whole shared script branch.
Operation is available only for scripts or folders that are not included in version control.
Updating script from Version Control
Merge two files: one from server repository and another from the local repository. Use this function when you need to work with the latest version of a file.
Committing changes to Version Control
Add latest changes made to shared script into server repository.
You can also browse shared script history. Use the Change management | History item of the context menu for this purpose.
You can identify current script state by its icon:
Shared script is not added to version control;
Shared script is added to version control and contains uncommitted changes;
Shared script is added to version control and contains no local changes;
There is a conflict in this shared script.
Note: The most common situation for conflicts to occur is when you are trying to commit changes made to script, but there is a newer version of this script in server repository. Conflicts should be resolved manually by means of SVN. Shared scripts are stored in the '%LocalRepositoryPath%\Trunk\Script' folder (where '%LocalRepositoryPath%' is a directory defined in the Database registration info | Change management | Working folder field).