Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您如何在 UCM Clearcase 中找到版本未交付生产(或某些基线)的活动?
没有直接的方法可以获取该信息。 你需要:
cleartool descr -fmt %[activities] baseline:MyBaseline@\myPVob"
普遍的问题是您不能限制您知道在生产中的基线,因为基线基于其前身,并且只有前身才能列出其活动。
另一种解决方案是使用cleartool diffbl --act,将当前基线与组件的第一个基线进行比较。 这将列出当前基线的所有活动部分及其前身的一部分。
cleartool diffbl --act