crossley 2004/09/13 18:24:56
Modified: site howtoparticipate.xml
Log:
Minor text tweaks.
Revision Changes Path
1.8 +3 -1 incubator/site/howtoparticipate.xml
Index: howtoparticipate.xml
===================================================================
RCS file: /home/cvs/incubator/site/howtoparticipate.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- howtoparticipate.xml 13 Sep 2004 05:17:36 -0000 1.7
+++ howtoparticipate.xml 14 Sep 2004 01:24:56 -0000 1.8
@@ -144,12 +144,12 @@
cp -R staging/incubator.apache.org ~/public_html
... This will copy the production to your committer webspace for viewing.
+cvs -q update -Pd modules/incubator-site
diff -rq staging/incubator.apache.org modules/incubator-site/build/site \
| grep -v CVS > diff
vi diff
... Ensure that the differences are what you expect.
-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'
@@ -209,8 +209,10 @@
<code>incubator/build/site</code> directory with the
<code>incubator-site/build/site</code> directory.</p>
<source>
+cvs -q update -Pd incubator-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'
</source>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]