By Amarnath-1 on
How to add the patches in the windows environment?
Example: When installing acidfree module,
NOTE: this patch MUST be applied to the filemanager source
or acidfree will not work correctly. To apply, do something like this:
cd modules/filemanager
patch -p0 < path/to/this/patch/filemanager-acidfree.patch
What is the equivalent procedure using windows?
Thanks & regards,
Amar
Comments
Have a look here
http://drupal.org/diffandpatch
There are some comments about Windows, and there are a couple of child pages that cover Windows.
It won't generally be as tidy and straight forward as it is on Linux/Unix
though.
--
Anton
Thanks a lot!
Thank you very much for the info, Styro!