我正在编写一个脚本来自动化一些合并操作,我想使用这个命令来完成它:
cleartool findmerge file_name -fver /main/branch_name/LATEST -merge -log NUL -c "Automatic merge"
问题是,有时我会收到此消息,我必须按 Enter 键才能继续该过程:
Needs Merge "file_path" [to _branch_ from _another_branch_ base _yet_another_branch_]
有什么办法可以避免这种情况?