本文介绍了以编程方式确定给定的VOB是否已安装在ClearCase中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图以编程方式确定VOB是否以明文形式安装。
具体来说,我想运行命令并解析输出。
I am trying to programatically determine if a VOB is mounted in clearcase.Specifically, I want to run a command and parse the output.
但是,我似乎在中找不到此信息cleartool描述
。
推荐答案
cleartool lsvob \theVob
应该足够
如果有星星( *
):已安装
If there is a star (*
): it is mounted
* \thevob
如果没有:尚未安装。
请参见)
ucmvob
)重复糖化
)- Whether the VOB is mounted (*)
- The VOB tag
- The VOB storage directory path name
- Whether the VOB is public or private (see the
mkvob
reference page) - Whether the VOB is a UCM project VOB (
ucmvob
) - Whether the VOB is replicated (
replicated
)
这篇关于以编程方式确定给定的VOB是否已安装在ClearCase中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!