How do you lock a component in a stream?
![]()
Sean Burke (378●9●131●218)
| asked Nov 26 '14, 3:18 p.m.
edited Oct 05 '17, 11:16 p.m. by David Lafreniere (4.8k●7) What people to see the files and download the files but not change the files. Make it read only |
Accepted answer
![]() In RTC 6.0.2 we added a feature that lets you lock streams and components to prevent deliveries to the files in those streams or components. Stream and component locks work in a similar manner to file locks but apply to the entire stream or the entire component in a stream. When a stream or component is locked, any attempted deliveries by users who do not own the lock will fail with an appropriate error message. The user that holds the lock can still perform deliveries to the stream. A lock does not only prevent deliveries, it also prevents any operation that affects the files in the locked component or stream. For example, a component replace is also prevented.
Michael Valenta selected this answer as the correct answer
|
One other answer
![]()
You can't stop people from changing the files in their own workspaces, but you can use a deliver precondition to stop them from delivering a component's changes to a stream. See Use permissions to control delivery to components. One limitation of that precondition is that it must be configured on the process area (project or team) that owns the stream. If you have many teams that own streams where you want to restrict delivery of a component, the precondition must be configured in each team.
|