Cannot force Guava to use git-svn

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.
+3
source share
1 answer

To get rid of this open-ended question, I myself answer: this problem is gone forever, because they switched to git , Cool!

+1
source

Source: https://habr.com/ru/post/1788382/


All Articles