如何取消 clearcase 交货
How to cancel delivery in clearcase
我想在 Clearcase 中为我的开发流取消(撤消)交付,但出现以下错误:
"unable to cancel delivery because another operation is trying to complete it"
可能的原因和解决方法是什么?
除非您使用的是旧的 ClearCase 7.0 (whic has a fix to avoid that error), that can happen when the deliver was started twice
确切的错误信息是:
cleartool deliver -cancel
Cancel deliver
FROM: stream "<source-stream>"
TO: stream "<target-stream>"
Using target view: "<target-view>".
Are you sure you want to cancel this deliver operation? [no] yes
cleartool: Error: Unable to cancel delivery because another operation is trying to complete.
cleartool: Error: Unable to cancel deliver.
("试图完成",最后没有"它")
Attempting to start a deliver twice in the Windows GUI results in a stuck deliver operation.
This is applicable when using UCM with ClearQuest (CQ) integration and having the ClearQuest policy, Transition To Complete After Delivery, enabled.
The CQ policy, Transition To Complete After Delivery, tries to transition the activities to complete, but cannot find any.
This causes the deliver -complete
to fail.
更一般地说,检查您的 OS 进程以确定另一个进程是否保留可以防止任何取消的句柄。
我想在 Clearcase 中为我的开发流取消(撤消)交付,但出现以下错误:
"unable to cancel delivery because another operation is trying to complete it"
可能的原因和解决方法是什么?
除非您使用的是旧的 ClearCase 7.0 (whic has a fix to avoid that error), that can happen when the deliver was started twice
确切的错误信息是:
cleartool deliver -cancel
Cancel deliver
FROM: stream "<source-stream>"
TO: stream "<target-stream>"
Using target view: "<target-view>".
Are you sure you want to cancel this deliver operation? [no] yes
cleartool: Error: Unable to cancel delivery because another operation is trying to complete.
cleartool: Error: Unable to cancel deliver.
("试图完成",最后没有"它")
Attempting to start a deliver twice in the Windows GUI results in a stuck deliver operation.
This is applicable when using UCM with ClearQuest (CQ) integration and having the ClearQuest policy, Transition To Complete After Delivery, enabled.
The CQ policy, Transition To Complete After Delivery, tries to transition the activities to complete, but cannot find any.
This causes thedeliver -complete
to fail.
更一般地说,检查您的 OS 进程以确定另一个进程是否保留可以防止任何取消的句柄。