how to migrate SVN projects to git
Create a users.txt
file. It will be used to map the SVN users to an email.
For example:
Execute the following command:
It will only create the master
branch in local.
So you will need to create the tags using the following command:
You might need to adapt the command a little bit if your branch tags are not called remotes/origin/tags/<tagname>
.
Then you will need to create the branches using the following command:
Finally, add your remote and push all: