Author: crossley
Date: Sat Sep 13 02:55:41 2008
New Revision: 694910

URL: http://svn.apache.org/viewvc?rev=694910&view=rev
Log:
Add an FAQs section to the howto.
- Why the svn warnings about "is already under version control".
- Why is every PDF document being deployed.

Modified:
    forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml

Modified: forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml?rev=694910&r1=694909&r2=694910&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml (original)
+++ forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml Sat Sep 13 
02:55:41 2008
@@ -190,4 +190,35 @@
       <li><a href="site:forrestbot">Forrestbot - automated building and 
deploying</a></li>
     </ul>
   </extension>
+  <faqs id="faqs">
+    <title>Frequently Asked Questions</title>
+    <faqsection id="faq-general">
+      <title>General issues</title>
+      <faq id="faq-svn-warning">
+        <question>
+          Why all the svn warnings about "is already under version control"
+        </question>
+        <answer>
+          <p>
+            The deploy workstage does 'svn add' for all the generated documents
+            that are new - in these cases the normal "A" messages will be 
issued.
+            However it just blindly adds all documents that are either new or
+            changed. So the warning messages are issued for the existing, 
updated
+            documents.
+          </p>
+        </answer>
+      </faq>
+      <faq id="faq-pdf-timestamp">
+        <question>
+          Why is every PDF document being deployed, even though they have not 
changed.
+        </question>
+        <answer>
+          <p>
+            The PDF plugins FOP library is automatically adding a datestamp to
+            every generated document. We need to find a solution.
+          </p>
+        </answer>
+      </faq>
+    </faqsection>
+  </faqs>
 </howto>