1

I know an activity name. But I don't know in which stream it is available. Is there a cleartool command to find the stream details?

Thanks.

bdhar
  • 195
  • 5

1 Answers1

1

Have a look at fmt_ccase format option (applicable to the cleartool describe command for instance).

cleartool descr -fmt "%[stream]Xp" activity:myActivity@\myPVob

The man page mentions:

%[stream]Xp 
  • applies to:
    Activity
  • Description:
    The stream that contains the activity
VonC
  • 2,653
  • 5
  • 29
  • 48