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

Subversion and SLES 10

Introduction Starting with Subversion on SLES* 10 SP 2 is not trivial. The problem is that this version of SuSE comes with an ancient version on an unsupported SDK. The version works with respect to the commandline options, the basic functions like add / update / delete / checkout are all fine. The problem But the issue lies in the usage of the python bindings. The supplied bindings are the swig one’s....

<span title='2009-08-20 15:10:00 +0000 UTC'>August 20, 2009</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;206 words&nbsp;·&nbsp;wouter