* Problem with the dump HTTP transport
@ 2005-12-21 12:02 Marcel Holtmann
2005-12-21 16:26 ` Luben Tuikov
2005-12-21 17:59 ` Junio C Hamano
0 siblings, 2 replies; 5+ messages in thread
From: Marcel Holtmann @ 2005-12-21 12:02 UTC (permalink / raw)
To: git
Hi Junio,
after you released 1.0.0, I tried to pull it over HTTP, but it fails
with the following output:
# cg-update
Fetching head...
Fetching objects...
Getting alternates list for http://www.kernel.org/pub/scm/git/git.git/
Getting pack list for http://www.kernel.org/pub/scm/git/git.git/
error: Unable to find c2f3bf071ee90b01f2d629921bb04c4f798f02fa under http://www.kernel.org/pub/scm/git/git.git/
Cannot obtain needed object c2f3bf071ee90b01f2d629921bb04c4f798f02fa
while processing commit 0000000000000000000000000000000000000000.
cg-fetch: objects fetch failed
Both, git and cogito, are the latest versions from yesterday. So it
seems every time you repack, you need to do something extra to keep the
dump HTTP transport happy.
Regards
Marcel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with the dump HTTP transport
2005-12-21 12:02 Problem with the dump HTTP transport Marcel Holtmann
@ 2005-12-21 16:26 ` Luben Tuikov
2005-12-21 17:59 ` Junio C Hamano
1 sibling, 0 replies; 5+ messages in thread
From: Luben Tuikov @ 2005-12-21 16:26 UTC (permalink / raw)
To: Marcel Holtmann, git
--- Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Junio,
>
> after you released 1.0.0, I tried to pull it over HTTP, but it fails
> with the following output:
>
> # cg-update
> Fetching head...
> Fetching objects...
> Getting alternates list for http://www.kernel.org/pub/scm/git/git.git/
> Getting pack list for http://www.kernel.org/pub/scm/git/git.git/
> error: Unable to find c2f3bf071ee90b01f2d629921bb04c4f798f02fa under
> http://www.kernel.org/pub/scm/git/git.git/
>
> Cannot obtain needed object c2f3bf071ee90b01f2d629921bb04c4f798f02fa
> while processing commit 0000000000000000000000000000000000000000.
> cg-fetch: objects fetch failed
>
> Both, git and cogito, are the latest versions from yesterday. So it
> seems every time you repack, you need to do something extra to keep the
> dump HTTP transport happy.
I'm seeing the same thing:
$git pull
Fetching refs/heads/master from http://kernel.org/pub/scm/git/git.git using http
Getting alternates list for http://kernel.org/pub/scm/git/git.git/
Getting pack list for http://kernel.org/pub/scm/git/git.git/
error: Unable to find c2f3bf071ee90b01f2d629921bb04c4f798f02fa under
http://kernel.org/pub/scm/git/git.git/
Cannot obtain needed object c2f3bf071ee90b01f2d629921bb04c4f798f02fa
while processing commit 0000000000000000000000000000000000000000.
Luben
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with the dump HTTP transport
2005-12-21 12:02 Problem with the dump HTTP transport Marcel Holtmann
2005-12-21 16:26 ` Luben Tuikov
@ 2005-12-21 17:59 ` Junio C Hamano
2005-12-21 18:43 ` Marcel Holtmann
1 sibling, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2005-12-21 17:59 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: git
Marcel Holtmann <marcel@holtmann.org> writes:
> Cannot obtain needed object c2f3bf071ee90b01f2d629921bb04c4f798f02fa
> while processing commit 0000000000000000000000000000000000000000.
> cg-fetch: objects fetch failed
>
> Both, git and cogito, are the latest versions from yesterday. So it
> seems every time you repack, you need to do something extra to keep the
> dump HTTP transport happy.
The last sentence is correct and I do that (the magic word is
git-update-server-info, and that is done as part of git-repack
automatically), but it does not seem to apply here. It most
likely is a mirroring delay. That c2f3... object is the commit
at the tip of the master branch, and the repository is fully
packed right now (except v1.0.0 tag object which is loose).
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with the dump HTTP transport
2005-12-21 17:59 ` Junio C Hamano
@ 2005-12-21 18:43 ` Marcel Holtmann
2005-12-21 19:14 ` Junio C Hamano
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2005-12-21 18:43 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Hi Junio,
> > Cannot obtain needed object c2f3bf071ee90b01f2d629921bb04c4f798f02fa
> > while processing commit 0000000000000000000000000000000000000000.
> > cg-fetch: objects fetch failed
> >
> > Both, git and cogito, are the latest versions from yesterday. So it
> > seems every time you repack, you need to do something extra to keep the
> > dump HTTP transport happy.
>
> The last sentence is correct and I do that (the magic word is
> git-update-server-info, and that is done as part of git-repack
> automatically), but it does not seem to apply here. It most
> likely is a mirroring delay. That c2f3... object is the commit
> at the tip of the master branch, and the repository is fully
> packed right now (except v1.0.0 tag object which is loose).
it is still not working. How long does it take on www.kernel.org to
mirror it from the master.
Regards
Marcel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-12-21 19:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-21 12:02 Problem with the dump HTTP transport Marcel Holtmann
2005-12-21 16:26 ` Luben Tuikov
2005-12-21 17:59 ` Junio C Hamano
2005-12-21 18:43 ` Marcel Holtmann
2005-12-21 19:14 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).