[TYPO3] How to apply a patch

Xavier Perseguers typo3 at perseguers.ch
Thu Sep 4 16:06:39 CEST 2008


Hi,

Xatu Cans wrote:
> Hi, I've a problem with rtehtml extension and I've found a patch 
> (rtehtmlarea_bugfix_8346.patch) to fix it, but I don't know how to apply 
> this .patch document. Can anybody help me, please?

$ man patch

Quick answer:

$ cd /path/to/typo3_src
$ patch -p0 < rtehtmlarea_bugfix_8346.patch

(I think), maybe the -p0 or /path/to/typo3_src should be changed


-- 
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html


More information about the TYPO3-english mailing list