Sure - sorry about that, I thought it was just the standard stacktrace for if
abort is pressed while subversion is doing its thing.
org.tmatesoft.svn.core.SVNCancelException: svn: Operation cancelled
at
hudson.scm.SubversionUpdateEventHandler.checkCancelled(SubversionUpdateEventHandler.java:191)
at
org.tmatesoft.svn.core.wc.SVNBasicClient.checkCancelled(SVNBasicClient.java:334)
at
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.checkCancelled(SVNWCAccess.java:75)
at
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:359)
at
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:261)
at
org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.openAnchor(SVNWCAccess.java:153)
at
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:145)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:380)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:352)
at hudson.FilePath.act(FilePath.java:312)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:346)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:299)
at hudson.model.AbstractProject.checkout(AbstractProject.java:566)
at
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:244)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:218)
at hudson.model.Run.run(Run.java:751)
at hudson.model.Build.run(Build.java:102)
at hudson.model.ResourceController.execute(ResourceController.java:70)
at hudson.model.Executor.run(Executor.java:71)
Recording test results
finished: FAILURE
I got familiar with that early on and then learned to not interrupt a build
intentionally while it was still doing an update (svn cleanup can be a pain
sometimes)
Can you please post the entire stack trace?