... 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 <[email protected]> wrote: > 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/commit/a0db9106742de1411a673625e56a4c784b0986da > > You should probably file a bug against the svnmerge component in Jira (or fix > it yourself). > > On 18.07.2013, at 04:45, [email protected] wrote: > >> 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.NullPointerException >> at org.tmatesoft.svn.core.SVNException.<init>(SVNException.java:50) >> at org.tmatesoft.svn.core.SVNException.<init>(SVNException.java:37) >> at >> jenkins.plugins.svnmerge.FeatureBranchProperty$2.invoke(FeatureBranchProperty.java:273) >> at >> jenkins.plugins.svnmerge.FeatureBranchProperty$2.invoke(FeatureBranchProperty.java:247) >> at hudson.FilePath.act(FilePath.java:906) >> at hudson.FilePath.act(FilePath.java:879) >> at >> jenkins.plugins.svnmerge.FeatureBranchProperty.integrate(FeatureBranchProperty.java:247) >> at >> jenkins.plugins.svnmerge.IntegrateAction.perform(IntegrateAction.java:141) >> at >> jenkins.plugins.svnmerge.IntegrateAction.perform(IntegrateAction.java:130) >> at >> jenkins.plugins.svnmerge.IntegrateAction.perform(IntegrateAction.java:34) >> at >> jenkins.plugins.svnmerge.AbstractSvnmergeTaskAction$WorkerThread.perform(AbstractSvnmergeTaskAction.java:105) >> at hudson.model.TaskThread.run(TaskThread.java:127) >> at >> jenkins.plugins.svnmerge.AbstractSvnmergeTaskAction$TaskImpl$1.run(AbstractSvnmergeTaskAction.java:161) >> at hudson.model.ResourceController.execute(ResourceController.java:88) >> at hudson.model.Executor.run(Executor.java:247) >> >> Thanks for the help. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
