Git与Svn配合使用

1.1 取出最新版本

$ git svn clone -r HEAD svn://svn.linguofeng.com/test/ test

1.2 取出全部

$ git svn clone svn://svn.linguofeng.com/test/

1.3 提交

$ git add -u
$ git commit -m 'update'
$ git svn rebase
$ git svn dcommit

1.4 更新

$ git svn rebase

"https://git.wiki.kernel.org/index.php/Git-svn":https://git.wiki.kernel.org/index.php/Git-svn