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

Bug 315076

Summary: CVS Git Mirrors have incorrect default branch
Product: Community Reporter: David Carver <d_a_carver>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: austin.riddle, christian.kesselheim, jesper, Lars.Vogel, pwebster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description David Carver CLA 2010-05-31 09:29:45 EDT
While working with the GIT Mirrors of CVS, I get the following available branches when cloning the webtools incubator:

git branch -a
* origin
  remotes/origin/HEAD -> origin/origin
  remotes/origin/master
  remotes/origin/origin

The issue here is that the HEAD of CVS is going into origin and not master.   This messes with tools like GitHub that expect the master to be the default branch.   The master branch also does not appear to be in synch with the origin branch and this causes additional problems when users go to checkout the code they think is from head.

Suggestion is to rename the origin/origin to something like origin/cvs.  Or make sure that origin/master contains the code from origin/origin.
Comment 1 Denis Roy CLA 2010-11-22 10:55:38 EST
I'm re-importing the e4 repo using -o master, as per the clue you've administered in 
bug 325750 comment 22.  I'll let you know when it's done to see if this solves the problem.
Comment 2 Denis Roy CLA 2010-11-22 13:43:12 EST
cvs rlog: Logging e4/org.eclipse.e4.resources/bundles/org.eclipse.ui.ide/icons/full/eview16
Terminated with fatal signal 11


*sigh*
Comment 3 Denis Roy CLA 2012-03-23 09:28:13 EDT
CVS is deprecated at Eclipse, so all projects will be moved shortly and these
mirrors will no longer exist.  No effort will be spent fixing them.