Reputation: 18147
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?
Upvotes: 1
Views: 767
Reputation: 1324417
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
Upvotes: 1