Git - Migrate SVN to Gitea

本篇文章分享我從svn migrate到Gitea的過程。

首先是要將svn repository轉換為git repository。使用指令如下:

git svn clone http://svn/repo/here/trunk
接著就要等待它轉換完畢:

等待同時可以先在Git Server上建立專案的Repository,我以Gitea當範例:

設定Local Repository所對應的Remote Repository:

透過egit將資料push到remote repository上:

最後是確認gitea上push結果: