Skip to content

Instantly share code, notes, and snippets.

@fay
Created September 9, 2011 05:20
Show Gist options
  • Save fay/1205538 to your computer and use it in GitHub Desktop.
Save fay/1205538 to your computer and use it in GitHub Desktop.
svn diff with meld on Ubuntu
#!/bin/sh
# SVN Diff Wrapper for Meld
# KOG 2008-02
# http://www.nabble.com/How-to-use-meld-with-'svn-diff'-td16765244.html
left="$6"
right="$7"
meld "$left" "$right"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment