svn update + crontab
Posted by: palladian
Posted on: 2007-02-27 00:51:00
I need help to automate svn update through crontab.
Here's the information I got:
These checkout can be updated (maintaining the branch!) via:
cd /var/www/html/egroupware #or where ever you installed eGW
svn update * # you need the * as subversion will not update the apps otherwise!
What should my script look like ?
Thanks