Author Topic: svn to git migration tool  (Read 1994 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6034
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
svn to git migration tool
« on: October 01, 2024, 07:19:01 am »
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.