Thursday, February 9, 2012

How to apply patches on Windows OS

If you require or fancy a graphical interface, you can use for example TortoiseSVN, the IDE Eclipse, or the IDE NetBeans.

Eclipse

To apply patches to code using Eclipse:
  1. Menu > windows > open perspective > others > team synchronizing
  2. Open the patch file, select all text and copy it to clipboard (Ctrl+ C)
  3. Menu > project > apply patch
  4. Select clipboard, click next, select the file you want to patch, click finish or next to setup patching options.
More information can be found with details on how to install and configure Eclipse for Drupal in drupal.org

NetBeans

To apply patches to code using NetBeans:
  1. Open the project and right-click on the file or folder you want to patch.
  2. Tools > Apply Diff Patch...
  3. Browse to and select the patch file you want to apply. > Click "Patch".
     
 More information can be found with details on how to instal an configure NetBeabs for Drupal in drupal.org
 Drupal templates for NetBeans