Creating and applying patches
Create a patch:
Note: If you want to send us changes, please update with ARB-SVN-Repository before creating the patch.
SVN:
# cd to ARBHOME containing changes svn diff > my.patch
CVS (obsolete):
# cd to ARBHOME containing changes cvs diff -up > my.patch
Apply the patch:
# cd to unchanged ARBHOME patch -p0 < my.patch
Revert the patch:
# cd to patched ARBHOME patch -R -p0 < my.patch
Last modified 16 years ago
Last modified on Jul 18, 2008, 12:02:55 PM