From dev-return-25016-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Tue Jul 18 02:15:08 2006 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 11181 invoked from network); 18 Jul 2006 02:15:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jul 2006 02:15:07 -0000 Received: (qmail 18333 invoked by uid 500); 18 Jul 2006 02:15:07 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 18293 invoked by uid 500); 18 Jul 2006 02:15:07 -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 18282 invoked by uid 99); 18 Jul 2006 02:15:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2006 19:15:06 -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; Mon, 17 Jul 2006 19:15:06 -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 k6I2EjTJ013679 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 17 Jul 2006 21:14:45 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id k6I2EiWL013599 for dev@forrest.apache.org; Mon, 17 Jul 2006 21:14:44 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Tue, 18 Jul 2006 12:14:40 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: Forrestbot errors on site-author Message-ID: <20060718021440.GB13317@igg.indexgeo.com.au> References: <499888440607070750m621a75f8v7af2fb327ddc6f4c@mail.gmail.com> <44AE7788.9010706@apache.org> <499888440607070949k5826627bvd8c812f2ca0bff25@mail.gmail.com> <44AECC46.1030208@apache.org> <20060717020913.GC3851@igg.indexgeo.com.au> <499888440607170448w44df1378v8b69a72241b9dd1f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <499888440607170448w44df1378v8b69a72241b9dd1f@mail.gmail.com> 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 Tim Williams wrote: > David Crossley wrote: > >Ross Gardler wrote: > >> Tim Williams wrote: > >> >Ross Gardler wrote: > >> >>Tim Williams wrote: > >> >>> > >> >>> Forrestbot build works successfully. I get to the deploy step and I > >> >>> get the result below. Any pointers greatly appreciated... > >> >>> > >> >>> C:\src\apache-forrest-trunk-s\site-author>forrest -f publish.xml > >deploy > >> >>> > >> >>> Apache Forrest. Run 'forrest -projecthelp' to list options > >> >>> > >> >>> > >> >>> Buildfile: publish.xml > >> >>> > >> >>> deploy.svn: > >> >>> svn: 'M > >> >>> pluginDocs\plugins_0_70\org.apache.forrest.plugin.internal.IMSManife > >> >>> > >> > >>>st\repositoryCommand\getSCO\HowTo\repositoryURI\www.burrokeet.org\repositoryData > >> > >> ... > >> > >> >I tried these... no luck. I checked out a completely fresh trunk, > >> >build, forrestbot... same message. This is also the same error I was > >> >getting last time IIRC. Any other ideas? > >> > >> I just did a test deploy using Cygwin on Windows XP. > >> > >> There were no problems so this would appear to be a local problem on > >> your machine. I'm at a loss what since you say you have cleaned > >> eveything out. > >> > >> Note doing a fresh checkout does not necessarily clear your SVN > >> workspace since (I think) are at FORREST_HOME/site-author/work. > > > >Tim, did you follow Ross' suggestion? > > > >Try removing forrestbot's site-author/work and > >perhaps also site-author/build/forrest-docs/ directory. > > > >Remember that forrestbot does a checkout of the > >forrest/site SVN, which also contains all the docs > >for each plugin. > > Yes, I tried the suggestions. When I did the fresh checkout, it was > of all of forrest and I did set FORREST_HOME to point to it. No luck. > Any other pointers? For me there is an svn directory at site-author/work/svn-deploy/forrest-docs/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest/repositoryCommand/getSCO/HowTo/repositoryURI/www.burrokeet.org/repositoryData/.svn/ Do you have one too? This is a stab in the dark, but try doing cd site-author/work/svn-deploy/forrest-docs svn cleanup What does the following produce? cd site-author/work/svn-deploy/forrest-docs svn info For me it is: URL: https://svn.apache.org/repos/asf/forrest/site -David