用戶映射文件user.txt,等號左邊爲svn帳號,右邊爲Git用戶名和郵箱。
注意:svn中有多少用戶就要映射多少git
test1=test1<147258369@qq.com>
test2=test2<246813579@qq.com>ssh
--生成祕鑰 admin@example.com爲GitLab的root用戶郵箱地址
ssh-keygen -t rsa -b 4096 -C "admin@example.com"ide
--查看公鑰內容,將內容複製到GitLab配置中的SSH Keys
cat /root/.ssh/id_rsa.pubsvn
--svn轉換爲git dsidealTest爲項目名稱
git svn clone https://10.10.6.175/svn/dsidealTest --no-metadata --authors-file=user.txt dsidealTest
cd dsidealTestgitlab
--添加git倉庫
git remote add origin git@10.10.14.234:root/dsidealTest.gitidea
--提交到gitlab
git push -u origin masterspa