开发者

cleartool protect -chmod 770 <vob-tag-name> ERROR

This command does not work:

cleartool protect -chmod 770 <vob-tag-name>

I 开发者_开发问答get the following error:

cleartool> protect -chmod 770 vob-tag-name

cleartool: Error: Unable to access "vob-tag-name": ClearCase object not found.

The VOB tag is valid and points to the correct VOB location.

What am I doing wrong?


In above command, you should be using path like protect -chmod 770 /vobs/vobname/dir/file.txt

To protect the VOB you should use the protectvob command.


Protect changes permissions/ownership of a VOB objects (element(file/directory/..), meta type (branch/...),).

 eg: For a file --> **ct protect –chmod 770 main.pl** , 
     for all elements in the directories --> **ct protect –recurse –chmod 770 src**


run ct setview <view-name> then cd to the VOB cd <vob-tag> Then run /usr/atria/bin/cleartool protect -chmod 770 -recurse <vob-tag>

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜