Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] git/gerrit

On 8 Jun 2010, at 22:51, James Blackburn wrote:

In the interim, it might make sense to convert a small project to get
a feel for how it works, rather than doing a big-bang conversion.
Feedback could then be given to the EGit team as to how to improve
things :-)

I think one of the first steps is a read-only git repo from CVS which
tracks HEAD.  Interested committers can start playing with it and
testing out the tooling without committing ourselves to a drastic
migration...  There are now a few of us interested in this that would
make this a good start.

We've already got that, haven't we?


git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt-build.git
git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt-contrib.git
git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt-core.git
git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt-cppunit.git
git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt-debug.git
git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt-doc.git
git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt-launch.git
git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt-old.git
git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt-releng.git
git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt.git

(http support is also available, but you have to use http://dev.eclipse.org/git/org.eclipse.cdt...)

These are based on a one-one mapping with the CDT modules. And because of the way that CVS works, sometimes you can have incomplete CVS changesets in the Git repository.

Alex

Back to the top