Rumah > Soal Jawab > teks badan
Bagaimana untuk memindahkan projek git ke SVN? Siapa boleh bagi saya nasihat
女神的闺蜜爱上我2017-06-12 09:27:13
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
Untuk butiran khusus, sila rujuk https://stackoverflow.com/que...