Converting HUGE (12GB) SVN repo to Hg

Dirkjan Ochtman dirkjan at ochtman.nl
Thu Apr 22 08:29:55 CDT 2010


On Thu, Apr 22, 2010 at 15:10, Philip Pemberton <lists at philpem.me.uk> wrote:
> http://gcc.gnu.org/hg/gcc
>
> In short:
>  Yes there's a repository
>  Yes it's updated from SVN fairly regularly
>  No it doesn't contain any branches
>  No it doesn't contain any useful tags (they're all of the form
> svnrev12345).
>
> So for what I want to do (effectively: hg bisect GCC_4_4_0 GCC_4_5_0) it's
> useless.

Well, finding the hg cset ID's for the tags isn't too hard, but
they're probably not on trunk, so that kind of makes it a moot point.

On the other hand, there's a git repo as well, and it looks like it's
got branches at least (not sure about tags).

http://gcc.gnu.org/git/?p=gcc.git;a=summary

Cheers,

Dirkjan


More information about the Mercurial mailing list