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
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.