Gav.... wrote: > Can anyone tell me what cron job is used to update the Forrest Web Site from > svn /site/ , or where it is. > > I need to do something similar on sourceforge.
ssh people.apache.org cat ~crossley/bin/my-crontab.txt So basically this is the process: * A committer generates the site and commits the generated docs to svn forrest/site/ * The cron job runs every hour, doing: cd /www/forrest.apache.org/ svn update See more info at http://forrest.apache.org/procedures/How_to_publish_docs.html -David
