Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [git] repo-layout question: cross-repo cherry-picking?

* Stephan Herrmann <stephan@xxxxxxxxxxxxxxx> [2011-11-21 16:35]:
> If I don't move, I can't cherry pick.
> If I move I don't see all my existing history any more.

It's not a silver bullet and I had to do a lot of manual work afterwards
but I combined several SVN repositories using this tool:

  http://search.cpan.org/~book/Git-FastExport-0.07/script/git-stitch-repo

It allowed me to keep the SVN history as Git history and also let me
change the paths.

Like I said, it wasn't perfect, I had to do a lot of manual work
afterwards, and it was probably error-prone.  But it got me most of the
way there :)

HTH,

Andrew


Back to the top