Changes between Version 12 and Version 13 of code/tools/SVN
- Timestamp:
- May 2, 2008, 1:39:49 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/SVN
v12 v13 152 152 153 153 154 It is important to understand, that this command acts like a diff- chatcombination. You could also type:154 It is important to understand, that this command acts like a diff-patch combination. You could also type: 155 155 {{{ 156 156 svn diff <remote-trunk> -rOLDREVISION:NEWREVISION > patch-file && cd <destination> && patch -p0 < <path-to-patch-file>