ClearCase查找指向版本0的文件 [英] ClearCase Find files pointing to version 0

查看:48
本文介绍了ClearCase查找指向版本0的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在视图中找到指向版本0的字段列表.我已经使用find命令尝试了几个选项,并且可以获得我想要的输出.有人可以在这里帮助/指导我吗?任何帮助深表感谢.谢谢.

I'm trying to find a list of fiels pointing to Version 0 in a view. I have tried several options with the find command and could get the output that i wanted. Can someone help/direct me here? Any help is much appreciated. Thanks.

推荐答案

您可以为给定的分支执行此操作,正如我在"命令删除具有"0"版本的Clearcase元素的分支":

You can do that for a given branch, as I mention in "Command to delete branches of Clearcase element with "0" versions":

cleartool find -avobs -branch'{
    brtype(mybranch)&&!
    (version(.../mybranch/1))}' 
     -print

您可以用要清除任何版本/0的流的名称替换 mybranch .

You can replace mybranch by the name of a stream for which you want to clean any version /0.

这篇关于ClearCase查找指向版本0的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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