在clearcase GUI上看不到pvob? [英] cannot see pvob on clearcase GUI?

查看:106
本文介绍了在clearcase GUI上看不到pvob?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在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.

对于第二个问题,则需要使用 cleartool mkvob 命令

For your second question, you need to use the cleartool mkvob command:


要将私有VOB转换为公共VOB,请使用如下命令:

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




这将替换VOB的专用VOB

mktag 提示您输入VOB标签密码。

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

这篇关于在clearcase GUI上看不到pvob?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆