2012-01-09 101 views
1

在交付給集成流時,Clearcase UCM試圖合併PDF文件並失敗。Clearcase UCM正試圖合併pdf文件

由於PDF文件不需要合併,如何解決這個問題?

這是Clearcase UCM的缺陷嗎?是否有任何解決方法或需要設置一些策略設置來解決此問題?

回答

1

如果你不想合併一個特定類型的文件,你可以將其類型更改爲「複製合併」政策(ClearCase的將源拷貝過來的目的地)

cleartool find . -name '*.jar' -exec 'cleartool chtype "COPY_MERGE" $CLEARCASE_XPN' 

這是一個從this IBM article中提供的NEVER_MERGE得到改進,並且可在ClearCase 7.x中獲得。

您可以創建自定義"FILE_COPY_MERGE" type as described here

cleartool mkeltype -supertype compressed_file -mergetype copy -nc FILE_COPY_MERGE 
cleartool chtype FILE_COPY_MERGE 'element' 

一個更完整的例子是detailed in this technote "Handling binary files in ClearCase":在HTTP

copy merge

+0

其他替代選項('合併-ndata'):// WWW。 ibm.com/developerworks/forums/message.jspa?messageID=14491867#14491867 – VonC 2012-01-09 14:13:31