| Summary: | svn does not support http:// | ||
|---|---|---|---|
| Product: | Community | Reporter: | Jesse McConnell <jesse.mcconnell> |
| Component: | CI-Jenkins | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Jesse McConnell
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. |