Cancel delivery?

Is there a delivery method for UNDO Clearcase after it is completed? I saw a message that was close, but it was still being delivered.

I want to cancel the delivery thqt completed (if possible); it was delivered from the child stream to the parent, and I do not want it there

+3
source share
1 answer

After delivery is complete, all versions created during delivery are recorded in the UCM special activity starting with deliver.xxx.

You can try cSet.pl perl script to cancel the delivery operation.
He will create new versions that will override the versions just created before delivery.

 ccperl cset.pl -undo deliver.xxxx
+4
source

All Articles