Automatically pulled from My Clippings on NewsGator Online

$ vimdiff <(svn cat "$1") "$1"

This will diff your local version of the file with the latest version in svn. I put this in a shell function like so:

svd() { vimdiff <(svn cat "$1") "$1"; }

commandlinefu.com

by David Winterbottom (codeinthehole.com)



Go to Source

Tags: ,



Leave a Comment

Anti-Spam Protection by WP-SpamFree