ERP5 KM

DiscussionCommunityContributionsGuidelines

Draft Ideas for the Guideline

How to Submit a Patch for ERP5 Product

Make a patch with Subversion

  • if you change many files in the same products, make a patch for the product. Example:

svn up ERP5
svn diff  ERP5 >> MyPatchToERP5Product.patch
  • if you change only one file, make a patch for the file. Example:

cd ERP5
svn up ERP5Site.py
svn diff  ERP5Site.py >> MyPatchToERP5Site.patch

Submiting the Patch file

  • Describe your patch and your intention to make these changes.
  • Send by mail this description and attach the patch (Do not paste the text at email body) to erp5-dev@erp5.org

Discussion/CommunityContributionsGuidelines (last edited 2008-01-03 13:48:09 by localhost)

Page
  • Immutable Page
  • Info
  • Attachments
User
Learn about new ERP5 releases,technical articles, events and more.

Subscribe to the monthly ERP5 Newsletter!