Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315076 - CVS Git Mirrors have incorrect default branch
Summary: CVS Git Mirrors have incorrect default branch
Status: RESOLVED WONTFIX
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 09:29 EDT by David Carver CLA
Modified: 2012-03-23 09:28 EDT (History)
5 users (show)

See Also:


Attachments

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