gpt4 book ai didi

cleartool - rcleartool lsactivity 没有 -fmt 选项

转载 作者:行者123 更新时间:2023-12-02 23:54:38 25 4
gpt4 key购买 nike

我有一个脚本需要使用cleartool lsactivity -fmt命令:

$ctoolcmd = "cleartool lsactivity -fmt \"%[headline]p\" $newactivity";
$newheadline = `$ctoolcmd`;

不幸的是,我使用的是 CCRC,因此它不支持“lsactivity”命令的“-fmt”。有没有其他方法可以使用 rcleartool 命令达到相同的结果?

最佳答案

然后您可能需要使用 cleartool describe而不是 lsactivity
注意:rcleartool 不支持 UCM 对象选择器,as I mentioned in 2012 .

-fmt 可能也不支持 describe,但您可以 grep 其输出以提取标题。

测试rcleartool描述activityName@\aPVob是否在其输出中产生足够的结果,或者是否需要activity: UCM选择器(在这种情况下,再次,rcleartool 不支持)

这应该有效:文档提到:

UCM objects

Provides information on UCM objects: activities, baselines, components, folders, projects, and streams.

This form of the command displays information similar to that displayed by the UCM commands lsactivity –long, lsbl –long, lscomp –long, lsfolder –long, lsproject –long, and lsstream –long.

lsact -long(您可以使用rcleartool描述anActivity@\aPvob来实现)应该包含标题,但同样,您必须解析并提取它从该命令的输出来看。

关于cleartool - rcleartool lsactivity 没有 -fmt 选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56556279/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com