cannot see pvob on clearcase GUI?

后端 未结 1 1740
暖寄归人
暖寄归人 2021-01-16 12:31

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, wh

1条回答
  •  一整个雨季
    2021-01-16 12:55

    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.

    0 讨论(0)
提交回复
热议问题