All of lore.kernel.org
 help / color / mirror / Atom feed
* git issues while fetching from http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/
@ 2007-02-13  9:29 Laurent Pinchart
  2007-02-13 11:15 ` Sébastien Dugué
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Pinchart @ 2007-02-13  9:29 UTC (permalink / raw)
  To: linux-kernel

Hi everybody,

I'm trying to fetch from the Linux kernel repository at 
http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/. After 
downloading the objects, git failed while trying to fetch tags. Retrying the 
fetch operation gives the following output:

$ git-fetch origin
Fetching refs/heads/master from 
http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ using 
http
Auto-following refs/tags/v2.6.20
Auto-following refs/tags/v2.6.20
Auto-following refs/tags/v2.6.20-rc1
Auto-following refs/tags/v2.6.20-rc1
Auto-following refs/tags/v2.6.20-rc2
Auto-following refs/tags/v2.6.20-rc2
Auto-following refs/tags/v2.6.20-rc3
Auto-following refs/tags/v2.6.20-rc3
Auto-following refs/tags/v2.6.20-rc4
Auto-following refs/tags/v2.6.20-rc4
Auto-following refs/tags/v2.6.20-rc5
Auto-following refs/tags/v2.6.20-rc5
Auto-following refs/tags/v2.6.20-rc6
Auto-following refs/tags/v2.6.20-rc6
Auto-following refs/tags/v2.6.20-rc7
Auto-following refs/tags/v2.6.20-rc7
Failed to fetch refs/tags/v2.6.20 from 
http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/

While trying to solve the issue, I noticed that the refs/tags directory in the 
remote repository is empty. Is that a normal situation ? Should git be able 
to regenerate the tags locally from the objects ? I'm using git 1.4.4.4.

Best regards,

Laurent Pinchart

PS: please CC me when replying to this e-mail. Thanks

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

* Re: git issues while fetching from http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/
  2007-02-13  9:29 git issues while fetching from http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ Laurent Pinchart
@ 2007-02-13 11:15 ` Sébastien Dugué
  0 siblings, 0 replies; 2+ messages in thread
From: Sébastien Dugué @ 2007-02-13 11:15 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-kernel


  Hi Laurent,


On Tue, 13 Feb 2007 10:29:59 +0100 Laurent Pinchart <laurent.pinchart@technotrade.biz> wrote:

> Hi everybody,
> 
> I'm trying to fetch from the Linux kernel repository at 
> http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/. After 
> downloading the objects, git failed while trying to fetch tags. Retrying the 
> fetch operation gives the following output:
> 
> $ git-fetch origin
> Fetching refs/heads/master from 
> http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ using 
> http
> Auto-following refs/tags/v2.6.20
> Auto-following refs/tags/v2.6.20
> Auto-following refs/tags/v2.6.20-rc1
> Auto-following refs/tags/v2.6.20-rc1
> Auto-following refs/tags/v2.6.20-rc2
> Auto-following refs/tags/v2.6.20-rc2
> Auto-following refs/tags/v2.6.20-rc3
> Auto-following refs/tags/v2.6.20-rc3
> Auto-following refs/tags/v2.6.20-rc4
> Auto-following refs/tags/v2.6.20-rc4
> Auto-following refs/tags/v2.6.20-rc5
> Auto-following refs/tags/v2.6.20-rc5
> Auto-following refs/tags/v2.6.20-rc6
> Auto-following refs/tags/v2.6.20-rc6
> Auto-following refs/tags/v2.6.20-rc7
> Auto-following refs/tags/v2.6.20-rc7
> Failed to fetch refs/tags/v2.6.20 from 
> http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/
> 
> While trying to solve the issue, I noticed that the refs/tags directory in the 
> remote repository is empty. Is that a normal situation ? Should git be able 
> to regenerate the tags locally from the objects ? I'm using git 1.4.4.4.

  I had the same issue. Upgrade git. the refs are now packed
in a single file packed-refs.

  Sébastien.

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

end of thread, other threads:[~2007-02-13 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13  9:29 git issues while fetching from http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ Laurent Pinchart
2007-02-13 11:15 ` Sébastien Dugué

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.