Can someone help me with the following question: How can I find files that were checked in with some activity.
For example:
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?
See cleartool lsactivity man page:
You have also the describe option with fmt_ccase
In both cases, make sure to use the activity ID and noy the activity “
headline“:The activity above, for instance, woiuld need
test1_24342, nottest1(its “Headline”)If you execute it: