cleartool protected -chmod 770;错误

发布于 2024-08-09 17:43:13 字数 308 浏览 6 评论 0原文

此命令不起作用:

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 位置。

我做错了什么?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

忘年祭陌 2024-08-16 17:43:13

在上面的命令中,您应该使用类似 protect -chmod 770 /vobs/vobname/dir/file.txt 的路径

要保护 VOB,您应该使用 Protectvob 命令。

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.

迎风吟唱 2024-08-16 17:43:13

保护 VOB 对象(元素(文件/目录/..)、元类型(分支/...)、)的更改权限/所有权。

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

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**
绝不放开 2024-08-16 17:43:13

运行 ct setview <视图名称>
然后 cd 到 VOB cd
然后运行 ​​/usr/atria/bin/cleartool protected -chmod 770 -recurse

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>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文