Changes between Version 6 and Version 7 of HowtoPatch
- Timestamp:
- Jul 18, 2008, 12:02:55 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified HowtoPatch
v6 v7 1 1 = Creating and applying patches = 2 2 3 Create a patch: 3 == Create a patch: == 4 5 '''Note:''' If you want to send us changes, please update with [wiki:ARB-SVN-Repository] before creating the patch. 6 7 SVN: 8 {{{ 9 # cd to ARBHOME containing changes 10 svn diff > my.patch 11 }}} 12 13 CVS (obsolete): 4 14 {{{ 5 15 # cd to ARBHOME containing changes … … 7 17 }}} 8 18 9 Apply the patch: 19 == Apply the patch: == 10 20 {{{ 11 21 # cd to unchanged ARBHOME … … 13 23 }}} 14 24 15 Revert the patch: 25 == Revert the patch: == 16 26 {{{ 17 27 # cd to patched ARBHOME