You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by David Crossley <cr...@apache.org> on 2004/11/10 22:41:14 UTC

Re: which parts of a forrest project should be checked into svn for an incubator project site?

Jean T. Anderson wrote:
> I'm trying to reduce derby site cruft.  I think only the forrest 'src'
> and 'build/site' hierarchies need to be checked into svn.

I have not seen the Derby SVN. The 'build/' directory
is generated by forrest, so it does not need to be
checked in to SVN.

The resulting docs are usually generated into "build/site/"
then you would copy them to your "site" respository
and commit them.

> In particular,
> I think that the 'build/webapp' hierarchy is not used by the incubator
> web server (it gets used by the jetty server bundled with forrest).
> 
> Is this correct?
> 
> If it is, I'll remove the build/webapp hierarchy from svn for the derby
> web site.
> If not, then I'll bring build/webapp up to date -- for I have been
> remiss in keeping it up to date.

This is another local directory which is created when one
does 'forrest run' locally to speed document editing and
local viewing via webapp. Again not needed in SVN.

See the top-level of the "incubator" svn for how it is configured
for the Incubator top-level website.

I will be travelling from now on, so it might be difficult
for me to follow up. It would be better to ask questions
on the forrest mailing lists.

See the top-level doc at infrastructure.a.o/howtoparticipate.html

-- 
David Crossley


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: which parts of a forrest project should be checked into svn for an incubator project site?

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
David Crossley wrote:

>Jean T. Anderson wrote:
>  
>
>>I'm trying to reduce derby site cruft.  I think only the forrest 'src'
>>and 'build/site' hierarchies need to be checked into svn.
>>    
>>
>
>I have not seen the Derby SVN. The 'build/' directory
>is generated by forrest, so it does not need to be
>checked in to SVN.
>  
>
Sorry, I should have been more verbose. forrest source and built files
for http://incubator.apache.org/derby
is in svn.apache.org/repos/asf/incubator/derby/site/trunk.

>The resulting docs are usually generated into "build/site/"
>then you would copy them to your "site" respository
>and commit them.
>  
>
We haven't been copying files elsewhere. We've just been commiting
changes to build/site inthe svn repository. Then a mentor with access to
the file system visible to the incubator web server does an 'svn update'
to make the web site changes visible. An email explanation of the
process we've been following is at
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=derby-dev@db.apache.org&msgNo=202

>>In particular,
>>I think that the 'build/webapp' hierarchy is not used by the incubator
>>web server (it gets used by the jetty server bundled with forrest).
>>...
>>    
>>
>
>This is another local directory which is created when one
>does 'forrest run' locally to speed document editing and
>local viewing via webapp. Again not needed in SVN.
>  
>
Bingo! this is exactly what I needed to know. Thanks!

>See the top-level of the "incubator" svn for how it is configured
>for the Incubator top-level website.
>
>I will be travelling from now on, so it might be difficult
>for me to follow up. It would be better to ask questions
>on the forrest mailing lists.
>  
>
>See the top-level doc at infrastructure.a.o/howtoparticipate.html
>  
>
I'm familiar with the forrest list (am subscribed to it). In this case I
thought the question was specific to an incubator project so thought it
better to post it here.

Thanks again!

regards,

 -jean


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org