Team
git svn clone http://guava-libraries.googlecode.com/svn/trunk/ guava
Failed to download about 20 MB with a message
r32 = 686b2497ca24c1a04fdc5c18aea1a02d03902d24 (refs/remotes/git-svn)
RA layer request failed:
Server sent unexpected return value (502 Bad Gateway)
in response to REPORT
request for '/svn/!svn/vcc/default' at /usr/lib/git-core/git-svn line 5117
I don't get any master branch, nothing (which is understandable given the git way). I am using git version 1.7.3.3 under cygwin, XP64.
UPDATE:
I tried
git checkout 686b249
git branch master
git fetch
and it continues (currently r98).
UPDATE:
Finally over. I vote for closing myself.
The only useful information:
Doing simply `git fetch` for resuming is the way to go.
source
share