Community
Participate
Working Groups
https://hudson.eclipse.org/hudson/job/jetty/708/console [ERROR] svn: Unrecognized URL scheme for 'http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk' I use the maven-scm-plugin to export a checkout of the jetty tag/trunk when building the distributions so as to also contain a -src archive. That is not working on hudson.eclipse.org at the moment. Is this on purpose or an oversight on svn configuration? cheers, jesse
Jesse, I'd ask on the cross-project mailing list. Many are using Maven, many of which likely use svn.
What am I to ask? It is not an issue with maven but with the svn executable on hudson.eclipse.org not being configured to support http:// Below is the specific command being executed on the build machine and pasted in the description is the error output from the svn command. [INFO] Executing: /bin/sh -c cd /opt/users/hudsonbuild/workspace/jetty/jettytrunk/jetty-distribution/target/export && svn --non-interactive export --force http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk /opt/users/hudsonbuild/workspace/jetty/jettytrunk/jetty-distribution/target/export My question on if this was intentional was based around if not having http support in the svn command was a choice or just an oversight. cheers
Oh, the svn _client_ on Hudson doesn't support http. I understand. I thought you were talking about our svn servers, which do support SVN. This was not intentional -- the svn package we use is compiled in-house, and I wasn't aware we had to turn anything 'on'. I'll look into it, but in the meanwhile, can you use svn:// instead of http:// ?
Not without changing scm urls that I am not keen on tweaking, what I can do is just disable that part of the build for the time being, maybe look at re-enabling it next week? Not sure what your timeline is on 'looking into it'. Also given how much longer this build is taking compared to what it used to I am considering shoving some of these sorts of things over to just the release builds so it might be a 'critical' thing for me to have. anyway, thanks!
I've rebuilt SVN on hudson and it seems to be happy with http. -M.