Changes between Version 8 and Version 9 of TipAndDoc/scm/svn
- Timestamp:
- Feb 4, 2011 3:39:43 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/scm/svn
v8 v9 4 4 * [http://www.takebay.net/~nao/?Server%2Fsubversion Server/subversion - www.takebay.net/~nao] 5 5 * [http://www.asahi-net.or.jp/~iu9m-tcym/svndoc/ Subversion のコンパイル (for Windows)] 6 * [http://ariejan.net/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/ How to create and apply a patch with Subversion] 7 {{{ 8 patch -p0 -i ~/fix_ugly_bug.diff 9 }}} 10 > This will apply all the changes in the patch to your source. The -p0 option makes sure that all files can be found correctly (this has to do with something called ‘zero directories’, I won’t get into that right now). The -i option tells ‘patch’ what to use as input, in this case the ‘fix_ugly_bug.diff’ file in your home directory. 6 11 7 12 == Apache options ==