view - Disable checkout after "add to source" in clearcase -
i need add source element operations modified or checkout file prevented after element added. possible? how should permissions set achieve this?
thanks! :)
on file, try , lock (if owner):
cleartool lock yourfile@@
(note @@ impact element, not version)
see cleartool lock
.
that works if owner of object (if added yourself).
so isn't "permission" issue (as in chmod
); rather lock issue.
see more @ section "locks on vob objects" of article "vob , view access control".
Comments
Post a Comment