Skip to main content Skip to complementary content
Close announcements banner

Configuring SVN polling in Talend Studio

Availability-noteDeprecated

When working in an SVN managed project, you can configure whether to allow Talend Studio to automatically check for new commits on the SVN at a certain time interval using the configuration file of your Talend Studio.

This way, you can easily share your settings with others.

Procedure

  1. Open the configuration file \configuration\config.ini under the installation directory of your Talend Studio.
  2. Add the following two lines:
    svn.update.info.check=true/false
    svn.update.info.interval=<value>
    Information noteTip: If you set svn.update.info.check to false, the time interval setting will not work, and Talend Studio updates the SVN for each operation it makes. This slows down Talend Studio but reduces the number of requests on the SVN server. When svn.update.info.check is set to true, it is recommended to limit the time interval to 30 (seconds) to avoid possible issues with the SVN.
  3. Restart your Talend Studio for the configuration to take effect.

Results

Once these properties are set in the config.ini file, these settings will replace the corresponding preference settings at every start of Talend Studio.

For more information on configuring SVN polling in the Preferences dialog box, see Performance preferences on the Talend Help Center.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!