Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Git plans?

On 3 June 2010 17:58, Jeffrey Overbey <overbey2@xxxxxxxxxxxx> wrote:
> Does the release engineering stuff work with Git now?  I thought it
> only worked with CVS repositories, but I haven't looked at it in a
> while...

I wrote a very quick and dirty fetch factory to allow PDE build to
work using map files with a git://... URL.  It just parses the input
and fires off a git co command:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=289838

It does require git repositories at the project level though as PDE
build seems to expect to be able to check-out individual projects. If
we have git repos containing more than one project I'm not sure how
that would work.

Presumably the egit/jgit guys have solved this problem for their releng?

Cheers,
James


Back to the top