You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Thorsten Scherler <th...@apache.org> on 2007/05/10 22:20:39 UTC

Re: svn commit: r536953 [1/14] - in /forrest/site: ./ docs_0_60/ docs_0_60/howto/ docs_0_60/howto/bugzilla-patch/ docs_0_60/howto/bugzilla-patch/my-images/ docs_0_60/howto/multi/ docs_0_60/images/ docs_0_90/ docs_0_90/howto/ docs_0_90/howto/cvs-ssh/ docs_0...

On Thu, 2007-05-10 at 18:06 +0000, thorsten@apache.org wrote:
> Author: thorsten
> Date: Thu May 10 11:06:09 2007
> New Revision: 536953
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=536953
> Log:
> Automatic publish from forrestbot
> 
> Added:
>     forrest/site/docs_0_60/

Hmm, why did the forrestbot added that?

I did:
rm -rf work/forrest-docs/
svn st work/svn-deploy/forrest-docs
svn up work/svn-deploy/forrest-docs
forrest clean
forrest -f publish.xml build
forrest -f publish.xml deploy

Any obvious thing I forgot? 

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


Re: svn commit: r536953 [1/14] - in /forrest/site: ./ docs_0_60/ docs_0_60/howto/ docs_0_60/howto/bugzilla-patch/ docs_0_60/howto/bugzilla-patch/my-images/ docs_0_60/howto/multi/ docs_0_60/images/ docs_0_90/ docs_0_90/howto/ docs_0_90/howto/cvs-ssh/ docs_0...

Posted by Thorsten Scherler <th...@apache.org>.
On Fri, 2007-05-11 at 09:32 +1000, David Crossley wrote:
> Thorsten Scherler wrote:
> > > Author: thorsten
> > > Date: Thu May 10 11:06:09 2007
> > > New Revision: 536953
> > > 
> > > URL: http://svn.apache.org/viewvc?view=rev&rev=536953
> > > Log:
> > > Automatic publish from forrestbot
> > > 
> > > Added:
> > >     forrest/site/docs_0_60/
> > 
> > Hmm, why did the forrestbot added that?
> > 
> > I did:
> > rm -rf work/forrest-docs/
> > svn st work/svn-deploy/forrest-docs
> > svn up work/svn-deploy/forrest-docs
> > forrest clean
> > forrest -f publish.xml build
> > forrest -f publish.xml deploy
> > 
> > Any obvious thing I forgot? 
> 
> Ah, forrestbot does not delete old files, so you need
> to clean out the old docs_0_60 by hand.

Yes, instead doing "forrest clean" I should have done
rm -rf build
which would have removed this old files.

Is there any special reason why "forrest clean" is not just doing "rm
-rf build" but "rm -rf build/webapp" "rm -rf build/tmp"?

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


Re: svn commit: r536953 [1/14] - in /forrest/site: ./ docs_0_60/ docs_0_60/howto/ docs_0_60/howto/bugzilla-patch/ docs_0_60/howto/bugzilla-patch/my-images/ docs_0_60/howto/multi/ docs_0_60/images/ docs_0_90/ docs_0_90/howto/ docs_0_90/howto/cvs-ssh/ docs_0...

Posted by David Crossley <cr...@apache.org>.
Thorsten Scherler wrote:
> > Author: thorsten
> > Date: Thu May 10 11:06:09 2007
> > New Revision: 536953
> > 
> > URL: http://svn.apache.org/viewvc?view=rev&rev=536953
> > Log:
> > Automatic publish from forrestbot
> > 
> > Added:
> >     forrest/site/docs_0_60/
> 
> Hmm, why did the forrestbot added that?
> 
> I did:
> rm -rf work/forrest-docs/
> svn st work/svn-deploy/forrest-docs
> svn up work/svn-deploy/forrest-docs
> forrest clean
> forrest -f publish.xml build
> forrest -f publish.xml deploy
> 
> Any obvious thing I forgot? 

Ah, forrestbot does not delete old files, so you need
to clean out the old docs_0_60 by hand. See notes about
FOR-392 at the bottom of
http://forrest.apache.org/procedures/How_to_publish_docs.html

Now you need to also remove them from forrest/site SVN.

I am away for the weekend so cannot help.

See the notes about reviewing changes before "deploy"
at the bottom of those instructions. We really need
a "status" workstage for forrestbot.

-David