Svn迁移Git¶
1 不考虑svn分支¶
-
创建仓库
git svn init https://example.com/svn/repo
git svn fetch -A authors.txt -r 0:100
authors.txt - 作者对应
-r - 指定版本 -
合并
git merge remotes/git-svn -
fetch后回退至指定版本
git svn reset -r 4000
# authors.txt
yaoxin = BeyondXinXin <779354187@qq.com>
VisualSVN Server = BeyondXinXin <779354187@nt.com>
需要所有完整的作者对应表