Version Control for the Server

You can use server settings to disable version control for a server. This option would be appropriate for a Production server where code edits are not acceptable.

To make Version Control read only for this DiveLine server:

  1. In Workbench, click ToolsServer SettingsGeneral.

  2. Under the Options section, click the Version Control chevron to display the settings.

    Server Settings Options for Version Control

  3. Click the Read-only check box.

    Version Control commits and push actions are now disabled from this server.

Version Control Read-only-mode will disable commit and push commands for projects via Workbench. Pull is allowed because pull is used to deploy a new version of the changes. Note that this does not block users from making changes in an editor and saving those changes. When Version Control is in Read-only-mode, the Auto Commit does not work. On the Project Settings you will see a Closedwarning about this.

Project Auto-commit-Warning

For more information on version control see: