如何使用cleartool获取UCM流和基线?

发布于 2024-10-07 16:21:15 字数 144 浏览 1 评论 0原文

对于构建日志记录,我需要使用 cleartool 获取当前流/基线,但我一直在确定哪个命令将为我提供此信息。

如何让 cleartool 告诉我当前正在查看哪个流/基线?如果输出需要预处理或过滤也没有问题。

For build logging, I need to obtain the current stream/baseline with cleartool, but I am stuck in determining which command will give me this information.

How can I make cleartool tell me which stream/baseline I am currently looking at? It is no problem if the output needs preprocessing or filtering.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

挖鼻大婶 2024-10-14 16:21:15

如果您在视图中,则可以:

  • 获取当前流
cleartool lsstream -cview
  • 获取该流中某个组件的所有基线
cleartool lsbl -comp myComp@\myPVob -stream myStream@\myPVob
  • 获取该流的所有基础基线
cleartool descr -fmt "%[found_bls]CXp" stream:myStream@\myPVob

不要忘记在具有可修改的流的视图中这一点> 组件,您看到的不仅仅是基线,而是(基础)基线加上与所述流关联的分支中完成的所有修改。

If you are in a view, you can:

  • get the current stream
cleartool lsstream -cview
  • get all baselines for a component in that stream
cleartool lsbl -comp myComp@\myPVob -stream myStream@\myPVob
  • get all foundation baselines for that stream
cleartool descr -fmt "%[found_bls]CXp" stream:myStream@\myPVob

Don't forget that in a view on a stream with a modifiable component, what you see is not just a baseline, but a (foundation) baseline plus all the modifications done in the branch associated with said stream.

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