如何查找与ClearCase UCM活动关联的文件? [英] How to find files asssociated with a ClearCase UCM activity?

查看:70
本文介绍了如何查找与ClearCase UCM活动关联的文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以帮助我解决以下问题:如何找到通过某些活动检入的文件。

Can someone help me with the following question: How can I find files that were checked in with some activity.

例如:

我正在处理一个名为 syoffe_my_product_view ,并且在过去我创建了一个活动- BUG123_activity

现在,我需要查找与此活动一起签入的所有文件

I am working on a view called syoffe_my_product_view and in the past I created an activity - BUG123_activity.
Now I need to find all the files that were checked in with this activity

您建议使用什么命令/选项?

What command/option do you recommend?

推荐答案

请参见< a href = https://www.ibm.com/support/knowledgecenter/SSSH27_7.1.2/com.ibm.rational.clearcase.cc_ref.doc/topics/ct_lsactivity.htm rel = nofollow noreferrer> cleartool激活人页面:

 cleartool lsactivity -l activity-id@\aPVob      # (windows)
 cleartool lsactivity -l activity-id@/vobs/aPVob # (unix)

您还具有describe选项与 fmt_ccase

You have also the describe option with fmt_ccase

 cleartool describe -fmt "%[versions]CQp"  activity-title@\aPVob

在两种情况下,确保使用活动 ID ,并否定活动 标题

In both cases, make sure to use the activity ID and noy the activity "headline":

< img src = https://i.stack.imgur.com/trtxw.png alt =在此处输入图片描述>

例如,上述活动,则需要 test1_24342 ,而不是 test1 (其标题)

The activity above, for instance, woiuld need test1_24342, not test1 (its "Headline")

如果执行它:


  • 视图外,您将获得所有对象的扩展路径此活动记录的版本

  • 在您的视野范围内,您将获得路径。

  • outside your view, you will get the extended paths for all the versions recorded in this activity.
  • within your view, you will get the paths.

这篇关于如何查找与ClearCase UCM活动关联的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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