Configuring SVN polling in Talend Studio - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Mac
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

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>
    Tip: 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.