svn转git

在Git Bash 中输入 git-svn clone http://devsvnread.uuzuonline.net/GOT_PRIVATE/server/ --no-metadata -T trunk project

git-svn clone -r69540:HEAD --prefix=svn http://devsvnread.uuzuonline.net/GOT_PRIVATE/server/trunk/GOT --no-metadata got_git_mobile

带上了版本号,不用全部都导出  

接着是 在git - remotes 中设置,接着是fetch  ,然后在log 中选择 

原文地址:https://www.cnblogs.com/vana/p/9598958.html