Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 63769 invoked from network); 13 Sep 2008 09:56:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Sep 2008 09:56:04 -0000 Received: (qmail 19800 invoked by uid 500); 13 Sep 2008 09:56:01 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 19757 invoked by uid 500); 13 Sep 2008 09:56:00 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 19740 invoked by uid 99); 13 Sep 2008 09:56:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 02:56:00 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 09:55:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 04A2723889E9; Sat, 13 Sep 2008 02:55:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r694910 - /forrest/trunk/site-author/content/xdocs/howto-forrestbot-svn.xml Date: Sat, 13 Sep 2008 09:55:42 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080913095543.04A2723889E9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@
  • Forrestbot - automated building and deploying
  • + + Frequently Asked Questions + + General issues + + + Why all the svn warnings about "is already under version control" + + +

    + 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. +

    +
    +
    + + + Why is every PDF document being deployed, even though they have not changed. + + +

    + The PDF plugins FOP library is automatically adding a datestamp to + every generated document. We need to find a solution. +

    +
    +
    +
    +