You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/07/25 20:49:14 UTC

svn commit: r425482 - /forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml

Author: thorsten
Date: Tue Jul 25 11:49:13 2006
New Revision: 425482

URL: http://svn.apache.org/viewvc?rev=425482&view=rev
Log:
Adding paragraph about the credentials which are needed by forrestbot

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

Modified: forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml?rev=425482&r1=425481&r2=425482&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml (original)
+++ forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml Tue Jul 25 11:49:13 2006
@@ -38,6 +38,15 @@
         </section>
         <section id="forrestbot-local">
           <title>Updating the site with a local forrestbot</title>
+          <p>Do once, create $FORREST_HOME/deploy.svn.settings file. These 
+            credentials are needed by forrestbot so that it can do your 'svn add' 
+            and 'svn commit' etc. to the forrest/site/ repository. The 
+            deploy.svn.settings file looks like:</p>
+          <source><![CDATA[<?xml version="1.0"?>
+<project>
+    <property name="deploy.svn.user" value="myApacheUsername"/>
+    <property name="deploy.svn.password" value="myPassword"/>
+</project>]]> </source>
           <p>Generating and publishing the main docs is very easy using a local forrestbot:
           </p>