| Summary: | Cannot access Technology SVN repo using svn protocol | ||
|---|---|---|---|
| Product: | Community | Reporter: | Elliott Baron <ebaron> |
| Component: | Subversion | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | akurtakov, nicolas.bros |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Elliott Baron
Where is this command being run? -M. It's being run on build.eclipse.org. The failed job is here: https://build.eclipse.org/hudson/job/cbi-linuxtools-Helios/292/console It also fails when I try to run it from the command line on my own machine. Adding the result when trying to run it on build.eclipse.org akurtakov@build:~> svn -q export -r HEAD http://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/releng/branches/0.6.0/org.eclipse.linuxtools.releng org.eclipse.linuxtools.releng svn: Unrecognized URL scheme for 'http://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/releng/branches/0.6.0/org.eclipse.linuxtools.releng' akurtakov@build:~> svn -q export -r HEAD svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/releng/branches/0.6.0/org.eclipse.linuxtools.releng org.eclipse.linuxtools.releng svn: No repository found in 'svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/releng/branches/0.6.0/org.eclipse.linuxtools.releng' So on build.eclipse.org you can not access svn neither using svn nor http protocol. As a result of this problem both Linux Tools and Papyrus builds are failing in hudson. See https://build.eclipse.org/hudson/view/Athena%20CBI%20%28SVN%29/job/cbi-papyrus-0.7-nightly/974/console and https://build.eclipse.org/hudson/job/cbi-linuxtools-Indigo/46/console and https://build.eclipse.org/hudson/job/cbi-linuxtools-Helios/293/console *** Bug 323692 has been marked as a duplicate of this bug. *** I've pointed build at another dev.eclipse.org host, while I figure out what's going on. -M. Ok. the machine that was handling SVN for build was missing a symlink. Fixed. -M. Movng to Subversion component. |