Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Recommended version control in Talend 6.1

Hi All,
        I see Talend 6.1 for Big Data has both SVN and GIT version controls.I am inclined towards starting to use GIT, as we have few developers working in parallel and GIT manages versions as merge to a trunk ,whereas SVN stores versions as manual files.
        However, the current version (5.5) used by me is using SVN repository.So i would need to look into a process while upgrading from 5.5 to 6.1. 
       Can anyone help with comparing how each of them is towards working with jobs in talend ?
Thank You
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi 
Git is an external option for Talend project storage repository since 6.1 version, there are many discussions about the difference between SVN and GIT on internet, such as:
http://stackoverflow.com/questions/871/why-is-git-better-than-subversion
I got responses from our developers that there is no performance difference for Talend project storage in SVN or GIT. 

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi 
Git is an external option for Talend project storage repository since 6.1 version, there are many discussions about the difference between SVN and GIT on internet, such as:
http://stackoverflow.com/questions/871/why-is-git-better-than-subversion
I got responses from our developers that there is no performance difference for Talend project storage in SVN or GIT. 
Anonymous
Not applicable
Author

Hi Shong,
             Thanks for the response.I was checking whether i could use GIT; as connecting and working to our Talend 5.5 SVN was taking long time to load since we have lot of Jobs with each  having many versions.
Thank You
Anonymous
Not applicable
Author

Hi  
Your feedback is welcome, you can make some testing to use GIT for your project storage and share your feedback here. 0683p000009MA9p.png
Anonymous
Not applicable
Author

Thanks for link!