How to get the list of the activities between two baselines in a file in clearcase ucm ?

Cleartool diffbl -lsact -pred latestlable >>activities.txt is the command used .

link|improve this question

0% accept rate
feedback

1 Answer

Don't forget to add @\yourPVob, as shown in cleartool list activities since last 7 days.

 cleartool diffbl -lsact -pred baseline:latestlable@\yourPVob

Note: on Unix, this would be @/vobs/yourPVob.
It is best to use the baseline selector syntax (see diffbl man):

baseline-selector is of the form: [baseline:]baseline-name[@vob-selector] and vob is the baseline's UCM project VOB.

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.