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?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted
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
link|improve this answer
1  
Last command is also illustrated in stackoverflow.com/questions/8731616/… – VonC Jan 16 at 14:15
Is it possible to do wildcard in activity name like "cleartool lock -obsolete activity:deliver*@\myPVob". So that it will automatically obsolete all. – Samselvaprabu Jan 18 at 8:56
@Samselvaprabu: I don't think so. I never saw wildcard working for those commands. I just tested it and it keep returning "Error: No match for wildcard" even in an interactive cleartool shell. – VonC Jan 18 at 9:43
feedback

Your Answer

 
or
required, but never shown

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