From: Michael J Gruber <git@drmicha.warpmail.net>
To: Graeme Geldenhuys <graemeg@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: 'git svn fetch' keeps giving a error after freezing
Date: Thu, 09 Jul 2009 14:01:39 +0200 [thread overview]
Message-ID: <4A55DC23.7010806@drmicha.warpmail.net> (raw)
In-Reply-To: <h31vg6$b38$1@ger.gmane.org>
Graeme Geldenhuys venit, vidit, dixit 08.07.2009 13:21:
> Hi,
>
> I'm using git-1.6.3.3 under Ubuntu Linux 8.04.2
>
> I'm trying to convert (clone) a SubVersion repository to Git, so I can
> host the mirror on GitHub, but for the last 4 days I don't get very far.
> It seems to be getting a few files, then freezes and then gives the
> error shown below. I'm now stuck around r2665 out of about 14,000
> revisions. :-(
>
> I have done such a clone before using a different SVN repository and
> pulling in around 13,000 revisions, so my 'git svn' commands should work.
>
> ==============================
> $ git svn fetch
> .....
> A fixes_2_0/fv/gadgets.pas
> A fixes_2_0/fv/colortxt.pas
> A fixes_2_0/fv/outline.pas
> RA layer request failed: REPORT of '/svn/fpc/!svn/vcc/default': Could
> not read response body: connection was closed by server
> (http://svn2.freepascal.org) at /usr/local/libexec/git-core/git-svn line
> 4505
> ==============================
>
> .git/config file contains the following (showing the SubVersion repository)
>
> ======================
> ...snip...
> [svn-remote "svn"]
> url = http://svn2.freepascal.org/svn/fpc
> fetch = trunk:refs/remotes/trunk
> branches = branches/*:refs/remotes/*
> tags = tags/*:refs/remotes/tags/*
> ...snip...
> ======================
>
>
> Any thoughts on why I am getting this error?
Hmm, I cloned with standard layout and everything looks fine, see below.
Are you seeing the same problems on a fresh clone attempt (from an empty
dir)?
Between 2665 and 2674 I see no revisions, but those two are really small
changes. Can you 'svn log -r2664:2674' that range?
Michael
r13373 = c63340f4ac03767bcf049d88f0cd9a8ae3199090 (trunk)
Checking out files: 100% (10468/10468), done.
Checked out HEAD:
http://svn2.freepascal.org/svn/fpc/trunk r13373
$ git branch -a
* master
remotes/aspect
remotes/avr
remotes/cleanroom
remotes/cpstr
remotes/ctypes
remotes/fixes_2_0
remotes/fixes_2_2
remotes/fixes_2_2_0_dos
remotes/florian
remotes/fpc_2_3
remotes/generics
remotes/genfunc
remotes/inline
remotes/janbruns
remotes/linker
remotes/linker@2665
remotes/llvm
remotes/merged
remotes/newthreading
remotes/objc
remotes/rc_2_2_2
remotes/release_2_1_2x
remotes/release_2_2_4_rc1
remotes/resources
remotes/ssa
remotes/tags/release_2_0_0
remotes/tags/release_2_0_2
remotes/tags/release_2_0_4
remotes/tags/release_2_0_4_macos
remotes/tags/release_2_0_4_rc1
remotes/tags/release_2_0_4_rc2
remotes/tags/release_2_0_4_rc3
remotes/tags/release_2_1_2
remotes/tags/release_2_1_4
remotes/tags/release_2_2_0
remotes/tags/release_2_2_2
remotes/tags/release_2_2_2_rc1
remotes/tags/release_2_2_2_rc2
remotes/tags/release_2_2_4
remotes/tags/test_2_0_4
remotes/tags/test_2_0_4_1
remotes/trunk
remotes/tue
remotes/unicodertl
remotes/unicodestring
remotes/unitrw
remotes/wpo
next prev parent reply other threads:[~2009-07-09 12:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-08 11:21 'git svn fetch' keeps giving a error after freezing Graeme Geldenhuys
2009-07-08 23:59 ` Eric Wong
2009-07-09 8:51 ` Graeme Geldenhuys
2009-07-09 8:52 ` Graeme Geldenhuys
2009-07-09 9:34 ` Yann Dirson
2009-07-09 12:46 ` Graeme Geldenhuys
2009-07-09 12:01 ` Michael J Gruber [this message]
2009-07-10 7:07 ` Graeme Geldenhuys
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A55DC23.7010806@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
--cc=graemeg@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.