You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/05/18 03:42:08 UTC

svn commit: r407427 - /forrest/trunk/site-author/content/xdocs/roles.xml

Author: crossley
Date: Wed May 17 18:42:07 2006
New Revision: 407427

URL: http://svn.apache.org/viewvc?rev=407427&view=rev
Log:
Explain that forrestbot does not delete old files.
Issue: FOR-392

Modified:
    forrest/trunk/site-author/content/xdocs/roles.xml

Modified: forrest/trunk/site-author/content/xdocs/roles.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/roles.xml?rev=407427&r1=407426&r2=407427&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/roles.xml (original)
+++ forrest/trunk/site-author/content/xdocs/roles.xml Wed May 17 18:42:07 2006
@@ -124,7 +124,9 @@
         <source>cd site-author
   forrest -f publish.xml build
   forrest -f publish.xml deploy</source>
-        <p>Then a cronjob on the server will automatically publish it. However, if
+        <p>This builds the documentation locally then deploys it by committing
+          it to the <a href="https://svn.apache.org/repos/asf/forrest/site">forrest/site SVN</a>.
+          Then a cronjob on the server will automatically publish it. However, if
           instant turnaround is required, then do this:
         </p>
         <source>ssh people.apache.org
@@ -132,6 +134,9 @@
   svn update</source>
         <p>See some general notes about managing
           <a href="http://www.apache.org/dev/project-site.html">project websites</a>.
+        </p>
+        <p>Note that forrestbot does not remove docs from the forrest/site SVN (FOR-392).
+          So need to manually 'svn delete oldDoc'.
         </p>
       </section>
       <section id="subversion-monitor">