I am starting to use Subversion on Linux. svn diff gives a very cryptic view—very, very unfriendly to eyes. How do I interpret its output? And more importantly, is there a way to view the difference in vimdiff kind of neat style, where both files will open side by side?
I am starting to use Subversion on Linux. svn diff gives a very cryptic
Share
Found it at:
http://blog.tplus1.com/index.php/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/
This blog post takes the script directly from the SVN book external diff tools example:
diffwrap.sh
Note: This assumes that your
vimdiffis in/usr/local/bin, for me, in Fedora, it was in/usr/bin. If you can’t find it run:Then in
~/.subversion/config: