Reputation: 2470
Allow the readonly access in a VOB for all users regardless of the ownership property of the user and the VOB.
Upvotes: 1
Views: 259
Reputation: 1323593
You can check the technote "About read-only views":
In ClearCase 4.x and later the
cleartool chview
command is available to change the properties of a view.
The command offers both the-readonly
and-readwrite
(the default) options to switch the access mode to the view private storage. You must be the view owner or the root user on theview_server
host to usechview
.
See the cleartool chview
command.
You can test the current status on your existing view:
cleartool lsview -prop -full dynamic_view
Note that with UCM, you also have the option described in "About UCM Modifiable Streams and UCM Read-only Streams"
Read only streams will never be associated with a branch type.
This means no versions can be created on the stream. No data will ever be delivered to or from the stream, only rebasing is allowed on a read only stream, which is to control the baseline (or versions) that
Upvotes: 1