Skip to content

Instantly share code, notes, and snippets.

@mcrmfc
Created January 11, 2012 16:51
Show Gist options
  • Save mcrmfc/1595578 to your computer and use it in GitHub Desktop.
Save mcrmfc/1595578 to your computer and use it in GitHub Desktop.
diff and patch cheat sheet
svn diff --diff-cmd /usr/bin/diff -x "-i -b" > mypatch
...
patch -p0 < mypatch
#easy diff
svn di -c 668582 https://repo.dev.bbc.co.uk | vim -R -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment