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 1 and Version 2 of HowtoPatches


Ignore:
Timestamp:
Jul 13, 2012, 3:02:38 PM (12 years ago)
Author:
jweil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoPatches

    v1 v2  
    4040
    4141This will apply the changes from the patch file to the current directory.
     42
     43== 3) Reverting a particular revision ==
     44
     45A particular revision can be reverted by producing a diff of that revision and appling it reversely ("-R"):
     46
     47{{{
     48svn diff -c1234 > patch.diff
     49patch -p0 -R < patch.diff
     50}}}