Talend project in SVN

前端 未结 6 733
北恋
北恋 2021-02-04 05:04

I need to use Talend Open Studio with a SVN. What is the folder that I should put in the repository?

6条回答
  •  无人共我
    2021-02-04 05:16

    I will explain the approach I have followed

    • The files required by TOS IDE are *.items and *.properties files. You can use these files for version controlling your TOS jobs as it will maintain exact state of jobs with respect to Talend IDE.
    • So whenever you are finished with some enhancement in your Talend job. Export it using "Export Items" option and put them under SVN revision. The file generated will be usually a ZIP archive file.
    • Whenever you need to revert back to a previous revision you can use the "Import Items" options from a ZIP archive file you have already saved

    That's how I have worked with versioning of Talend jobs. Hope this helps.

提交回复
热议问题