Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 69304 invoked from network); 17 Jan 2006 21:44:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jan 2006 21:44:48 -0000 Received: (qmail 10317 invoked by uid 500); 17 Jan 2006 21:44:46 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 10281 invoked by uid 500); 17 Jan 2006 21:44:46 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 10270 invoked by uid 99); 17 Jan 2006 21:44:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 13:44:46 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2006 13:44:45 -0800 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id k0HLiNCa018715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 17 Jan 2006 15:44:23 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id k0HLiN64018615 for dev@forrest.apache.org; Tue, 17 Jan 2006 15:44:23 -0600 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Wed, 18 Jan 2006 08:44:18 +1100 From: David Crossley To: dev@forrest.apache.org Subject: Re: Our doc deployment process Message-ID: <20060117214418.GA3408@igg.indexgeo.com.au> References: <1137058396.8452.15.camel@localhost> <43C62AE9.8060400@apache.org> <1137522997.8256.90.camel@localhost> <43CD5045.6020908@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43CD5045.6020908@apache.org> User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ross Gardler wrote: > Thorsten Scherler wrote: > >Ross Gardler escribi??: > > > >>You cannot deploy the docs automatically due to security restrictions > >>in > >>the ASF. What you can do is deploy to a staging server. > > > >does that mean I cannot use forrest from my zone account to deploy the > >official documentation? Only to the staging server? > > Correct. > > >How is David doing this? > > See our web deployment instructions in the etc folder. > > We deploy to SVN, the live server then updates from there every four hours. > > It would be possible to make the forrestbot deploy automatically to the > svn server (in fact we use the forrestbot to do it manually). Except for one thing. It needs to be a committer doing the svn checkin, not a role-based account. -David