Re: automagic website update

2007-01-28 Thread Stefan Bodewig
On Sun, 28 Jan 2007, Martijn Kruithof <[EMAIL PROTECTED]> wrote: > I have installed a cron job on people.apache.org to automatically > update the web site. Thanks Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

automagic website update

2007-01-27 Thread Martijn Kruithof
Hi I have installed a cron job on people.apache.org to automatically update the web site. Any objections? Script: /home/jkf/updateweb #!/bin/tcsh cd /www/ant.apache.org /usr/local/bin/svn up | /usr/bin/grep -v "At revision" crontab: 57 2 * * * /home/jkf/updateweb br Martijn ---