netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Net-next-2.6 and net-2.6 repos and git-cloning via http
@ 2009-12-15 10:04 Rami Rosen
  2009-12-15 13:42 ` Jarek Poplawski
  0 siblings, 1 reply; 3+ messages in thread
From: Rami Rosen @ 2009-12-15 10:04 UTC (permalink / raw)
  To: Netdev

Hello,
Do the net-next-2.6 and net-2.6 repossupport git-clone via http (for
cases when git port, 9418, is blocked ?)

I am trying:
git-clone http://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
Initialized empty Git repository in /home/rami/new/net-next-2.6/.git/
fatal: http://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git/info/refs
not found: did you run git update-server-info on the server?

also:
git-clone http://www.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
Initialized empty Git repository in /home/rami/new/net-next-2.6/.git/
gives the same result.

(I just want to add that on some other repos, the info/refs does exist,
for example, http://www.kernel.org/pub/scm/virt/kvm/pcbios.git/info/refs,
and I can do git-clone with
http with them, but I really don't know whether this is the reason or
just a wild speculation).

Rgs,
Rami

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

* Re: Net-next-2.6 and net-2.6 repos and git-cloning via http
  2009-12-15 10:04 Net-next-2.6 and net-2.6 repos and git-cloning via http Rami Rosen
@ 2009-12-15 13:42 ` Jarek Poplawski
  2009-12-15 19:49   ` Jarek Poplawski
  0 siblings, 1 reply; 3+ messages in thread
From: Jarek Poplawski @ 2009-12-15 13:42 UTC (permalink / raw)
  To: Rami Rosen; +Cc: Netdev

On 15-12-2009 11:04, Rami Rosen wrote:
> Hello,
> Do the net-next-2.6 and net-2.6 repossupport git-clone via http (for
> cases when git port, 9418, is blocked ?)

David responded a similar question recently - http is not supported.

Jarek P.

> 
> I am trying:
> git-clone http://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
> Initialized empty Git repository in /home/rami/new/net-next-2.6/.git/
> fatal: http://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git/info/refs
> not found: did you run git update-server-info on the server?
> 
> also:
> git-clone http://www.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
> Initialized empty Git repository in /home/rami/new/net-next-2.6/.git/
> gives the same result.
> 
> (I just want to add that on some other repos, the info/refs does exist,
> for example, http://www.kernel.org/pub/scm/virt/kvm/pcbios.git/info/refs,
> and I can do git-clone with
> http with them, but I really don't know whether this is the reason or
> just a wild speculation).
> 
> Rgs,
> Rami
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 




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

* Re: Net-next-2.6 and net-2.6 repos and git-cloning via http
  2009-12-15 13:42 ` Jarek Poplawski
@ 2009-12-15 19:49   ` Jarek Poplawski
  0 siblings, 0 replies; 3+ messages in thread
From: Jarek Poplawski @ 2009-12-15 19:49 UTC (permalink / raw)
  Cc: Rami Rosen, Netdev

Jarek Poplawski wrote, On 12/15/2009 02:42 PM:

> On 15-12-2009 11:04, Rami Rosen wrote:
>> Hello,
>> Do the net-next-2.6 and net-2.6 repossupport git-clone via http (for
>> cases when git port, 9418, is blocked ?)
> 
> David responded a similar question recently - http is not supported.
> 

Hmm... Actually, it's not "reliably" supported only; here is the link:

http://www.spinics.net/lists/netdev/msg110984.html

Jarek P.

> 
>> I am trying:
>> git-clone http://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
>> Initialized empty Git repository in /home/rami/new/net-next-2.6/.git/
>> fatal: http://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git/info/refs
>> not found: did you run git update-server-info on the server?
>>
>> also:
>> git-clone http://www.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
>> Initialized empty Git repository in /home/rami/new/net-next-2.6/.git/
>> gives the same result.
>>
>> (I just want to add that on some other repos, the info/refs does exist,
>> for example, http://www.kernel.org/pub/scm/virt/kvm/pcbios.git/info/refs,
>> and I can do git-clone with
>> http with them, but I really don't know whether this is the reason or
>> just a wild speculation).
>>
>> Rgs,
>> Rami
>> --
>> To unsubscribe from this list: send the line "unsubscribe netdev" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> 
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 



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

end of thread, other threads:[~2009-12-15 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 10:04 Net-next-2.6 and net-2.6 repos and git-cloning via http Rami Rosen
2009-12-15 13:42 ` Jarek Poplawski
2009-12-15 19:49   ` Jarek Poplawski

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).