On Tue, Dec 7, 2010 at 11:02 AM, Huib Laurens sterkebak@gmail.com wrote:
Hello,
I was wondering about a script or something like a script I could run with a cronjob.
I have /home/ww/trunk on my server and I keep there the mediawiki trunk version I keep that up to date by doing a manual upload every day. Is it possible to update the version I have on my server automaticly every evening on 00:01 ?
1 0 * * * cd /home/www/trunk && svn up && php maintenance/update.php
:)