error if base file is missing during merge

Discussion of open issues, suggestions and bugs regarding file and folder merge tool – Code Compare
Post Reply
mike.he
Posts: 2
Joined: Wed 15 Jun 2011 23:47

error if base file is missing during merge

Post by mike.he » 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

Artem
Devart Team
Posts: 137
Joined: Mon 21 Jun 2010 14:02

Post by Artem » Fri 17 Jun 2011 13:47

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

mike.he
Posts: 2
Joined: Wed 15 Jun 2011 23:47

Post by mike.he » Sun 19 Jun 2011 23:27

Great, I'll give a try.

Thanks so much.

Post Reply