You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2012/12/12 16:50:32 UTC

svn commit: r841883 - in /websites/production/cxf/content: cache/main.pageCache getting-involved.html

Author: buildbot
Date: Wed Dec 12 15:50:31 2012
New Revision: 841883

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/getting-involved.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/getting-involved.html
==============================================================================
--- websites/production/cxf/content/getting-involved.html (original)
+++ websites/production/cxf/content/getting-involved.html Wed Dec 12 15:50:31 2012
@@ -152,7 +152,12 @@ Apache CXF -- Getting Involved
 
 <h2><a shape="rect" name="GettingInvolved-Howtosubmitpatch"></a>How to submit patch</h2>
 
-<ul><li>Check out code from <a shape="rect" href="source-repository.html" title="Source Repository">Source Repository</a></li><li>Make your changes, test, and build successfully</li><li>Generate patch using "svn diff"</li><li>Open a <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CXF">Jira</a> issue and attach the patch.txt file to the issue.  (make sure you select the "Grant license to ASF for inclusion" option)</li></ul>
+<ul><li>Check out code from <a shape="rect" href="source-repository.html" title="Source Repository">Source Repository</a></li><li>Make your changes, test, and build successfully</li><li>Make sure you add new files to svn before creating the patch</li><li>Generate patch using "svn diff --show-copies-as-adds &gt; my.patch" . This also works if you move or delete files (requires svn &gt; 1.7)</li><li>Open a <a shape="rect" class="external-link" href="https://issues.apache.org/jira/browse/CXF">Jira</a> issue and attach the patch.txt file to the issue.  (make sure you select the "Grant license to ASF for inclusion" option)</li></ul>
+
+
+<h2><a shape="rect" name="GettingInvolved-Howtoapplyapatch"></a>How to apply a patch</h2>
+
+<ul><li>patch -E -p0 &lt; my.patch</li></ul>
 
 
 <h2><a shape="rect" name="GettingInvolved-Becomingacommitter"></a>Becoming a committer</h2>