crossley 2004/09/11 22:14:28
Modified: site howtoparticipate.xml
Log:
Add recent good SVN revision number of Forrest.
Minor text tweaks.
Revision Changes Path
1.5 +5 -4 incubator/site/howtoparticipate.xml
Index: howtoparticipate.xml
===================================================================
RCS file: /home/cvs/incubator/site/howtoparticipate.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- howtoparticipate.xml 11 Sep 2004 06:19:02 -0000 1.4
+++ howtoparticipate.xml 12 Sep 2004 05:14:28 -0000 1.5
@@ -151,7 +151,7 @@
cvs -q update -Pd modules/incubator-site
cp -Rf staging/incubator.apache.org/* modules/incubator-site/build/site
-... Now do the usual CVS stuff: 'cvs update' 'cvs add' 'cvs diff' cvs commit'
+... Now do the usual CVS stuff: 'cvs update' 'cvs add' 'cvs diff' 'cvs
commit'
cd /www/incubator.apache.org
cvs update -Pd
@@ -162,6 +162,7 @@
<title>Using a local Forrest installation</title>
<p>
Install the current development version of Forrest from SVN.
+ (A reliable recent revision is 37368.)
Follow the
<link
href="ext:apache/projects/forrest/build">installation</link>
instructions to build it and set the environment variables
@@ -208,10 +209,10 @@
<code>incubator/build/site</code> directory with the
<code>incubator-site/build/site</code> directory.</p>
<source>
-diff -rq incubator/build/site incubator-site/build/site
+diff -rq incubator/build/site incubator-site/build/site | grep -v CVS
... Ensure that the differences are what you expect.
cp -Rf incubator/build/site/* incubator-site/build/site
-... Now do the usual CVS stuff: 'cvs update' 'cvs add' 'cvs diff' cvs commit'
+... Now do the usual CVS stuff: 'cvs update' 'cvs add' 'cvs diff' 'cvs
commit'
</source>
<p>Another way to do this is to use the <code>build.xml</code>
@@ -251,7 +252,7 @@
</p>
<p>
Keep your source documents in your project CVS. To publish
- your site, simply "cvs checkin" your final generated documents
+ your site, simply "cvs commit" your final generated documents
to the "incubator-site" module as
<code>/incubator-site/build/site/projects/${project-name}/**</code>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]