News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

svn to git migration tool

Started by ollydbg, October 01, 2024, 07:19:01 AM

Previous topic - Next topic

ollydbg

I searched the internet, and found some useful resource:

git svn clone fails because of deleted branch - Stack Overflow

It points to a tool named "svn2git", note that this tool is different from the "git svn" tool.

See the answer in the above link, and the projects is here:

svn-all-fast-export/svn2git: :octopus: A fast-import based converter for an svn repo to git repos
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.