Community
Participate
Working Groups
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
*** This bug has been marked as a duplicate of bug 303042 ***