SVN Hook Setup - nicholasdavidson/pybit GitHub Wiki
The SVN hook from "pybit-svn" does not depend on the rest of Pybit or on Python. It provides a Subversion post commit hook to check for interesting changes in the repository, being invoked after a commit has completed.
Subversion invokes iyr 'post-commit' script, passing in the path to the repository, and the SVN Revision of the commit in question. Our hook parses the debian changelogs etc... and uses "curl" to securely send a message over HTTP to the pybit-web application, running on another server.
To use, just put the hook in /[path to your repo]/hooks, and in the "Configuration" section, set "PYBIT_HTTP" field to http://[The FQDN of your pybit-web server]/job/vcshook, and then set "ANON_SVN" to the URI for anonymous read access to your SVN repo.