Community
Participate
Working Groups
I am not able to export from the from the Linux Tools repository using the svn protocol, which is causing our builds to fail. [...] 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' [...] I can export using the http protocol, and have tested trying to access other technology projects with SVN repositories. They also can only be accessed with http. $ svn ls -r HEAD svn://dev.eclipse.org/svnroot/technology/org.eclipse.subversive/trunk/org.eclipse.team.svn svn: No repository found in 'svn://dev.eclipse.org/svnroot/technology/org.eclipse.subversive/trunk/org.eclipse.team.svn'
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.