Version Control Tab

The Version Control tab (ToolsProject SettingsVersion Control) sets version control automation and controls audit logging in Visual Integrator scripts at the project level.

Sample Version Control tab:

Project Properties Version Control Tab

NOTES

  • Version control is not supported for the special 6.4 projects, that is, 6.4 DiveLine Namespace and 6.4 Production Sandbox.
  • Project and system aliases are also not subject to Workbench version control.
  • Version control in Workbench is implemented using Git, an open-source distributed version-control system for tracking changes in source code during software development. Git stores changes between versions, not the whole file themselves. All version control related data is saved inside the Workbench project folder with Git.
  • Workbench version control should be turned off if you have another version control system in use. This is because the saved message is simply "Auto-Commit", which is not helpful when examining logs in search of a particular commit.
  • Version control is not the same as back-ups. You should have other backup systems in place to deal with catastrophic data loss.

See also: