unable to complete delivery

前端 未结 1 1512
南旧
南旧 2021-01-07 08:27

I got the following error while trying to complete the posted delivery. Is there anything I can do it from the target site?

cleartool: Error: Unable to chec         


        
1条回答
  •  -上瘾入骨i
    2021-01-07 09:08

    Yes.

    You can change the config spec of the view you are using for your deliver in order to not select the lost+found folder.

    cd /path/to/my/view
    cleartool edcs
    

    Add (as a first rule, at the top)

    element /vobs/amit_sumit/lost+found -none
    

    save and resume your deliver.

    Note: depending on what you are merging (a folder within the vob, or the vob itself), you also can add same same selection rule between:

    #UCMCustomElemBegin - DO NOT REMOVE - ADD CUSTOM ELEMENT RULES AFTER THIS LINE
    #UCMCustomElemEnd - DO NOT REMOVE - END CUSTOM ELEMENT RULES
    

    But by putting it on top, you are sure it will be taken into account.

    That lost+found elements will still be part of the deliver, but will be skipped with a warning, as opposed to be blocking.

    0 讨论(0)
提交回复
热议问题