From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:09
merlyn@stonehenge.com (Randal L. Schwartz) writes:
Even after updating git this morning, git-pull still seems to be broken
with respect to http://www.kernel.org/.
Is http pulling broken for good now? Or is someone looking at this?
Sorry, but this is not a description of your problem helpful
enough for someone who is willing to look at it, I am afraid.
http://www.kernel.org/ has 80 or so repos (I counted about a
month ago so it may probably have more by now) --- which ones?
I have local repositories used only to test pulling into them,
and I pull from Linus 2.6 kernel, and my own git repository,
every other day or so, but haven't seen breakage, so I do not
think it is http://www.kernel.org/. in general. If some
particular repository is not set up HTTP friendly I would
understand.
Also how does it fail? Does cloning from scratch succeed but
updating a repo that was in sync a few days ago fail? Does it
die silently and you find the breakage by running fsck-object,
or does it fail loudly with error messages? If the latter what
does it say?
From: Randal L. Schwartz <hidden> Date: 2016-06-15 22:42:09
quoted
quoted
quoted
quoted
"Junio" == Junio C Hamano [off-list ref] writes:
Junio> merlyn@stonehenge.com (Randal L. Schwartz) writes:
quoted
Even after updating git this morning, git-pull still seems to be broken
with respect to http://www.kernel.org/.
Is http pulling broken for good now? Or is someone looking at this?
Junio> Sorry, but this is not a description of your problem helpful
Junio> enough for someone who is willing to look at it, I am afraid.
Junio> http://www.kernel.org/ has 80 or so repos (I counted about a
Junio> month ago so it may probably have more by now) --- which ones?
My previous message mentioned cogito.git breaking. This message
was triggered because git.git itself broke.
Unfortunately, git.git hasn't been updated since the last time I
worked around the problem by switching to rsync again, but when it
does, I'll capture the breakage this time.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
[off-list ref] <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
From: Daniel Barkalow <hidden> Date: 2016-06-15 22:42:09
On Fri, 14 Oct 2005, Randal L. Schwartz wrote:
My previous message mentioned cogito.git breaking. This message
was triggered because git.git itself broke.
Unfortunately, git.git hasn't been updated since the last time I
worked around the problem by switching to rsync again, but when it
does, I'll capture the breakage this time.
Can you give a general description of what happens? I've noticed that I
sometimes get spurious error messages that don't actually affect the
download, which I haven't tracked down yet.
-Daniel
*This .sig left intentionally blank*
From: Randal L. Schwartz <hidden> Date: 2016-06-15 22:42:09
quoted
quoted
quoted
quoted
"Daniel" == Daniel Barkalow [off-list ref] writes:
Daniel> Can you give a general description of what happens? I've
Daniel> noticed that I sometimes get spurious error messages that
Daniel> don't actually affect the download, which I haven't tracked
Daniel> down yet.
OK, it happened this morning. While syncing to update from
yesterday's version, I got:
localhost:~/MIRROR/git-GIT % git-pull
Fetching refs/heads/master from http://www.kernel.org/pub/scm/git/git.git using http
Getting alternates list
got 4546738b58a0134eef154231b07d60fc174d56e3
walk 4546738b58a0134eef154231b07d60fc174d56e3
got d402d5566fdf226697a386dfb9858e5d954e9b91
got 873d8e5652c06c3891278f33546c437efc209c2d
walk d402d5566fdf226697a386dfb9858e5d954e9b91
error:
Getting pack list
got 0207ab18a3876249a928e7539d8f594a4f6921f1
got 9f7534accdf34b980a2de670cb1009dd84ee56c4
error: Unable to find 5ad4a2766d34569f3a1278544ab64978fab14cc8 under http://www.kernel.org/pub/scm/git/git.git/
Cannot obtain needed blob 5ad4a2766d34569f3a1278544ab64978fab14cc8
while processing commit d402d5566fdf226697a386dfb9858e5d954e9b91.
Definitely broken. But I can "rsync" just fine.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
[off-list ref] <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
From: Nick Hengeveld <hidden> Date: 2016-06-15 22:42:09
On Sat, Oct 15, 2005 at 06:03:00AM -0700, Randal L. Schwartz wrote:
OK, it happened this morning. While syncing to update from
yesterday's version, I got:
...
Definitely broken. But I can "rsync" just fine.
Which version of curl did you build with?
--
For a successful technology, reality must take precedence over public
relations, for nature cannot be fooled.
From: Randal L. Schwartz <hidden> Date: 2016-06-15 22:42:09
quoted
quoted
quoted
quoted
"Nick" == Nick Hengeveld [off-list ref] writes:
Nick> On Sat, Oct 15, 2005 at 06:03:00AM -0700, Randal L. Schwartz wrote:
quoted
OK, it happened this morning. While syncing to update from
yesterday's version, I got:
...
Definitely broken. But I can "rsync" just fine.
Nick> Which version of curl did you build with?
curl 7.13.1 (powerpc-apple-darwin8.0) libcurl/7.13.1 OpenSSL/0.9.7g zlib/1.2.3
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
[off-list ref] <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!