Share Code with Jazz
Hi, I have the following problem:
In Rational Team Concert (Eclipse) I want to share a file code for that file as a member of the team, upload to the repository can then be modified by another member of my team. Another member of my team can see the file from my repository but you can not modify. Someone knows a solution? Thank you very much. Fernando |
5 answers
Hi, I have the following problem: Hello, Do you mean locking files to prevent other members of a team making any changes? If yes, the following work item is addressing it: https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=62531 It is already implemented in 2.0beta1, you can download this version of RTC and play around. kind regards, Jakub |
Geoffrey Clemm (30.1k●3●30●35)
| answered Apr 21 '09, 12:32 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Note that a Jazz SCM "lock" prevents modification to that file in a
given stream (i.e. prevents a deliver operation that would modify that file in that stream). But a user is always allowed to checkin a change-set to a file, or deliver a change to that file to a different stream in which it is not locked. Just for interest's sake, why did you want to prevent other team members from modifying that file? Cheers, Geoff jjurkiewicz wrote: FGallegowrote: |
Ralph Schoon (63.3k●3●36●46)
| answered Apr 22 '09, 3:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hello FGallego,
I am not sure your issue is already solved with the answers. From the short description you gave, another interpretation is you shared your files only in a repository workspace and passed that to another user. In this case the other user has only read only permission. If that is the case, create a stream (for your team) and deliver your changes from the repository workspace to that stream (using flow target in the repository workspace). Other users of the team can create their own repository workspaces based upon that stream and work on that code. Eventually the deliver their changes back to the stream and others can see these changes then. Hope I did not miss your question, Ralph Hi, I have the following problem: |
Sorry, I think that I dont expressed okay.
I want a member of my team can edit a code file that I uploaded to the repository. But it is not possible, because when I do, the other member of my team can not change the file. I hope you understand. Very very very much. Fernando |
Hey Ralph.
Sorry!!! I have not read it. You are right!! Very very very thanks for your help. i am going to try it ;);) |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.