问题描述
我在clearcase GUI上看不到pvob,但是当我在命令行(cleartool lsvob -s)中列出vob时,可以看到它。
I cannot see pvob on clearcase GUI but when I list the vobs in command line (cleartool lsvob -s), I can see it.
要使其在透明的GUI中可见,我应该采取哪些必要步骤?
In order to make it visible on the clearcase GUI, what are the necessary steps should I take?
看起来也像私人Pvob,如何将其公开?
Also it looks like a private Pvob, how can I make it public?
推荐答案
Pvob在ClearCase项目浏览器中可见(键入 clearprojexp
),而不是在ClearCase Explorer(' clearexplorer
')中输入。
The Pvobs are visible in the ClearCase Project Explorer (type clearprojexp
), not in the ClearCase Explorer ('clearexplorer
').
pvob可以用作VOB,但通常仅用作UCM元数据(项目,流,活动...)的参考,而不能用作数据(文件/目录)的参考。 >
这是其他(数据)文件的管理员文件,这说明了为什么您在ClearCase资源管理器中看不到它。
The pvob could be used as a vob, but it normally is used only as a referential for UCM metadata (projects, streams, activities...), and not for data (files/directories).
It is an Admin vob for other (data) vobs, which explains why you don't see it in the ClearCase explorer.
对于第二个问题,则需要使用:
For your second question, you need to use the cleartool mkvob
command:
cleartool mktag -vob -tag \vob3.p -replace -public \\saturn\users\vbstore\private3.vbs
这篇关于在clearcase GUI上看不到pvob?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!