3

is there a way to UNDO a Clearcase delivery after it has been completed? I saw a post that was close but it was still being delivered.

I want to undo a delivery thqt has been completed (if possible); it was delivered from child stream to parent and I do not want it there

Go Bucks
  • 151
  • 6

1 Answers1

4

Once a deliver has been completed, all the versions created during said deliver are recorded in a special UCM activity beginning with deliver.xxx.

You can try the cSet.pl perl script in order to undo the deliver activity.
It will create new versions which will cancel the versions just created by the deliver.

 ccperl cset.pl -undo deliver.xxxx
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250