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 <
See cleartool lsactivity man page:
cleartool lsactivity -l activity-id@\aPVob # (windows)
cleartool lsactivity -l activity-id@/vobs/aPVob # (unix)
You have also the describe option with fmt_ccase
cleartool describe -fmt "%[versions]CQp" activity-title@\aPVob
In both cases, make sure to use the activity ID and noy the activity "headline
":
The activity above, for instance, woiuld need test1_24342
, not test1
(its "Headline")
If you execute it:
cleartool lsact -l
There are another options but this is a good one for starting...
Tamir
If you have ClearTeam Explorer follow these steps,