On Wed, 27 Jan 2010 13:10:00 -0600 "Jason A. Nunnelley" <[email protected]> wrote:
> On Wed, Jan 27, 2010 at 10:56 AM, Steve Power > <[email protected]> wrote: > > http://la-samhna.de/samhain/ if you have the resources to run > > it (its complex) > > > > Or, an afternoons work should have something nice going on if > > you use tripwire http://sourceforge.net/projects/tripwire/ > > > > Not sure how to do this on a shared host tho. > > BZR or any other version control with a little diff shell script > (cron) would do the trip. Not "any" other or at least not in a "cheap" way[1]. svn stores informations inside the working copy. Anyway that would make hacking the site a bit harder. [1] you'd have to store the revision # somewhere outside the working copy and diff with the remote repo. Still if you're actively developing a site you'd have to find some way to compare working copy with a moving code base... and maybe glue everything with some rcs hook. -- Ivan Sergio Borgonovo http://www.webthatworks.it
