Changes between Version 6 and Version 7 of HowtoPatch


Ignore:
Timestamp:
Jul 18, 2008, 12:02:55 PM (17 years ago)
Author:
westram
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified HowtoPatch

    v6 v7  
    11= Creating and applying patches =
    22
    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
     7SVN:
     8{{{
     9# cd to ARBHOME containing changes
     10svn diff > my.patch
     11}}}
     12
     13CVS (obsolete):
    414{{{
    515# cd to ARBHOME containing changes
     
    717}}}
    818
    9 Apply the patch:
     19== Apply the patch: ==
    1020{{{
    1121# cd to unchanged ARBHOME
     
    1323}}}
    1424
    15 Revert the patch:
     25== Revert the patch: ==
    1626{{{
    1727# cd to patched ARBHOME