From dev-return-25226-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Wed Aug 02 23:37:23 2006 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 26831 invoked from network); 2 Aug 2006 23:37:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2006 23:37:22 -0000 Received: (qmail 66758 invoked by uid 500); 2 Aug 2006 23:37:22 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 66711 invoked by uid 500); 2 Aug 2006 23:37:21 -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 66700 invoked by uid 99); 2 Aug 2006 23:37:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 16:37:21 -0700 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; Wed, 02 Aug 2006 16:37:21 -0700 Received: from www2.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 k72Nb0F6016449 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 2 Aug 2006 18:37:00 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id k72Nb0u6016369 for dev@forrest.apache.org; Wed, 2 Aug 2006 18:37:00 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Thu, 3 Aug 2006 09:36:54 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: Publish site from site-author (was : RE: svn commit:r426852...) Message-ID: <20060802233654.GL239@igg.indexgeo.com.au> References: <20060802061512.GH239@igg.indexgeo.com.au> <200608021242.k72CgS9w014283@mail.e-wire.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608021242.k72CgS9w014283@mail.e-wire.net.au> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Gav.... wrote: > > From: David Crossley > > > > Do both steps again: > > > > forrest -f publish.xml build > > forrest -f publish.xml deploy > > > > If you still have the line-endings problem then that is > > some different issue. > > Not done that yet, need a genuine change to try it. > > > Try making a little change to one of the source xdocs, e.g. index.xml > > but no need to commit it. > > Done that. > > > Then build as normal: > > forrest -f publish.xml build > > Done that. > > > > > Then get your forrestbot's site svn up-to-date, You don't > > normally need to do this step: > > svn update work/svn-deploy/forrest-docs > > Done that, very big amount of updates and adds happened. I presume that that would be recent changes deployed by Thorsten and me. > > Then tell us the differences: > > diff build/forrest-docs/index.html work/svn-deploy/forrest-docs/index.html > > Erk, > > D:\Apache2\forrest\site-author>svn diff build\forrest-docs\index.html > work\svn-d > eploy\forrest-docs\index.html > svn: 'build\forrest-docs\index.html' is not a working copy Don't use 'svn diff' but plain 'diff'. -David