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.

link|improve this question

33% accept rate
feedback

1 Answer

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
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.