vote up 3 vote down star

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

flag

8 Answers

vote up 1 vote down check

Have you tried http://meld.darwinports.com/?

If you post some of the troubles you're having getting Meld working on OS X then we could help you out? :o)

link|flag
When I tried to install meld, I got some major errors on the dependencies. Next I installed the dependencies manually. This approach worked... port deactivate intltool port install intltool port install python25 port install py25-gtk port install py25-gnome port install rarian port install meld – Johan Oct 23 '08 at 22:10
Cool, thanks for letting us know you got it sorted :o) – Andrew Oct 24 '08 at 15:01
vote up 4 vote down

There's FileMerge.app, which comes with XCode.

link|flag
vote up 2 vote down

Apple's FileMerge (which is included in their Developer Tools download) looks similar to Meld, though I confess to not having used either..

link|flag
vote up 2 vote down

Fink has a meld package.

link|flag
vote up 1 vote down

Take a look at Changes.app. Yes, it is for pay, but it's very capable, fast, easy on the eyes. It also has a command line tool. Take a look at the wiki for tips and tricks, especially with getting it to integrate with version control systems. I love Changes.app.

link|flag
vote up 1 vote down

Sourcegear DiffMerge is free and completely cross-platform (Windows, Mac and Linux). I've only used the Windows version, and it lacks some more advanced features (like syntax highlighting and opening .diff files) but I'm very happy with it.

link|flag
vote up 0 vote down

BBEdit has a good diff viewer in it.

link|flag
vote up 0 vote down

KDiff is cross platform, open source, and has an OSX binary available.

http://kdiff3.sourceforge.net/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.