Project

General

Profile

Patch » History » Version 1

Eric Davis, 2008-02-13 17:48
Documenting the process to creating a patch.

1 1 Eric Davis
h1. Patch
2
3
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.
4
5
h2. Creating a patch file
6
7
Creating a patch for Redmine is easy.  Just follow the following simple steps:
8
9
# Download the development copy of Redmine
10
# _Make your changes_
11
# Run @svn diff > PATCH_NAME.diff@ in you Redmine folder.  Change PATCH_NAME to something that describes the purpose.
12
# Upload the patch file to an issue and share