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

Bug 326058

Summary: Git clone for org.eclipse.osgi cloning from wrong repository
Product: Community Reporter: Alex Blewitt <alex.blewitt>
Component: WebsiteAssignee: phoenix.ui <phoenix.ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Alex Blewitt CLA 2010-09-23 09:56:26 EDT
Build Identifier: 

The Git clone of org.eclipse.osgi is listed as:

http://dev.eclipse.org/git/org.eclipse.osgi/org.eclipse.osgi.git
http://dev.eclipse.org/git/org.eclipse.osgi/org.eclipse.osgi.services.git
http://dev.eclipse.org/git/org.eclipse.osgi/org.eclipse.osgi.tests.git
http://dev.eclipse.org/git/org.eclipse.osgi/org.eclipse.osgi.util.git

(from http://dev.eclipse.org/git/index_http.html)

However, if you clone that, it contains a single README file with the text:

"The Equinox project has moved to the RT cvs repository dev.eclipse.org:/cvsroot/rt.
See http://wiki.eclipse.org/Equinox_Eclipse_to_RT_Migration for more information."

So it seems that the process which is generating the read-only copy of Git for the org.eclipse.osgi.* projects is looking at the wrong upstream repository. The CVS repo should be 

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.equinox/?root=RT_Project

instead.

Reproducible: Always

Steps to Reproduce:
1. git clone http://dev.eclipse.org/git/org.eclipse.osgi/org.eclipse.osgi.git
2. cat readme.txt
Comment 1 Denis Roy CLA 2011-08-12 14:02:48 EDT

*** This bug has been marked as a duplicate of bug 303042 ***