How do I migrate an SVN repository with history to a new Git repository?

前端 未结 30 2010
离开以前
离开以前 2020-11-22 02:51

I read the Git manual, FAQ, Git - SVN crash course, etc. and they all explain this and that, but nowhere can you find a simple instruction like:

SVN repository in: <

30条回答
  •  独厮守ぢ
    2020-11-22 03:37

    Several answers here refer to https://github.com/nirvdrum/svn2git, but for large repositories this can be slow. I had a try using https://github.com/svn-all-fast-export/svn2git instead which is a tool with exactly the same name but was used to migrate KDE from SVN to Git.

    Slightly more work to set it up but when done the conversion itself for me took minutes where the other script spent hours.

提交回复
热议问题