Search code examples
clearcasecleartoolclearcase-ucm

How to obsolete all the delivery tasks?


In our project every day there will be lot of deliveries to integration stream.

When i am looking at my integration stream through project explorer UI, It has plenty of delivery-XX activities?

Can i obsolete them? Is it recommended? How to obsolete all the delivery activity in integration stream using cleartool?


Solution

  • cleartool lock -obsolete activity:deliver-xx@\myPVob
    

    is enough to obsolete one activity.

    You could list all activities in a Stream, and parse the result in order to prepare the right list of commands.

    cleartool lsact -in stream:aStream@\aPVob