Can I run a script when I commit to subversion?

hook, phpdoc, svn

Solution

Here's a fairly extensive tutorial on SVN hooks

Problem

I'd like to run a script that builds the documentation for my php project. It is basically just using wget to run phpdoc.

Original source