我在尝试完成发布的投放时遇到以下错误。我可以从目标网站上做些什么吗?
cleartool: Error: Unable to check out
"/vobs/amit_sumit/lost+found/pcs_i_ltf_odfc_set_sftp.c.842f38e667011e395ad0018fe6508eea".
cleartool: Error: Some files could not be checked out in the target view.
cleartool: Error: Unable to perform merge.
cleartool: Error: Unable to do integration.
cleartool: Error: Unable to deliver stream "banglore_atx_cl".
答案 0 :(得分:2)
是
您可以更改用于投放的视图的配置规范,以便不选择lost+found
文件夹。
cd /path/to/my/view
cleartool edcs
添加(作为第一条规则,在顶部)
element /vobs/amit_sumit/lost+found -none
保存并恢复投放。
注意:根据您要合并的内容(vob中的文件夹或vob本身),您还可以在以下选项之间添加相同的选择规则:
#UCMCustomElemBegin - DO NOT REMOVE - ADD CUSTOM ELEMENT RULES AFTER THIS LINE
#UCMCustomElemEnd - DO NOT REMOVE - END CUSTOM ELEMENT RULES
但是把它放在首位,你确信它会被考虑在内。
lost+found
元素仍将是传递的一部分,但会被警告跳过,而不是阻止。