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
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:
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
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
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:
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:
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
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
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
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:
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