Re: Subversion null pointer exception integrating feature branch

2013-07-18 Thread Daniel Beck
... or just vote for or sponsor the existing https://issues.jenkins-ci.org/browse/JENKINS-16723 On 18.07.2013, at 23:28, Daniel Beck wrote: > svnmerge plugin relies[1] on behavior of SVNKit that was changed[2]. It can > no longer handle a null SVNErrorMessage argument. > > 1: > https://githu

Re: Subversion null pointer exception integrating feature branch

2013-07-18 Thread Daniel Beck
svnmerge plugin relies[1] on behavior of SVNKit that was changed[2]. It can no longer handle a null SVNErrorMessage argument. 1: https://github.com/jenkinsci/svnmerge-plugin/blob/master/src/main/java/jenkins/plugins/svnmerge/FeatureBranchProperty.java#L273 2: https://github.com/jenkinsci/svnkit

Subversion null pointer exception integrating feature branch

2013-07-17 Thread gilbertc777
Hi all, I am new to using Jenkins. I am working to automate my puppet module builds and wanted to be able to allow integration from my feature branches to my trunk. However, the first integration works perfectly. After that, subsequent integration attempts fail with the following: java.lang.