ClearCase 中删除基线的语法是什么?

发布于 2024-11-30 19:15:28 字数 436 浏览 2 评论 0原文

看起来我可以使用一个简单的命令从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

栀子花开つ 2024-12-07 19:15:28

您至少应该指定 pvob(定义基线的 UCM 项目 Vob):

cleartool rmbl p_xxx_main_2_0_3_1@/vobs/apvob

如果您不知道基线的 pvob,它与 UCM 视图当前附加到的 Stream 的 pvob 相同。< br>
您可以通过键入(在所述视图中的任何位置)来获取视图的流:

cleartool lsstream -cview

You should at least specify the pvob (UCM Project Vob where the baseline is defined):

cleartool rmbl p_xxx_main_2_0_3_1@/vobs/apvob

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):

cleartool lsstream -cview
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文