Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 323653

Summary: Cannot access Technology SVN repo using svn protocol
Product: Community Reporter: Elliott Baron <ebaron>
Component: SubversionAssignee: 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 CLA 2010-08-25 16:28:40 EDT
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'
Comment 1 Eclipse Webmaster CLA 2010-08-25 16:40:44 EDT
Where is this command being run?  

-M.
Comment 2 Elliott Baron CLA 2010-08-25 16:45:12 EDT
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.
Comment 3 Alexander Kurtakov CLA 2010-08-26 05:59:40 EDT
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.
Comment 5 Eclipse Webmaster CLA 2010-08-26 08:46:30 EDT
*** Bug 323692 has been marked as a duplicate of this bug. ***
Comment 6 Eclipse Webmaster CLA 2010-08-26 09:08:45 EDT
I've pointed build at another dev.eclipse.org host, while I figure out what's going on.  

-M.
Comment 7 Eclipse Webmaster CLA 2010-08-26 09:32:00 EDT
Ok. the machine that was handling SVN for build was missing a symlink.  Fixed.

-M.
Comment 8 Denis Roy CLA 2014-05-07 09:56:11 EDT
Movng to Subversion component.