描述基准并扩展交付和基准调整活动 [英] Describe baseline and expand deliver and rebase activities

查看:42
本文介绍了描述基准并扩展交付和基准调整活动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要列出在基准中交付的所有活动,但需要扩展任何交付和变基活动。

I need to list all of the activities delivered in a baseline but need any deliver and rebase activities expanded.

我尝试使用脚本来读取行并执行事实-贡献,但某些交货包含嵌套交货,我感到困惑。

I have tried a script to read the lines and do an "lsact -contrib" but some of the deliveries contain nested deliveries and I have become confused. It would be useful if I could also have the date of the activity as well.

我尝试使用 -fmt进行尝试,但结果令人失望。

I have tried experimenting with "-fmt" but with disappointing results.

原因是管理层希望识别基准中包含关键字的所有活动。目前,如果活动是交付操作的一部分,则此操作将失败。

The reason is that the management want to identify all activities in a baseline that contain a keyword. Currently this fails if the activity is part of a deliver oporation.

有人遇到类似的要求吗?如果可以,他们如何解决?

Has anyone come across a simliar requirement and if so how have they resolved it?

IBM提出了零大脂肪,因此我期待您的专家和巫师给我启发。

IBM have come up with big fat Zero, so I am looking to you gurus and wizards to give me inspiration.

推荐答案

不,我以前没有看到过这种要求。

No I didn't see that kind of requirement before.

请注意,如果一项活动是交付的一部分,那么您最终会得到目标流中的一个 deliver.xxx活动,只有一个注释与此传递相关联(丢失了与传递的初始活动相关的所有注释)

Note that if an activity is part of a deliver, you will end up with a "deliver.xxx" activity in the destination Stream, with only one comment associated with that deliver (losing all the comments associated with the initial activities delivered)

因此,您确实需要在技术说明 lsact -contrib docview.wss?uid = swg21136012 rel = nofollow> swg21136012:自上次基准以来交付的活动

So you need indeed to use lsact -contrib, following the technote "swg21136012: Activities delivered since the last baseline"


运行以下命令确定已进行的活动自基线创建以来已交付:

run the following command to determine what activities have been delivered since the baselines creation:



%> cleartool diffbl -activities baseline:REL1.3.117 stream:integration_stream@/vobstore/pvob deliver.development_steam.20010824.08050

>> deliver.development_steam.20010824.080503 "deliver development_steam on 08/24/01 08:05:03."
>> deliver.development_steam.20010824.080802 "deliver development_steam on 08/24/01 08:08:02."
>> ...




以上输出将显示与向该流交付操作。

The above output will display the integration activities associated with the deliver operations to that stream.

如果要获取相关集成活动的贡献活动列表,可以分别为每个集成活动发出以下命令

示例:



%> cleartool lsact -contrib activity:deliver.development_steam.20010824.080503@/vobstore/pvob 

将其与 fmt_ccase (您提到的 -fmt 选项)将允许您进行每次活动,仅显示您感兴趣的内容(活动ID及其注释,以便为您的关键字添加grep)。

Combining that with fmt_ccase (the -fmt option you mentioned) will allow you, for each activity, to display only what is of interest (the Activity id and its comment, in order to grep for your keyword).

这篇关于描述基准并扩展交付和基准调整活动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆