I modify it a bit so it works on MacOS X.
First, you need to install meld from homebrew.
Then create a shell script "svn-diff-meld" in ~/bin:
#!/bin/sh
# SVN Diff Wrapper for Meld
# KOG 2008-02
# This line is only need if you use it on MacOS, assuming meld installed by homebrew
export PYTHONPATH=/usr/local/lib/python2.7/site-packages
left="$6"
right="$7"
meld "$left" "$right"
add alais to do svn diff w/ meld:
alias svn-diff='svn diff --diff-cmd=/Users/me/bin/svn-diff-meld'
My passion has always been on software development, and I know it since I
wrote my first program on an Apple II. I worked on cellular wireless system
in the past (C/C++) and now focus on web application
(LAMP, PHP, MySQL, CakePHP, Symfony, jQuery, Google AppEngine/python).
![[Valid XHTML 1.0 Strict]](https://edmondhui.ddns.net/blog/skins/admun3/valid-xhtml.png)