I have set up Beyond Compare 3 as a merge tool in Subversion. I have followed all the steps outlined here (BeyondCompare documentation) and here (StackOverflow) and here.
In particular, I have verified that:
merge-tool-cmdpoints to a batch file.- That batch file works when I run it manually with four parameters.
diff-tool-cmdpoints to another batch file, and that one works. (svn diffuses it correctly.)
Yet when I run svn resolve and tell it to merge, I just get the useless command-line merge thingie, not BeyondCompare.
What am I doing wrong?