You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/09 21:06:31 UTC

svn commit: r111424 - /lenya/docu/src/documentation/content/xdocs/community/index.xml

Author: gregor
Date: Thu Dec  9 12:06:29 2004
New Revision: 111424

URL: http://svn.apache.org/viewcvs?view=rev&rev=111424
Log:
Apply patch by Hubertus Groepper to better describe the patch preparation procedure.
Modified:
   lenya/docu/src/documentation/content/xdocs/community/index.xml

Modified: lenya/docu/src/documentation/content/xdocs/community/index.xml
Url: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/community/index.xml?view=diff&rev=111424&p1=lenya/docu/src/documentation/content/xdocs/community/index.xml&r1=111423&p2=lenya/docu/src/documentation/content/xdocs/community/index.xml&r2=111424
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/community/index.xml	(original)
+++ lenya/docu/src/documentation/content/xdocs/community/index.xml	Thu Dec  9 12:06:29 2004
@@ -41,7 +41,7 @@
 	<section>
 		<title>Preparing a Patch</title>
 			<ul>
-				<li>See the Cocoon documentation <link href="site:cocoon.howto.patch">How to Prepare a Patch</link> and <link href="site:cocoon.howto.bugzilla">How to Contribute a Patch via Bugzilla</link>.</li>
+				<li>For general procedures please see the Cocoon documentation <link href="site:cocoon.howto.patch">How to Prepare a Patch</link> and <link href="site:cocoon.howto.bugzilla">How to Contribute a Patch via Bugzilla</link>. Note that the actual command to create the patch is <code>svn diff</code> (instead of <code>cvs diff -u</code> as suggested in said documents).</li>
 				<li>Make sure you follow the <link href="site:coding">coding guidelines</link>.</li>
 				<li>Test your patch by applying it to a fresh checkout of Lenya. In Eclipse for instance, this is done by choosing "apply patch" in the team perspective.</li>
 				<li>Follow this link to enter your patch in Bugzilla: <link href="site:issue.add">add a new patch</link>.</li>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org