RFC: teach svnwcsub to optionally run an arbitrary command (a hook) after updating the working copy. The interface might be: % ${/path/to/hook/from/config} "post-update" "/path/to/wc/root" "$URL" "$updated_to_revision"
Use-case: we'd like to be able to change SQL schemas when deploying code to QA.