error if base file is missing during merge
Posted: Thu 16 Jun 2011 00:07
Hi,
I am trying to integrate the CodeCompare with Git Extensions.
"C:/Program Files (x86)/Devart/CodeCompare/CodeMerge.exe" /TF="$REMOTE" /MF="$LOCAL" /BF="$BASE" /RF="$MERGED" /REMOVEFILES /B
But if the base file is not existed. Merge tool cannot be launched. If i remove /BF="$BASE" from the command, it just works.
But I don't want to lose that feature, although I don't know how many it would help. So is there any solution to this case?
Thanks,
Mike
I am trying to integrate the CodeCompare with Git Extensions.
"C:/Program Files (x86)/Devart/CodeCompare/CodeMerge.exe" /TF="$REMOTE" /MF="$LOCAL" /BF="$BASE" /RF="$MERGED" /REMOVEFILES /B
But if the base file is not existed. Merge tool cannot be launched. If i remove /BF="$BASE" from the command, it just works.
But I don't want to lose that feature, although I don't know how many it would help. So is there any solution to this case?
Thanks,
Mike