I'm looking for a way to trigger a Cruise Control.net build from a subversion post-commit hook.
I want this to in order start the build directly after an commit. I know about the normal way of doing this (polling the server) but it seems unnecessary to keep polling the server when it can be done using a hook.
One thought would be to invoke the "Force Build" functionality of the dashboard but this will trigger a build even if all modifications is outside of the trunk path tree and therefore no modification have been made which warrant a build.