Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Due to the cost of the enterprise edition being prohibitive, we are using the community edition of TOS DI. We are also importing and exporting models into a Git repository. One issue we had with this is that simply opening a model with a different user id made a lot of changes to the model, and frequently caused a lot of merge issues. So, we decided to just open TOS using a single user id rather than each developer using a different id. You can do that in Windows by using Ctrl+Shift+RightClick the TOS exe and then choosing Run as another user. This got rid of the issues associated with using our own user names, but added some authority issues for git.
When cloning the git repository via TortoiseGit, the authorities are set so that the user must be the Windows user, and that is preventing TOS from exporting to the working copy.
Is anyone else using git successfully with the community version of TOS?
Hello,
As we known that, both Subversion (SVN) and Git are supported in the subscription edition of the Talend products, maybe you could take a look at this
https://github.com/dgm01/TOS_GIT
Feel free to let us know if it helps.
Best regards
Sabrina
Yes, I looked at it, It appears that Talend has blocked this solution as of 7.2
Hello,
Are you using talend open source V 7.3 to integrate with Git?
I see there is a success use case in talend open studio for ESB V 7.3.1 in this topic:
Does it end with error from your side?
Best regards
Sabrina
You can synch your repository with Git with external tools.
Please take care the root folder for synch with Git is always the project folder and NOT the workspace folder. You need to have for every Talend project a separated Git repository.
You also have to ignore the folder poms - this folder will otherwise creates problems because it is not actually a source folder and is maintained by the build process of the local studio.
I have successfully synched Talend projects this way for one of my former employer and it works very well.