2014-03-03 60 views
2

我正在使用Rational ClearCase,而且我有點不確定如何繼續並且無法在線找到很多幫助。ClearCase - 交付操作過程中發生錯誤

我正在嘗試提交幾個任務,其中一些涉及在子目錄中移動一些文件夾(如果這是相關的)。

當我去提供從流爲默認值,我得到以下錯誤:

An error occurred during the Deliver operation.
An error occurred while checking out or merging the directories in the target view.

單擊OK透着些許的更多信息,但沒有什麼我已經能夠使用:

Unable to checkout the directory element "xxx". This may cause additional checkout and merge failures for files and directories contained within
An error occurred while checking out or merging the directories in the target view.
Unable to perform merge.
Unable to do integration.

合併時,父目錄的狀態爲Unknown Error,而所有其他子目錄的狀態爲OK:

screenshot

我試過在Deliver fails with an error while checking out or merging the directories in the integration view建議:

集成流肯定是鎖定。

當我嘗試搜索使用命令行籤:

cd <integration_directory> 
cleartool lsco -r 

我得到以下錯誤:

cleartool: Error: Not an object in a vob: ".".

我已經完成了這個項目數十次沒有得到任何這樣的錯誤。

問:我該去哪裏?或者我能做些什麼來開始排除故障?

回答

2

任何種類的快照視圖錯誤的合併過程中(或UCM合併:一交付)意味着更新問題。

通常,使用作爲目標視圖快照視圖的合併(或傳遞)通過更新視圖開始。
但是,如果該視圖部分更新,合併將無法完全進行。

因此需要做的更新,總是從視圖的根(而不是它的一個子文件夾)。

+0

我以爲你可能會出現。感謝您的建議! – KyleMit

1

我需要,因爲潛在衝突目錄對我的集成流運行更新視圖改變

screenshot

相關問題