Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326058 - Git clone for org.eclipse.osgi cloning from wrong repository
Summary: Git clone for org.eclipse.osgi cloning from wrong repository
Status: CLOSED DUPLICATE of bug 303042
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Website (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: phoenix.ui CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-23 09:56 EDT by Alex Blewitt CLA
Modified: 2011-08-12 14:02 EDT (History)
0 users

See Also:


Attachments

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