Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Git pointers

> Pascal Rapicault <pascal@xxxxxxxxxxxx>
>
> p2 already has a git repo that is read only: git://dev.eclipse.org/
> org.eclipse.equinox.p2/org.eclipse.equinox.p2.git
> Will it just be made writable?

No. That repository is produced by an automatic CVS->Git mirroring tool, which doesn't preserve all branch and tag information. We were not able to successfully run a build against that repository because of the missing information. We will end up with a converted repository on git.eclipse.org and that automatic CVS mirror will eventually go away. For p2 it will probably end up something like:

http://git.eclipse.org/c/equinox/org.eclipse.equinox.p2.git/

John

Back to the top