Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [git] migrating a svn repository with several sub-modules

Hi,

> Does anyone have experience with migrating a svn repository with this
> layout to git?

I did something similar for Linux Tools.  It wasn't easy and I couldn't
figure out a way to automate it.  I used something similar to the
attached script as a starting point.  The main merging tool I used was
this perl module:

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

HTH,

Andrew

Attachment: linuxtoolssvn2git.sh
Description: application/shellscript


Back to the top