To change the file permission on elements in ClearCase:
$ cleartool protect -chmod 775 filename.txt
To change a recursive directory in ClearCase
$ cleartool protect -chmod 775 -r /vob/myproject
To change element owner:
$ cleartool protect -chown newuser filename.txt
Search for the "protect" command for cleartool for more info
No comments:
Post a Comment