On Sat, 2006-12-30 at 20:22 +0900, Gav.... wrote: > > > -----Original Message----- > > From: David Crossley [mailto:[EMAIL PROTECTED] > > Sent: Friday, 29 December 2006 1:22 PM > > To: [email protected] > > Subject: Re: [OT] Cron Job > > > > 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 > > Yes, I looked at that, just needed to know what was in crontab as being > On Windows I'm learning the commands. > > So, I need to get the published site docs area on sourceforge under > Version control and then just do an SVN Update when necessary. > > I note that due to it being under version control then the .svn > Directory and contents will be available to all on the web also. > > I suppose adding a .htaccess entry will prevent that. Just thinking aloud > As I wonder if Forrest should do the same. Does google ignore this?
http://forrest.apache.org/.svn/ will show an listing (to my own surprise I must say). Not sure whether or not google is indexing it, but my guess is that it does ignore it, since I have not seen a link to svn from google. ...anyhow you can use .htaccess to prevent that somebody is requesting the .svn dir and robot.txt to tell robots to ignore it for indexing. salu2 > > > Gav... > > > > > -David > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.1.409 / Virus Database: 268.15.29/607 - Release Date: > > 12/28/2006 > -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)
