I have a very old svn repository in front of me and need to commit it to git. The issue is that I'm looking for a way to create a git per remote folder.
The basic structure of svn is the following :
Is is possible to create one git per remote folder with the underlying branches ?
Clone projects one by one:
git svn clone -s https://remote-svn/svn/project/Project1
git svn clone -s https://remote-svn/svn/project/Project2
git svn clone -s https://remote-svn/svn/project/Project3
…