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?
答案 0 :(得分:1)
使用命令行cleartool deliver
您需要将用于该传递的视图重置为新视图。
-reset -to integration-view-tag
交付操作正在进行时,您不得删除开发者视图 但是,如果在传递操作期间丢失了集成视图,则可以使用
-reset -to
选项重置新的集成视图,以便您可以取消该操作。您也可以将此选项与-resume
和-complete
一起使用。
使用它来恢复交付。一旦交付正在进行,请中断它( CTRL + C ),然后尝试取消它。