Skip to main content

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

On Jun 8, 2010 6:31 PM, "Alex Blewitt" <alex.blewitt@xxxxxxxxx> wrote:
> 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?
>
> From http://dev.eclipse.org/git/index.html
>
> 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

BTW,

> git://dev.eclipse.org/org.eclipse.cdt/org.eclipse.cdt.git

This is the only one you need. It contains all the projects from the
others. And it's the one I would pull from for the move.

Doug


Back to the top