wiki:CreatingPatches

How to Create a Patch

If you have a patch that you wish to be included in the Fusion repository, this is what you need to do:

  • File a Ticket: No patches will be made to trunk unless they are accompanied by a trac ticket. For complete instructions: FilingBugs
  • Create the Patch File:
    • Get a fresh checkout of trunk or branch. See Using SVN for information on how to check out the trunk or a branch.
    • Make your the modifications for your patch.
    • Run the tests until they all pass.
    • From a commandline, run svn diff > yourpatchname.patch to create a patch file.
  • Attach Patch to Ticket: Click the Attach File Button under the Attachments heading and select the yourpatchname.patch file.
  • Attach new files to Ticket: Files you have created as part of your change are not caught by the diff process. You will have to add these files individually to the patch.

For instructions on how to apply a patch, see ApplyingPatches

Last modified 16 years ago Last modified on Mar 8, 2008, 4:57:35 AM
Note: See TracWiki for help on using the wiki.