You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2007/03/02 21:20:58 UTC

[Myfaces Wiki] Trivial Update of "Contributing Patches" by JeffBischoff

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by JeffBischoff:
http://wiki.apache.org/myfaces/Contributing_Patches

------------------------------------------------------------------------------
  Eclipse's SVN module and TortoiseSVN have "Create patch" menu options.
  In unix/windows you can also use the command "svn diff" to generate a diff with all your changes, including new files providing you have used the "svn add" command to mark them to be added in the svn repository beforehand. It is customary to include all changes into a single diff file, so for example if you are in the root folder of your local source tree you can do something like:
  
- svn diff * > MyPatch.patch
+ svn diff * > My_Patch.patch
  
  After you have attached your files to the jira issue, mark the issue as "Patch Provided." Please provide a comment detailing what changes your fix will make.