cleartool lsco -cview -all -short  | xargs -I {} cp {} /dest/path/
its very useful in case of transfer files from local vob to Remote vob
CO all files in a file
cat ~/newfile.txt  | xargs cleartool co -nc
To populate file list which need to be co from remote view : 
cleartool lsco -cview -all -short >>newfile.txt
---------------------------------------------------------------------------------------------------
Command to change name of a  Vob element .
 As expected Co dir first which contains that elemet
ct move src dest
Tuesday, November 2, 2010
Subscribe to:
Comments (Atom)