此命令不起作用:
cleartool protect -chmod 770 <vob-tag-name>
我收到以下错误:
cleartool> protect -chmod 770 vob-tag-name
cleartool: Error: Unable to access "vob-tag-name": ClearCase object not found.
VOB标记有效并指向正确的VOB位置。
我做错了什么?
答案 0 :(得分:1)
在上面的命令中,您应该使用protect -chmod 770 /vobs/vobname/dir/file.txt
要保护VOB,您应该使用protectvob命令。
答案 1 :(得分:0)
保护更改VOB对象的权限/所有权(元素(文件/目录/ ..),元类型(分支/ ...),)。
eg: For a file --> **ct protect –chmod 770 main.pl** ,
for all elements in the directories --> **ct protect –recurse –chmod 770 src**
答案 2 :(得分:0)
运行ct setview <view-name>
然后cd到VOB cd <vob-tag>
然后运行/usr/atria/bin/cleartool protect -chmod 770 -recurse <vob-tag>