Set DI Version Control and Comment Tracking Options
Overview
Learn how to turn version control and comment tracking on and off.
By default, PDI tracks versions and comments for jobs, transformations, and connection information when you save them. You can turn version control and comment tracking on or off by modifying the repository.spring.properties text file.
Turn Version Control Off
To turn version control off, complete these steps. If you turn version control off, comment tracking is also turned off.
- Exit from Spoon.
- Stop the DI Server.
- Open the data-integration-server/pentaho-solution/system/repository.spring.properties file in a text editor.
- Set versioningEnabled to false.
versioningEnabled=false
- Save and close the file.
- Start the DI Server.
- Start Spoon.
- To verify that version control is off, connect to the DI Repository. In the Repository Explorer window in the Browse tab, click on a file. Note that although you can see the Access Control the label, the Version History tab is hidden.
Turn Comment Tracking Off
To turn comment tracking off, complete these steps.
- Exit from Spoon.
- Stop the DI Server.
- Open the data-integration-server/pentaho-solution/systems/repository.spring.properties file in a text editor.
- Set versioningEnabled to true and versionCommentsEnabled to false.
versioningEnabled=true versionCommentsEnabled=false
- Save and close the file.
- Start the DI Server.
- Start Spoon.
- To verify that comment tracking is off, connect to the DI Repository. In the Repository Explorer window in the Browse tab, click on a file. Note that the Version History tab appears, but that the Comment field is hidden. Also note that when you save a transformation, job, or connection information, you are no longer prompted to enter a comment.
Turn Version Control On
To turn version control on, do these things.
- Exit from Spoon.
- Stop the DI Server.
- Open the data-integration-server/pentaho-solution/systems/repository.spring.properties file in a text editor.
- Set versioningEnabled to true.
versioningEnabled=true
- If you want to also turn Comment Tracking, make sure to set versionCommentsEnabled to true.
- Save and close the file.
- Start the DI Server.
- Start Spoon.
- To verify that Version Control is on, connect to the DI Repository. In the Repository Explorer window in the Browse tab, click on a file. Note that the Version History tab appears. When you save a transformation, job, or connection information, version control is applied.
Turn Comment Tracking On
To turn comment tracking on, complete these steps.
- Exit from Spoon.
- Stop the DI Server.
- Open the data-integration-server/pentaho-solution/systems/repository.spring.properties file in a text editor.
- Set versioningEnabled to true and versionCommentsEnabled to true.
versioningEnabled=true versionCommentsEnabled=true
- Save and close the file.
- Start the DI Server.
- Start Spoon.
- To verify that Comment Tracking is on, connect to the DI Repository. In the Repository Explorer window in the Browse tab, click on a file. Note that the Version History tab appears with the Comments field. When you save a transformation, job, or connection information, you are prompted to enter a comment.