I’ve looked for DIFF tools for OSX but haven’t found anything good
yet. Tried guiffy (http://www.guiffy.com) but it’s very slow and the
folder comparison doesn’t indicate a change until you drill down to
the level with the difference which kinda defeats the purpose.
I’m missing TortoiseSVN and the diff tool that comes with it. Any
suggestions for similar tools for OSX?
I’ve looked for DIFF tools for OSX but haven’t found anything good
yet. Tried guiffy (http://www.guiffy.com) but it’s very slow and the
folder comparison doesn’t indicate a change until you drill down to
the level with the difference which kinda defeats the purpose.
I’m missing TortoiseSVN and the diff tool that comes with it. Any
suggestions for similar tools for OSX?
Is anything wrong with diff? I should put diff -u oldfile newfile | mate in to a macro…
I’m missing TortoiseSVN and the diff tool that comes with it. Any
suggestions for similar tools for OSX?
There’s always FileMerge.app in the Developer tools. You can access
it from the command line with ‘opendiff’. And you can integrate it
into Subversion by grabbing svndiffshim.py[1] adding the following to
~/.subversion/config:
[helpers]
diff-cmd = /path/to/svndiffshim.py
Then when you do an svn diff, the diffs will appear in FileMerge.
I would really recommend kdiff3 [http://kdiff3.sourceforge.net/]. I
know it’s got a ‘K’ as in KDE in front, but don’t let that scare you.
KDiff3 is a pretty fast, very easy to use diff tool, giving you 2-way
and 3-way file and directory diffing. Plus it’s cross platform and
open source.