下面这种情况遇到多次了,在 clone apache svn 仓库时也常遇到这个问题, 要 clone r1 到 r latest, 真的是没办法么?想要的是整个版本库,而不是从某个版本开始的版本历史呢,怎么做到呢?
time git svn clone -s http://xxx.xxx.cn/xxx
...
RA layer request failed: REPORT of '/repos/kbs/!svn/vcc/default': Could not read response body: connection timed out (http://svn.xxx.cn) at /usr/libexec/git-core/git-svn line 5061
real 512m7.324s user 30m3.605s sys 52m40.169s
echo $? 1