Is there a way to have all the files locked by default and unlocked when required?
![]()
T M (887●6●187●143)
| asked Nov 13 '11, 2:58 a.m.
edited Oct 10 '17, 11:49 a.m. by David Lafreniere (4.8k●7) Hi,
|
Accepted answer
![]() This is an old question, but I believe the "Pessimistic Locking" feature delivered in RTC 5.0.2 would solve these requests.
New & Noteworthy: https://jazz.net/downloads/rational-team-concert/releases/5.0.2?p=news#pessimisticLocking Michael Valenta selected this answer as the correct answer
|
One other answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Nov 13 '11, 3:53 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
If you want to protect every file in the stream, you might want to use
process instead of locking. In particular, define a role, only allow that role to deliver to the stream. Cheers, Geoff On 11/13/2011 3:08 AM, theju wrote: Hi, |