Actions
Patch » History » Revision 1
Revision 1/8
| Next »
Eric Davis, 2008-02-13 17:48
Documenting the process to creating a patch.
Patch¶
A patch file is a single file that will list all the changes made to Redmine. It is the preferred way to create and share changes to Redmine.
Creating a patch file¶
Creating a patch for Redmine is easy. Just follow the following simple steps:
- Download the development copy of Redmine
- Make your changes
- Run
svn diff > PATCH_NAME.diff
in you Redmine folder. Change PATCH_NAME to something that describes the purpose. - Upload the patch file to an issue and share
Updated by Eric Davis almost 17 years ago · 1 revisions