git のメモ

git-svn

tDiary の例。

最初に自分リポジトリ作成。

% git svn clone -t tags -b branches -T trunk https://tdiary.svn.sourceforge.net/svnroot/tdiary tdiary

これで original repository の全コミットを取ってくる。

github に持って行くなら  http://github.com/guides/import-from-subversion の通りにすれば良い。

参考