Issue Type: Bug Bug
Assignee: Kohsuke Kawaguchi
Components: svnmerge
Created: 20/May/14 11:43 AM
Description:

Hi,

I've just installed the svnmerge plugin to take the pain out of branching and creating matching projects. It looks ideal!

So, I've clicked one of my software build jobs and enabled svnmerge in its config. I've created a branch via the svnmerge options and it's correctly created the branch in svn and the job to build it in Jenkins.

I've since made changes on the trunk and want to rebase the branch (which is as of now still unmodified after branching).

I've clicked the Rebase option on the branch job and chosen Latest Revision.

Unfortunately this fails with the following message.

Rebasing is in progress

java.lang.NullPointerException
	at jenkins.plugins.svnmerge.FeatureBranchProperty.rebase(FeatureBranchProperty.java:159)
	at jenkins.plugins.svnmerge.RebaseAction.perform(RebaseAction.java:105)
	at jenkins.plugins.svnmerge.RebaseAction.perform(RebaseAction.java:25)
	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:237)

I don't want to play with the plugin any further until I get the basics working – any ideas?

Thanks,
Chris

Environment: Windows jenkins host, Linux slave for builds. Jenkins v1.509.2, svnmerge plugin v2.1, subversion plugin v2.4.
Project: Jenkins
Priority: Major Major
Reporter: Chris Platts
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to