Created
July 10, 2009 16:22
-
-
Save rgo/144598 to your computer and use it in GitHub Desktop.
Create and apply patch with subversion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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