Hi all, I'm in trouble with the Subversion plug-in, here the scenario:
My job have a parameter "SOURCE" to pass svn location in format "http://svnserv/repo/myproject/branches/7.20.0@506192".
In job configuration I defined the SCM location using a variable $SOURCE. The first time the job ran out compiling successfully.Because the build was a test, the branch has been removed and is no longer available in the latest revision. Now if i try to require a build with the same parameter the job fail to check out:
Location 'http://svnserv/repo/myproject/branches/7.20.0@506192' does not exist Cleaning local Directory . Checking out http://svnserv/repo/myproject/branches/7.20.0@506192 at revision 506192 ERROR: Failed to check out http://svnserv/repo/myproject/branches/7.20.0@506192 org.tmatesoft.svn.core.SVNException <http://stacktrace.jenkins-ci.org/search?query=org.tmatesoft.svn.core.SVNException>: svn: E160013: '/repo/!svn/bc/521195/myproject/branches/7.20.0' path not found: 404 Not Found (http://svnserv) atorg.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error&entity=method> atorg.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLocationsImpl(DAVRepository.java:1068) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLocationsImpl&entity=method> atorg.tmatesoft.svn.core.io.SVNRepository.getLocations(SVNRepository.java:1088) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.io.SVNRepository.getLocations&entity=method> atorg.tmatesoft.svn.core.io.SVNRepository.getLocations(SVNRepository.java:1516) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.io.SVNRepository.getLocations&entity=method> atorg.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:178) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations&entity=method> atorg.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor&entity=method> atorg.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout(SvnNgAbstractUpdate.java:706) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgAbstractUpdate.checkout&entity=method> atorg.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:14) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run&entity=method> atorg.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run(SvnNgCheckout.java:9) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCheckout.run&entity=method> atorg.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run&entity=method> atorg.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run&entity=method> atorg.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.wc2.SvnOperationFactory.run&entity=method> atorg.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.wc2.SvnOperation.run&entity=method> atorg.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:777) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout&entity=method> athudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:99) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.subversion.CheckoutUpdater$1.perform&entity=method> athudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:161) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo&entity=method> athudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:1006) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM$CheckOutTask.perform&entity=method> athudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:987) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM$CheckOutTask.invoke&entity=method> athudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:963) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM$CheckOutTask.invoke&entity=method> athudson.FilePath.act(FilePath.java:922) <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method> athudson.FilePath.act(FilePath.java:895) <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method> athudson.scm.SubversionSCM.checkout(SubversionSCM.java:912) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM.checkout&entity=method> athudson.scm.SubversionSCM.checkout(SubversionSCM.java:848) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SubversionSCM.checkout&entity=method> athudson.scm.SCM.checkout(SCM.java:488) <http://stacktrace.jenkins-ci.org/search/?query=hudson.scm.SCM.checkout&entity=method> athudson.model.AbstractProject.checkout(AbstractProject.java:1254) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractProject.checkout&entity=method> athudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:624) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout&entity=method> atjenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) <http://stacktrace.jenkins-ci.org/search/?query=jenkins.scm.SCMCheckoutStrategy.checkout&entity=method> athudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:530) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method> athudson.model.Run.execute(Run.java:1732) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method> athudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method> athudson.model.ResourceController.execute(ResourceController.java:88) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method> athudson.model.Executor.run(Executor.java:234) <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> Caused by:svn <http://stacktrace.jenkins-ci.org/search?query=svn>: E160013: '/repo/!svn/bc/521195/myproject/branches/7.20.0' path not found: 404 Not Found (http://svnserv) atorg.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.SVNErrorMessage.create&entity=method> atorg.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:189) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.SVNErrorMessage.create&entity=method> atorg.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:141) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.SVNErrorMessage.create&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage(HTTPRequest.java:455) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.createDefaultErrorMessage&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.readError(HTTPRequest.java:290) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.readError&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:215) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:480) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:382) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:373) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:361) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:707) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:334) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:324) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport&entity=method> atorg.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLocationsImpl(DAVRepository.java:1062) <http://stacktrace.jenkins-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLocationsImpl&entity=method> ... 30 more I try to check out the URL with svn client from my desktop and it works. I think the problem is in variable resolution and parsing svn location, but I don't know where looking for in subversion plugin source code. Have you any idea? In additionI tried to register athttps://jenkins-ci.org/account/signup, for submit an issue, but the server answers me with: HTTP ERROR 500 Problem accessing /account/doSignup. Reason: challenge missing Caused by:java.lang.Error: challenge missing at org.jenkinsci.account.Application.doDoSignup(Application.java:108)
.... Can someone help me? Thanks in advance Fabio -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/d/optout.
