gitを使用して複製したいGoogleコードの誰かのプロジェクトがあります。ただし、これらのどれも機能しませんでした:
git clone http://some_app.googlecode.com
git clone http://some_app.googlecode.com/svn
git clone http://some_app.googlecode.com/svn/trunk
git svn -s clone http://some_app.googlecode.com/svn/trunk
どうすればいいのですか?