Ask HN: Alternative to svn diff?

2 points by symbiotic ↗ HN
Often I need to work on a remote machine via ssh for work. I have no problem using svn on the command line other than when I need to diff two revisions of a file.

I find the output hard to read and sometimes it just tells me that the entire old file was removed, and the entire new file was added, really giving me no information about what was actually changed.

It would be great if there was some command line tool that would give me a little bit nicer output (something that's easier to read than the traditional pluses and minuses).

Has anyone else encountered this problem and/or found a good solution?

5 comments

[ 3.9 ms ] story [ 16.9 ms ] thread
Take a look at

  svn help diff
Specifically, you can pass arguments down to diff itself.