git svn cloneでリポジトリの一部の最新だけ持ってきたい

git svn clone http://svn.coderepos.org/share/websites -r HEAD

でいけると思ったけどだめだったので

svn log --limit 1 http://svn.coderepos.org/share/websites
------------------------------------------------------------------------
r34214 | NeoCat | 2009-07-02 07:11:49 +0900 (木, 02  7 2009) | 2 lines

-enterキーで送信時の改行入力防止

------------------------------------------------------------------------

git svn clone http://svn.coderepos.org/share/websites -r 34214:HEAD

した
リポジトリのHEADに/share/websitesの変更が含まれてないからなのかのん