java - git專案遷移到SVN怎麼實現的?哪位大神指點指點
迷茫
迷茫 2017-06-12 09:25:13
0
1
925

git專案遷移到SVN怎麼實現的?哪位大神指點指點

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

全部回覆(1)
女神的闺蜜爱上我
1. cd /path/to/git/localrepo
2. svn mkdir --parents protocol:///path/to/repo/PROJECT/trunk -m "Importing git repo"
3. git svn init protocol:///path/to/repo/PROJECT -s
4. git svn fetch
5. git rebase origin/trunk
5.1.  git status
5.2.  git add (conflicted-files)
5.3.  git rebase --continue
5.4.  (repeat 5.1.)
6. git svn dcommit

具體細節參考https://stackoverflow.com/que...

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板