Git 将 svn 库整个 clone 下来,真是一件难事,clone 大项目成功的时候很少,如何是好?

mogodb · February 05, 2015 · Last by mogodb replied at February 05, 2015 · 7590 hits

下面这种情况遇到多次了,在 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

It's time to git :-)

#1 楼 @kgen 别人项目是 svn,只好用 git svn 啊:(

You need to Sign in before reply, if you don't have an account, please Sign up first.