SVN post-commit hook for jenkins

Assume that you have a svn repository with branches, tags and trunk and you only want to run your jenkins-ci runs on the trunk repository. In that case you want te be sure that commits to branches / tags do not trigger a testrun, so the commit hook needs to take care of that. Below is an (yet untested) version of an commit hook that should take care of that. It will only trigger jenkins in the case of commits to a trunk subdirectory of a svn repo....

<span title='2012-10-17 18:02:00 +0000 UTC'>October 17, 2012</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;154 words&nbsp;·&nbsp;wouter