Changes between Version 20 and Version 21 of code/tools/SVN
- Timestamp:
- Sep 23, 2008, 11:53:12 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/SVN
v20 v21 244 244 It is important to understand, that this command acts like a diff-patch combination. You could also type: 245 245 {{{ 246 svn diff <remote-trunk> -rOLDREVISION:NEWREVISION > patch-file && cd <destination> && patch -p0 < <path-to-patch-file> 246 svn diff <remote-trunk> -rOLDREVISION:NEWREVISION > patch-file && cd <destination> && \ 247 patch -p0 < <path-to-patch-file> 247 248 }}} 248 249 {{{