how do i apply and create patch for drupal module in windows?

Events happening in the community are now at Drupal community events on www.drupal.org.
dhakshinait's picture

hai,i need to apply for one contributed module but i dont know how to appy patch in windows. can you guide me for it?

Comments

Netbeans IDE to apply the patch

Mandakini_Kumari's picture

a)I use the Netbeans IDE to apply the patch. Right click on the source code and click on Tools > Apply Diff Patch...
b)Then navigate to your module directory and select the file e.g. D6-core-simpletest.patch.
c)Once that the patch has been applied you can chose to see the changes applied in a difference report.

Mandakini Kumari