cloneしようとしたら、下記のエラーが出て失敗します。何度retryしても、VMWareのNATサービス再起動してもだめ。
shell>>
RA layer request failed: REPORT request failed on '/!svn/vcc/default': REPORT of '/!svn/vcc/default': Could not read response body: Secure connection truncated (https://svn.s21g.com) at /usr/local/bin/git-svn line 3833
<<--
ぐぐっても情報が乏しいのでわかりませんが、大量のログがあるcloneだとエラーになる気がします。
Make sure your connection did not timeout. This is usually a client side connection problem.
https://dev.openwrt.org/cgi-bin/trac.fcgi/ticket/3563
###リビジョン番号を取得
s21gではsvnを使っています。
shell>>
svn log https://svn.s21g.com/blog/trunk | head -n 10
<<--
###リビジョンを指定してclone
すぐにclone完了しました!
shell>>
git svn clone https://svn.s21g.com/blog/trunk blog.git -r 1798
Checking out files: 100% (1632/1632), done.
Checked out HEAD:
https://svn.s21g.com/blog/trunk r1798
<<--