Nicola Ken Barozzi wrote:

Leo Simons wrote:

Nicola Ken Barozzi wrote:

2 - every project has this URL space where to publish the site:

http://incubator.apache.org/projectname

+1 (or under the wings of their TLP if they wish)

Actually this is the point. I tend to think that they should publish the site here always.

Last time we talked about this, we agreed on some common goals. Those can
be accomplished in various ways. Continuously moving stuff around (like moving
the lenya website now) just means lots of work no-one likes to do. I suggest we're
as lenient and forgiving as possible until this becomes an issue.


imagine people being
smart and using cvs import (just one commit message per import), or
mail readers being smart and filtering out these commit messages.

Ok, I see.


I'm a bit ignorant on using imports for this. Could you please explain so that we can put this info up on the website?

easy:


cd $proj
maven site
cd target/docs
cvs -z3 -d [EMAIL PROTECTED]:/home/cvs \
 import -m 'Maven-generated site' incubator-site/build/site/$proj \
 maven_site Maven_Generated_$proj_Website_$(date +%Y%m%d)

replace '$proj' with the project name, replace $my_id with your
apache login id, replace $(date +%Y%m%d) with the current date
if you want. See

http://cvsbook.red-bean.com/cvsbook.html#Tracking_Third-Party_Sources__Vendor_Branches_

for more info. Note: the problem with using import in this way is that
its not easily combined with the use of commit (the above url explains
why).

cheers!

- LSD




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to