[ https://issues.jenkins-ci.org/browse/JENKINS-13492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161713#comment-161713 ]
Alexander Obuhovich commented on JENKINS-13492: ----------------------------------------------- Here is the stack trace from svnkit: ERROR: Failed to parse svn info for external svn://in-portal.org/in-portal/branches/5.2.x/COPYRIGHT at src//COPYRIGHT org.tmatesoft.svn.core.SVNException: svn: '/home/alex/.jenkins/jobs/In-Portal/workspace/src/COPYRIGHT' is not under version control 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.wc.SVNWCClient$13.handleError(SVNWCClient.java:3327) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.walkEntries(SVNWCAccess.java:771) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.walkEntries(SVNWCAccess.java:754) at org.tmatesoft.svn.core.wc.SVNWCClient.crawlEntries(SVNWCClient.java:3305) at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2506) at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2873) at hudson.scm.SubversionSCM$BuildRevisionMapTask.invoke(SubversionSCM.java:1039) at hudson.scm.SubversionSCM$BuildRevisionMapTask.invoke(SubversionSCM.java:1009) at hudson.FilePath.act(FilePath.java:832) at hudson.FilePath.act(FilePath.java:814) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:693) at hudson.model.AbstractProject.checkout(AbstractProject.java:1218) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:581) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:470) at hudson.model.Run.run(Run.java:1421) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:238) Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: '/home/alex/.jenkins/jobs/In-Portal/workspace/src/COPYRIGHT' is not under version control at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:163) at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:118) ... 17 more > Subversion checkout creates working copy in 1.5 format instead of 1.6 format > ---------------------------------------------------------------------------- > > Key: JENKINS-13492 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13492 > Project: Jenkins > Issue Type: Bug > Components: subversion > Affects Versions: current > Environment: Slackware Linux 12 > Reporter: Alexander Obuhovich > Priority: Blocker > > I've configured Jenkins do perform SVN checkout of a project and then run > Phing build file in it. > My project has file externals, which is allowed in subversion 1.6 working > copy format. > I don't know for what reason, but Jenkins checks out a my project using older > (I guess 1.5 working copy format) instead of 1.6 which is last supported. > Here are errors from build log: > Fetching 'svn://in-portal.org/in-portal/branches/5.2.x/COPYRIGHT' at -1 into > '/mnt/hd/home/alex/.jenkins/jobs/In-Portal/workspace/src/COPYRIGHT' > svn:externals to a file requires Subversion 1.6 workspace support. Use the > system configuration to enable that. > I've found no option in Jenkins/SVN plugin configuration to indicate > preferred working copy format. > ------------------------ > Jenkins version: 1.460 > SVN plugin version: 1.39 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira