ClearCase 中删除基线的语法是什么?
看起来我可以使用一个简单的命令从 ClearCase UCM 中删除刚刚创建的基线:
$ cleartool rmbl p_xxx_main_2_0_3_1
但这给了我错误:
cleartool: Error: Unable to find baseline "p_xxx_main_2_0_3_1".
cleartool: Error: Unable to remove baseline "p_xxx_main_2_0_3_1".
我可以列出基线:
$ cleartool lsbl -s
p_xxx_main_2_0_3_1.1465
p_xxx_main_2_0_3_1
我正在流快照视图中运行此操作。看来我需要指定更多信息。我应该如何指定基线?
It looks like I can remove a just created baseline from ClearCase UCM with a simple command:
$ cleartool rmbl p_xxx_main_2_0_3_1
but this gives me the error:
cleartool: Error: Unable to find baseline "p_xxx_main_2_0_3_1".
cleartool: Error: Unable to remove baseline "p_xxx_main_2_0_3_1".
I can list the baselines:
$ cleartool lsbl -s
p_xxx_main_2_0_3_1.1465
p_xxx_main_2_0_3_1
I'm running this operations in the stream snapshot view. It looks like I need to specify more info. How should I specify the baseline?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您至少应该指定 pvob(定义基线的 UCM 项目 Vob):
如果您不知道基线的 pvob,它与 UCM 视图当前附加到的 Stream 的 pvob 相同。< br>
您可以通过键入(在所述视图中的任何位置)来获取视图的流:
You should at least specify the pvob (UCM Project Vob where the baseline is defined):
If you don't know the pvob of the baseline, it is the same than the one of the Stream where your UCM view is currently attached to.
And you can get the Stream of your view by typing (anywhere within said view):