Reputation: 11
I stopped my deliver because some files were corrupted.
So I deleted my view and created a new one.
But when I want to "undo deliver", I have this message :
Can't find root directory of snapshot view with tag "MyView1".
Unable to determine view root of snapshot view "MyView1".
View "MyView1" is inaccessible.
I tried to follow this instructions but it don't work.
How can I cancel that deliver operation?
Upvotes: 1
Views: 275
Reputation: 1324617
Try the same deliver using command-line cleartool deliver
You need to reset the view used for that deliver to a new one.
-reset -to integration-view-tag
You must not remove the developer view when a deliver operation is in progress.
However, if the integration view is lost during a deliver operation, you can use the-reset -to
option to reset a new integration view so you would be able to cancel the operation. You can also use this option with-resume
and-complete
.
Use that to resume the delivery. Once the delivery is in progress, interrupt it (CTRL+C) and then try to cancel it.
Upvotes: 1