2013年(190)
发布时间:2013-05-14 09:57:38
按如下步骤操作就可以将SVN仓库完整的转换为Git仓库:1) 将远程SVN仓库搬到本地(这一步主要是为了提高转换的速度,也可以忽略) 参考这篇文章:http://rongjih.blog.163.com/blog/static/335744612010620105546475/ 这里假设最终要转换的SVN仓库为file:///tmp/test-svn2) 使用git svn clone命令开始转换 $ git svn clone file:///tmp/test-svn -T trunk -b branches -t......【阅读全文】