cannot see pvob on clearcase GUI?

2019-02-20 04:34发布

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条回答
不美不萌又怎样
2楼-- · 2019-02-20 05:22

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.

查看更多
登录 后发表回答