User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:howto_submit_pathces

This is an old revision of the document!


DRAFT - How to submit patches to Mantis

You have identified a bug in a Mantis, and you have developed a solution to correct the defect. So, how do you submit that solution, for inclusion in Mantis?

By following the guidelines set out below, you will give your solution its best chance of being adopted, in a timely fashion.

Base your work on the most current source code

Please be sure to base your patch upon the most recent code in our CVS. This ensures you will be able to properly test your modifications and provide a cleanly applicable patch.

To get the most current Mantis sources use:

  • For the first checkout
  cvs -d:pserver:anonymous@mantisbt.cvs.sourceforge.net:/cvsroot/mantisbt login
  cvs -z3 -d:pserver:anonymous@mantisbt.cvs.sourceforge.net:/cvsroot/mantisbt co -P mantisbt
  • After the first checkout (run this from the mantisbt directory)
  cvs update -dP

Please refer to the Mantis page on sourceforge for more detailed instructions on how to access CVS.

generate patch file

FIXME

attach to bug report

FIXME

Thank you for reading this document – and looking forward to your patches! :-)

mantisbt/howto_submit_pathces.1181857290.txt.gz · Last modified: 2008/10/29 04:31 (external edit)

CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki