dion 2002/11/25 19:17:18
Modified: xdocs/site idedevelopers.xml
Log:
Add "unified diff"
Revision Changes Path
1.8 +4 -3 jakarta-site2/xdocs/site/idedevelopers.xml
Index: idedevelopers.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/idedevelopers.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- idedevelopers.xml 25 Nov 2002 22:02:22 -0000 1.7
+++ idedevelopers.xml 26 Nov 2002 03:17:18 -0000 1.8
@@ -122,9 +122,10 @@
</p>
<p>
All of the Apache Jakarta Project's software is stored in CVS under
- revision control. And to contribute to the project you need to create
- "patches" with the cvs diff -u command (or the GUI equivalent). The
- -u specifies the more brief and useful format. To do that you need to
+ revision control. To contribute to a project you need to create
+ "patches" in the "unified diff" format, by either using the
+ cvs diff -u command or the GUI equivalent. The -u specifies the
+ more brief and useful format. To do that you need to
have a working copy of the software. Instructions and a list of modules
can be found <a href="http://jakarta.apache.org/site/cvsindex.html">here</a>.
You'll even find instructions on how to use GUI tools with CVS, many of
--
To unsubscribe, e-mail: <mailto:site-cvs-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:site-cvs-help@jakarta.apache.org>
|