cannot see pvob on clearcase GUI?

人盡茶涼 提交于 2019-12-19 11:33:30

问题


I cannot see pvob on clearcase GUI but when I list the vobs in command line (cleartool lsvob -s), I can see it.

In order to make it visible on the clearcase GUI, what are the necessary steps should I take?

Also it looks like a private Pvob, how can I make it public?


回答1:


The Pvobs are visible in the ClearCase Project Explorer (type clearprojexp), not in the ClearCase Explorer ('clearexplorer').

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:

UNIX, Linux, and Windows: Private-to-public VOB conversion

To convert a private VOB to a public VOB, use a command like this:

cleartool mktag -vob -tag \vob3.p -replace -public \\saturn\users\vbstore\private3.vbs

This replaces the VOB's private VOB tag with a public one.
mktag prompts you to enter the VOB tag password.



来源:https://stackoverflow.com/questions/16942852/cannot-see-pvob-on-clearcase-gui

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!