I'm writing a script to automate some merge operations and I'd like to do it using this command:
cleartool findmerge file_name -fver /main/branch_name/LATEST -merge -log NUL -c "Automatic merge"
The thing is, sometimes I get this message and I have to press enter to continue the process:
Needs Merge "file_path" [to _branch_ from _another_branch_ base _yet_another_branch_]
Any way to avoid this?