Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How do I have multiple users working on a single workspace (Beginner)

I have installed "talend open studio for data integration" on my RHEL 7 VM, me and my teammate want to work on developing jobs in the same workspace, but my teammates encounter the below error if I have already been using the workspace.

0683p000009LtR5.png

How do I have multiple users working on the same environment? Or do I need to set up version control system (SVN/git) in this scenario to let different users have their own workspace and commit their changes so that all workspace have the same version?

 

Thanks in advance!

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Yes, that is correct....if you want your colleagues to see those changes.

 

I should point out that this is handled automatically and far more elegantly in the Enterprise Edition of Talend

View solution in original post

3 Replies
Anonymous
Not applicable
Author

First of all, you cannot share a workspace. It must be one workspace to one user.

You can use SVN however you must abide by certain rules when doing this. Only add the project folders within your workspace folder to SVN. DO NOT work on the same job at the same time with someone else. Merging of code is not going to work. 

Anonymous
Not applicable
Author

Thanks for the reply.

 

If I have added the project folders to SVN and start developing my job, I have to manually commit the changes in my project folder every time I finished edit the job?

Anonymous
Not applicable
Author

Yes, that is correct....if you want your colleagues to see those changes.

 

I should point out that this is handled automatically and far more elegantly in the Enterprise Edition of Talend