Thursday, March 8, 2012

SVN commands

Create a patch
svn diff > ~/fix_ugly_bug.diff

Apply a patch
patch -p0 -i ~/fix_ugly_bug.diff

1 comment:

  1. Thank you for posting this and trying to make others lives simpler and easier. I am sure this will be useful and helpful both to a number of people. Keep up the good job.,

    ReplyDelete