Discussion:
Using Meld for Merge Conflicts
Jamie Jackson
2017-05-02 17:51:13 UTC
Permalink
I'm on Mac, and I thought I'd use Meld for merge conflicts. However,
this doesn't seem to work: http://stackoverflow.com/a/7418087.

What's the right way to do this with modern versions of SVN (1.9.5)
and Meld (3.16.0)?

Thanks,
Jamie
Stefan Sperling
2017-05-02 19:28:41 UTC
Permalink
Post by Jamie Jackson
I'm on Mac, and I thought I'd use Meld for merge conflicts. However,
this doesn't seem to work: http://stackoverflow.com/a/7418087.
What's the right way to do this with modern versions of SVN (1.9.5)
and Meld (3.16.0)?
Thanks,
Jamie
Use a wrapper script which passes arguments to your merge tool
in the order your merge tool wants to see them.
See http://svnbook.red-bean.com/nightly/en/svn.advanced.externaldifftools.html
Loading...