gibuu is hosted by Hepforge, IPPP Durham
GiBUU
close Warning:
  • Error with navigation contributor "BrowserModule"
  • Failed to sync with repository "(default)": instance.__dict__ not accessible in restricted mode; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Version 3 and Version 4 of HowtoPatches


Ignore:
Timestamp:
Nov 1, 2012, 1:51:41 PM (12 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoPatches

    v3 v4  
    3939}}}
    4040
    41 This will apply the changes from the patch file to the current directory.
     41This will apply the changes from the patch file to the current directory. To apply the patch reversely (i.e. undo the changes), use:
     42
     43{{{
     44patch -p0 -R < patch.diff
     45}}}
    4246
    4347== 3) Reverting a revision ==
     
    4953patch -p0 -R < patch.diff
    5054}}}
     55
     56This can then be committed, in order to revert the changes in the repository. To revert local changes in your working copy, you can use:
     57
     58{{{
     59svn revert
     60}}}