119.14. git-svn - Bidirectional operation between a single Subversion branch and git
	
sudo apt-get install git-svn
	
	
	clone
	
git-svn clone -s svn://netkiller.8800.org/neo
cd neo
git gc
git commit -a
git-svn dcommit
	
	从 svn 仓库更新
	
git-svn rebase
	
	git-svn init svn://netkiller.8800.org/neo/public_html