Graphical multiple file-pair comparison on Mac OS 10.7

Viewed 50153

Is it possible to view "svn diff" output graphically on Mac OS?

Most of the graphical diff programs allow you to view only one file per time. Which is very inconvenient when you use svn and have changed like 10 files.

For Linux I have found a solution in "kompare" program. I do:

svn diff > diffOut; kompare diffOut

and as result I work with graphical program and check all files at once like it shown on the picture.

Is there same thing for Mac OS?

P.S. "meld" programm seems to do the same (or it doesn't?), and I have already tried to install it, but got an error. Therefore I supouse that I can't install it under OSx 10.7.

11 Answers

Here you can find the latest version of Meld for OSX .dmg installer.

Related