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 :
- https://remote-svn/svn/project
- ------Project1
- -----------------Branches
- -------------------------------Branche1
- -------------------------------Branche2
- -------------------------------Branche3
- -----------------Tags
- -------------------------------Tag1
- -------------------------------Tag2
- -------------------------------Tag3
- -----------------Trunk
- ------Project2
- ...
- ------Project3
- ...
- ------Project4
- ...
- ------Project5
- ...
Is is possible to create one git per remote folder with the underlying branches ?