Menu

How do I use patches ?

Developers
2002-12-29
2002-12-30
  • Michael Hoffman

    Michael Hoffman - 2002-12-29

    I am figuring something like patch -u bzflag < patch.diff for a bzflag only patch, but it doesn't seem to work.............

     
    • Jeremiah

      Jeremiah - 2002-12-30

      Maybe the arrow is pointing in the wrong direction?  Just a guess.  It's been a while since I've attempted to make a patch.

      patch -u bzflag > patch.diff

       
    • Michael Hoffman

      Michael Hoffman - 2002-12-30

      patch -p0 < patch.diff    works.. this is *applying* them..