Showing posts with label Clearcase. Show all posts
Showing posts with label Clearcase. Show all posts

Wednesday, 5 December 2012

Recovering a deleted file in Clear Case

This post will be update in the future.
When dealing with files in clear case and how to restore it.

http://www-01.ibm.com/support/docview.wss?uid=swg21149206

Monday, 7 November 2011

Changing File Permission in Clear Case

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