svn 版本迁移到 git 仓库

时间:2024-01-17 20:46:50

1、拉取 svn代码并转成 git 版本

git svn fetch http://svn.qtz.com/svn/qtz_code/java/qtz_sm/project/qtz_sm -Auser.txt

user.txt 文件格式如下

xiaolailong    = Loissiau<xiaolailong@yw01.com>

如果中途报有svn提交者未映射,则 补上 ,再进入git仓库目录,执行

git svn fetch -Auser.txt

-Afilename 相当于 --author-files=filename

2、push 到git-lab

参考文档:

1、 https://git-scm.com/book/zh/v2/Git-%E4%B8%8E%E5%85%B6%E4%BB%96%E7%B3%BB%E7%BB%9F-%E8%BF%81%E7%A7%BB%E5%88%B0-Git

2. [How do I migrate an SVN repository with history to a new Git repository?](https://*.com/questions/79165/how-do-i-migrate-an-svn-repository-with-history-to-a-new-git-repository)