Migrate multiple SVN in same GIT repo

Nicolás Alvarez nicolas.alvarez at gmail.com
Fri Jun 21 22:52:21 BST 2019


El vie., 21 de jun. de 2019 a la(s) 05:44, Calin Pavel
(calin.pavel at tvh.com) escribió:
>
> Hello,
>
> I'm trying to migrate multiple SVN repos in a single Git repo and would like to put sources for each SVN into a different "root" folder.
>
> Is there any way to specify in the rules file something like:
> - for svn/trunk put files into repo X, folder Y?
>
>

The svn-all-fast-export tool doesn't support multiple SVN repos.

You could convert each SVN repo to a separate Git repo, and then
somehow merge the Git repos together, but I don't know exactly how to
achieve that.

Are you sure they are actually different SVN repositories, and not
folders in a single repository?

-- 
Nicolás


More information about the Kde-scm-interest mailing list