【问题标题】:How to get latest UCM activity number for a Clear Case Integration stream using command line如何使用命令行获取 Clear Case Integration 流的最新 UCM 活动编号
【发布时间】:2013-12-25 16:20:15
【问题描述】:

CC 中是否有命令获取最新的 UCM 活动 ID,文件通过该 ID 从 Developer 流传递到集成流。

【问题讨论】:

    标签: clearcase-ucm


    【解决方案1】:

    不是直接,而是使用cleartool lsactivity,您可以列出给定流的所有活动,并将其中带有“deliver.”的活动grep,保留最后一个(最近的一个)。

    在“how to find the list activities delivered to integration stream on a particular day?”查看更多信息:命令如下:

    cleartool lsact -in stream:aStream@\aPVob -fmt "%n\n"|grep deliver|tail
    

    【讨论】:

    • aStream替换为集成流名称,将“aPVob”替换为所述流的pvob。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2021-12-16
    • 1970-01-01
    • 2017-02-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多