Question

I try to deliver but it failed because the rebase is on process in another view.
This view has been deleted so how to I recover the view and cancel the rebase operation by setting in this deleted view and proceed further.

cleartool: Error: Checkouts disallowed in view
: a rebase is active using view "52df8e4.77de11e3.97f8.00:01:80:93:35:66" on this stream.
cleartool: Error: Unable to check out "".
cleartool: Error: Unable to checkout the directory element 
 This may cause additional checkout and merge failures for files and directories contained within
cleartool: Error: Checkouts disallowed in view
: a rebase is active using view "52df8e4.77de11e3.97f8.00:01:80:93:35:66" on this stream.
Was it helpful?

Solution

You can simply reset that deliver to another view:
See "Reset Deliver to Another View", and cleartool deliver:

cleartool deliver -resume -reset -to aNewView -stream aStream@\apvob -gmerge

You might see:

cleartool: Error: The integration view cannot be retargeted because view "xxxx" has checkouts.
cleartool: Error: Unable to resume deliver.

In which case, it is best to cancel (unless you were in the "complete" step)

cleartool deliver -cancel -stream stream:Stream@\apvob -reset -to aNewView 

You can also cancel all checkouts for the old deleted view with a (in a dynamic view)

cd /path/to/aVob
cleartool rmview -force -uuid uuid_of_the_deleted_view

See more at "ClearCase: How to Uncheckout Files in Shapshot View Deleted From File System".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top