How to find files asssociated with a ClearCase UCM activity?
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? VonC 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