Question

I'm trying to get Araxis Merge 2010 integration with Visual Studio working and am coming up against a brick wall with the arguments you should pass to Merge.exe.

According to their documentation it arguments should be:

/wait /swap /a3 /3 /title1:%6 /title2:%7 /title3:%8 %1 %2 %3 %4

However this doesn't seem to work, does anyone have any idea what the problem could be?

When doing a merge the tool pops up, but the head says, /wait and /swap could not be found, it's almost as if it's interpreting the flags as the files to compare.

Was it helpful?

Solution

It works fine for me - but there is a gotcha.

For merges, you must not set the .exe to "merge.exe" as sounds obvious, but to "compare.exe"! It's explained better here on the original post that they took those settings from.

(Hopefully that's what tripped you up)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top