Forum OpenACS Q&A: How do you apply a patch?

Collapse
Posted by James Tinkess on
Do you simply cut the text from the patch page ( adjusting for
pathing differences) and feed it to the shell?
Collapse
2: patch micro-howto (response to 1)
Posted by Andrei Popov on

short:

$ man patch

long (and possibly more useful :) :

$ cd /openacs/top/level/dir
$ patch <patch.file

  • /openacs/top/level/dir is where your OpenACS is installed, something like /web if you follow installation howto
  • patch.file is the patch file you obtained somewhere

    As noted on SDM page, all patches are supposed to be generated from the top level directory of OpenACS.