git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Query about status of http-pull
@ 2005-08-24 16:10 Martin Schlemmer
  2005-08-24 16:39 ` Daniel Barkalow
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Schlemmer @ 2005-08-24 16:10 UTC (permalink / raw
  To: GIT Mailing Lists

[-- Attachment #1: Type: text/plain, Size: 1344 bytes --]

Hi,

Recently cogito again say that the rsync method will be deprecated in
future (due to http-pull now supporting pack objects I suppose), but it
seems to me that it still have other issues:

-----
lycan linux-2.6 # git pull origin
Fetching HEAD using http
Getting pack list
error: Couldn't get 0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf: not separate or in any pack
error: Tried http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects/05/72e3da3ff5c3744b2f606ecf296d5f89a4bbdf
Cannot obtain needed object 0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf
while processing commit 0000000000000000000000000000000000000000.
lycan linux-2.6 # cg-update
17:50:02 URL:http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/refs/heads/master [41/41] -> "refs/heads/.origin-pulling" [1]

FINISHED --17:50:09--
Downloaded: 11,949 bytes in 5 files
Missing object of tag v2.6.13-rc7... unable to retrieve
Up to date.

Applying changes...
Branch already fully merged.
lycan linux-2.6 #
-----

If you switch it however to rsync again, it works just fine.  Other
branches like that of KLIBC and one or two others do not even pull via
http-pull.

So basically the question is if this is known issues (had mail issues,
so missed the last week or so's mail) ?


Thanks,

-- 
Martin Schlemmer


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Query about status of http-pull
  2005-08-24 16:10 Query about status of http-pull Martin Schlemmer
@ 2005-08-24 16:39 ` Daniel Barkalow
  2005-08-24 18:16   ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Barkalow @ 2005-08-24 16:39 UTC (permalink / raw
  To: Martin Schlemmer; +Cc: GIT Mailing Lists, Linus Torvalds

On Wed, 24 Aug 2005, Martin Schlemmer wrote:

> Hi,
>
> Recently cogito again say that the rsync method will be deprecated in
> future (due to http-pull now supporting pack objects I suppose), but it
> seems to me that it still have other issues:
>
> -----
> lycan linux-2.6 # git pull origin
> Fetching HEAD using http
> Getting pack list
> error: Couldn't get 0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf: not separate or in any pack
> error: Tried http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/objects/05/72e3da3ff5c3744b2f606ecf296d5f89a4bbdf
> Cannot obtain needed object 0572e3da3ff5c3744b2f606ecf296d5f89a4bbdf
> while processing commit 0000000000000000000000000000000000000000.

It looks like pack-c24bb5025e835a3d8733931ce7cc440f7bfbaaed isn't in the
pack list. I suspect that updating this file should really be done by
anything that creates pack files, because people forget to run the program
that does it otherwise and then http has problems.

	-Daniel
*This .sig left intentionally blank*

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Query about status of http-pull
  2005-08-24 16:39 ` Daniel Barkalow
@ 2005-08-24 18:16   ` Junio C Hamano
  2005-08-24 18:25     ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2005-08-24 18:16 UTC (permalink / raw
  To: Daniel Barkalow; +Cc: git, Linus Torvalds

Daniel Barkalow <barkalow@iabervon.org> writes:

> It looks like pack-c24bb5025e835a3d8733931ce7cc440f7bfbaaed isn't in the
> pack list. I suspect that updating this file should really be done by
> anything that creates pack files, because people forget to run the program
> that does it otherwise and then http has problems.

True.

Added at the end of git-repack-script (Linus can disable it by
giving an '-n' flag when packing his private repositories).

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Query about status of http-pull
  2005-08-24 18:16   ` Junio C Hamano
@ 2005-08-24 18:25     ` Linus Torvalds
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2005-08-24 18:25 UTC (permalink / raw
  To: Junio C Hamano; +Cc: Daniel Barkalow, git



On Wed, 24 Aug 2005, Junio C Hamano wrote:
> 
> Added at the end of git-repack-script (Linus can disable it by
> giving an '-n' flag when packing his private repositories).

No, I just haven't updated my git on master.kernel.org in a while. So 
nothing to disable.

I ran git-update-server-info manually, so it should work now.

		Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-08-24 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-24 16:10 Query about status of http-pull Martin Schlemmer
2005-08-24 16:39 ` Daniel Barkalow
2005-08-24 18:16   ` Junio C Hamano
2005-08-24 18:25     ` Linus Torvalds

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).