I have an installed drupal module : revioning. To add some functionalities, someone submit a patch file in drupal site here:
My question is how to apply patches???
My server is linux centos.
I have an installed drupal module : revioning. To add some functionalities, someone submit a patch file in drupal site here:
My question is how to apply patches???
My server is linux centos.
Assuming you have shell access to the server then cd to the module directory, download the patch file (e.g.
wget http://drupal.org/files/issues/file.patch
) and then run the command:(replacing file.patch with the name of the patch file you've just downloaded)
There's a lot more information on applying patches here: http://drupal.org/patch/apply