On Mon, Jul 27, 2009 at 8:49 PM, Natarajan V<[email protected]> wrote: > Would CRON + WGET + DIFF + SENDMAIL solve the problem?
Put together the following solution: Cron + wget to fetch all the watched urls (with the http headers). Check in all watched files into a svn repo. Subversion is intelligent enough to commit only if the file content is modified. Setup a post-commit hook on the svn repo which emails me the diffs whenever a successful commit is done. As an added bonus I get to keep multiple versions of the website as an offline backup. - Raja _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
