Skip to main content Skip to complementary content
Close announcements banner

Enabling hash code as Git repository folder name

You can enable the use of hash code as Git repository folder name to avoid conflicts on temporary folders. If so, you need to update a configuration file.

Procedure

  1. Stop Tomcat.
  2. Open the following file to edit it:
    <tomcat_path>WEB-INF\classes\configuration.properties
  3. Add the following:
    git.conf.enableHashRepositoryUrl=true
    Note that this configuration may increase disk space usage if you use different protocols, such as HTTP, HTTPS, or SSH, to access the same repository.
  4. Restart Tomcat.

Results

A separate local folder will be created for each Git repository URL entered in Talend Administration 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!