Skip to content

Instantly share code, notes, and snippets.

@delputnam
Created April 28, 2017 14:49
Show Gist options
  • Save delputnam/40c4c777707c292cf8f961663770d58d to your computer and use it in GitHub Desktop.
Save delputnam/40c4c777707c292cf8f961663770d58d to your computer and use it in GitHub Desktop.
save and apply svn diffs locally
svn diff > ~/my-awesome-diff.diff
patch -p0 < ~/my-awesome-diff.diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment