Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323653 - Cannot access Technology SVN repo using svn protocol
Summary: Cannot access Technology SVN repo using svn protocol
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Subversion (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 323692 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-08-25 16:28 EDT by Elliott Baron CLA
Modified: 2014-05-07 09:56 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.