I have a single SVN repository with the following current structure:
which originally had this structure:
Thus, the project was divided into two separate "subrepositories" (or whatever you want to name)
Is there any way to port this to git without losing history ? Would svn2git be better than git-svn for this scenario? Is there any other migration tool?
EDIT : I tried git svn clone as suggested, but as I thought it did not follow the transition from the old structure to the new one. He only imported changes from the new structure.
source share