What are the alternatives for meld (graphical diff tool) on OSX [closed]
I mostly develop on Linux and meld is indispensable for me. However, when I'm on the road I use a MacBook (leopard) and I want to use the same set of tools as on my main development box, meld being one of them.
Although you shoud be able to install meld, I could not succeed with it. So... are there any alternatives that are as good (or better) as meld?
One thing to point out, I use subversion and I just love the 'meld .' command that diffs my working directory to the BASE revision...
Johan
Solution 1:
There's FileMerge.app, which comes with XCode.
It can be run as a separate standalone application :
Solution 2:
Apple's FileMerge (which is included in their Developer Tools download) looks similar to Meld, though I confess to not having used either..