Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不知道是做svn2git什么的,但git-svn我们注意到 Windows 机器上的标准非常慢,尤其是在进行初始导入时确实很烦人。有两种解决方法:在 macos/linux 机器上执行导入,然后简单地将生成的 repo 复制到 windows 工作站或部分导入(git svn fetch -R <recent revision>)。
svn2git
git-svn
git svn fetch -R <recent revision>
你可以试试 github 导入器:
https://help.github.com/articles/importing-from-subversion/
我没有任何关于速度的信息。