Maven Jenkns中的SVN签出错误

Maven Jenkns中的SVN签出错误,maven,svn,jenkins,Maven,Svn,Jenkins,我正在尝试从SVN中检出代码,它第一次不起作用。但在第二次尝试中,相同的项目运行良好。请导游。错误如下: Started by user anonymous Building remotely on ARA (Demo) in workspace C:\Workspace-Jenkins\workspace\SVN-Maven-demo Switching from file:///C:/SVN_Repo/Developer Directory to file:///C:/SVN_Repo/De

我正在尝试从SVN中检出代码,它第一次不起作用。但在第二次尝试中,相同的项目运行良好。请导游。错误如下:

Started by user anonymous
Building remotely on ARA (Demo) in workspace C:\Workspace-Jenkins\workspace\SVN-Maven-demo
Switching from file:///C:/SVN_Repo/Developer Directory to file:///C:/SVN_Repo/Developer%20Directory
Switching to file:///C:/SVN_Repo/Developer Directory at revision '2015-06-19T18:07:31.577 +0530'
U         WebContent\home.jsp
At revision 80
hudson.util.IOException2: revision check failed on file:///C:/SVN_Repo/Developer Directory
    at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:196)
    at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:123)
    at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:725)
    at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:860)
    at hudson.scm.SCM.checkout(SCM.java:484)
    at hudson.model.AbstractProject.checkout(AbstractProject.java:1265)
    at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
    at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
    at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
    at hudson.model.Run.execute(Run.java:1759)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:89)
    at hudson.model.Executor.run(Executor.java:240)
Caused by: org.tmatesoft.svn.core.SVNException: svn: E180001: Unable to open an ra_local session to URL
svn: E180001: Unable to open repository 'file:///C:/SVN_Repo/Developer%20Directory'
svn: E180001: Unable to open repository 'file:///C:/SVN_Repo/Developer%20Directory'
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
    at org.tmatesoft.svn.core.internal.io.fs.FSRepository.openRepository(FSRepository.java:796)
    at org.tmatesoft.svn.core.internal.io.fs.FSRepository.getLatestRevision(FSRepository.java:121)
    at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118)
    at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:184)
    at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45)
    at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:160)
    at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35)
    at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
    at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1259)
    at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
    at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968)
    at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873)
    at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:184)
    ... 12 more

准确比较Jenkins服务器和SVN服务器之间的时间时区。它们应该非常接近同步(使用一些LDAP或NTP同步)。

您可以尝试删除文件夹名称中的空间吗?(开发者目录而不是开发者目录)你好,布鲁诺。它不起作用。您好:)如果您进入目录(在生成计算机上),您能够更新您的SVN文件夹吗?(cmd-->svn up)是。我可以更新它。在删除存储库路径中的空格后,是否可以更新问题并添加新的错误消息?