git svn clone

gitとsvnの連携で、git-svn initを使うように書いたけど、やってみたらうまく動かんかったっす。

Import

First perform the equivalent of a svn checkout. In an empty subdirectory, run:

$ git svn clone --username your-name -s https://your-project.googlecode.com/svn
# older versions of git: replace "-s" with "-Ttrunk -bbranches -ttags"

Like a Subversion checkout, you now have a local copy of your project. Unlike a Subversion checkout, you also have a local copy of the entire history of the project. Try:

git svn clone を使うとできました。