Gentoo Archives: gentoo-scm

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-scm@l.g.o
Subject: Re: [gentoo-scm] Testing git conversion
Date: Tue, 28 Oct 2008 08:42:22
Message-Id: 20081028081132.GE2845@curie-int.orbis-terrarum.net
In Reply to: Re: [gentoo-scm] Testing git conversion by Ciaran McCreesh
1 On Tue, Oct 28, 2008 at 07:21:10AM +0000, Ciaran McCreesh wrote:
2 > On Mon, 27 Oct 2008 23:46:09 -0700
3 > "Robin H. Johnson" <robbat2@g.o> wrote:
4 > > I'm worried about corruption or something else gone wrong however:
5 > > # git clone git://git.overlays.gentoo.org/exp/gentoo-x86.git
6 > > Initialized empty Git repository in /dev/shm/test/gentoo-x86/.git/
7 > > remote: Counting objects: 4696137, done.
8 > > remote: Compressing objects: 100% (1299323/1299323), done.
9 > > Receiving objects: 6% (305717/4696137), 56.34 MiB | 1217 KiB/s
10 > > fatal: The remote end hung up unexpectedly89.08 MiB | 1540 KiB/s
11 > > fatal: early EOF
12 > > fatal: index-pack failed
13 > More likely you're just having problems with the connection lasting for
14 > too long. 'git fetch' will resume (on a per-object basis, which is
15 > fine so long as there aren't too many huge packs).
16 It's a single ~910MiB pack. I'll play with it and see how we can make it
17 better, maybe limiting the pack sizes to 50Mb/ea.
18
19 Thanks for the tip. I forgot I had some stuff that terminates
20 long-running connections to avoid abuse (and bad CVS/SVN/Git clients
21 that don't close the connection properly).
22
23 --
24 Robin Hugh Johnson
25 Gentoo Linux Developer & Infra Guy
26 E-Mail : robbat2@g.o
27 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies

Subject Author
Re: [gentoo-scm] Testing git conversion Donnie Berkholz <dberkholz@g.o>