Page 1 of 1

error if base file is missing during merge

Posted: Thu 16 Jun 2011 00:07
by mike.he
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

Posted: Fri 17 Jun 2011 13:47
by Artem
Version 2.60.9. introduces the possibility to transfer nonexistent files in command line parameters. You can download the latest version here - http://www.devart.com/codecompare/download.html

Posted: Sun 19 Jun 2011 23:27
by mike.he
Great, I'll give a try.

Thanks so much.