Skip to content

Instantly share code, notes, and snippets.

@rgo
Created July 10, 2009 16:22
Show Gist options
  • Save rgo/144598 to your computer and use it in GitHub Desktop.
Save rgo/144598 to your computer and use it in GitHub Desktop.
Create and apply patch with subversion
# Create and apply patch with subversion
svn diff > ~/fix_ugly_bug.diff
patch -p0 -i ~/fix_ugly_bug.diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment