Does someone know how to check if the generation
of the perl.apache.org html docs from the svn repository
is working?
Yes, it was borked.  I've fixed it and just fired off a manual full regen.

For reference see docs/trunk/README.SITE for these instructions.

ssh apache.org
sudo -H -u perlwww bash

bash-2.05b$ /home/perlwww/apache.org/modperl-docs/bin/site_build_force_pdf_index
/x1/home/perlwww/apache.org/modperl-docs-svn
Bash-2.05b$

hmm that seemed to have worked, but it clearly isn't.  On a hunch, in
file /home/perlwww/apache.org/modperl-docs/bin/site_build_force_pdf_index
in sub update(), I changed the system("svn update....") command so its output wasn't sent to /dev/null and see this when I try it again

svn: Working copy 'src/docs/1.0/os' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Thus to fix:
bash-2.05b$ cd /x1/home/perlwww/apache.org/modperl-docs-svn
bash-2.05b$ svn cleanup


I wonder if its worth making the script smater to account for this
as this is now the second time thats happened since I've been around.


--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

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

Reply via email to