In IBM Clearcase, we can change the owner of a stream using the protect command. The protect command can be used to change permissions and ownership of VOB objects.
Eg:
clearool protect -recurse -chown TESTUSER -chgrp TEST_GROUP //Vob_Path
Note the -recurse switch used to recursively protect all the elements within the VOB.
Official detailed technote can be found here.
Eg:
clearool protect -recurse -chown TESTUSER -chgrp TEST_GROUP //Vob_Path
Note the -recurse switch used to recursively protect all the elements within the VOB.
Official detailed technote can be found here.
No comments:
Post a Comment