Issue Type: Bug Bug
Assignee: David Pärsson
Components: svn-release-mgr, svn-revert-plugin
Created: 18/Feb/13 6:38 PM
Description:

We have this error when we build using the revert + update SVN strategy.

Building remotely on MobileXcodeNode in workspace /Users/dev/jenkins/workspace/project
Reverting /Users/dev/jenkins/workspace/project/source to depth infinity with ignoreExternals: false
FATAL: null
java.lang.NullPointerException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:176)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:153)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:903)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:884)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:867)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:680)

When I try to do the revert manually on the node I can see this error not correctly handled by Jenkins :

MobileXcodeNode:source dev$ svn revert . -R
Failed to revert 'Titanium_app/Resources' -- try updating instead.

Thanks

Environment: Jenkins Subversion Plug-in : 1.45
Jenkins node running : Unix slave, version 2.21
Project: Jenkins
Labels: svn revert
Priority: Major Major
Reporter: Emmanuel Boudrant
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to