public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] ppc4xx: Unable to clone git repository from denx
@ 2008-04-25 16:01 Niklaus Giger
  2008-04-25 17:19 ` Detlev Zundel
  0 siblings, 1 reply; 4+ messages in thread
From: Niklaus Giger @ 2008-04-25 16:01 UTC (permalink / raw)
  To: u-boot

Hi

I wanted to get Stefan's git and got the following error:
> $ git clone http://www.denx.de/git/u-boot-ppc4xx.git/ work 
<...>
> Getting pack list for http://www.denx.de/u-boot.git/
> error: Unable to find f616ab96cc773d1719761d511a8649c9aa6eb473 under
> http://www.denx.de/git/u-boot-ppc4xx.git Cannot obtain needed blob
> f616ab96cc773d1719761d511a8649c9aa6eb473 while processing commit
> 60bbcad0e2e7007a36a1cb42c664b0662ae0c9f1.

It would be nice if this error could be fixed. But I will go home for the weekend
in a few minutes.

Best regards

Niklaus

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

* [U-Boot-Users] ppc4xx: Unable to clone git repository from denx
  2008-04-25 16:01 [U-Boot-Users] ppc4xx: Unable to clone git repository from denx Niklaus Giger
@ 2008-04-25 17:19 ` Detlev Zundel
  2008-04-28  5:30   ` Niklaus Giger
  0 siblings, 1 reply; 4+ messages in thread
From: Detlev Zundel @ 2008-04-25 17:19 UTC (permalink / raw)
  To: u-boot

Hi Niklaus,

> Hi
>
> I wanted to get Stefan's git and got the following error:
>> $ git clone http://www.denx.de/git/u-boot-ppc4xx.git/ work 
> <...>
>> Getting pack list for http://www.denx.de/u-boot.git/
>> error: Unable to find f616ab96cc773d1719761d511a8649c9aa6eb473 under
>> http://www.denx.de/git/u-boot-ppc4xx.git Cannot obtain needed blob
>> f616ab96cc773d1719761d511a8649c9aa6eb473 while processing commit
>> 60bbcad0e2e7007a36a1cb42c664b0662ae0c9f1.
>
> It would be nice if this error could be fixed. But I will go home for the weekend
> in a few minutes.

Hm.  It seems like its not easy to transparently support both
www.denx.de and git.denx.de accesses over http.

Please try

git clone http://git.denx.de/u-boot-ppc4xx

This works for me.  I'll see what I can do to support the old URL.

Cheers and have a nice weekend
  Detlev

-- 
Helena ist verh?ltnism??ig leicht zu besetzen.  Eine Frau, zarteste Jugend
mit sinnlicher Reife verbindend;  ?u?erst intelligent,  indes von durchaus
weiblicher Denkart; phlegmatisch, aber sensibel; un?bertrefflich sch?n und
dabei von sehr pers?nlichem Charme - mehr wird da nicht verlangt.
                                               -- Peter Hacks
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

-- 
``The number of UNIX installations has grown to 10,
with more expected.''     Unix Programmers Manual -- 1972
The number of UNIX variants has grown to dozens,
with more expected.                               -- 2001
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

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

* [U-Boot-Users] ppc4xx: Unable to clone git repository from denx
  2008-04-25 17:19 ` Detlev Zundel
@ 2008-04-28  5:30   ` Niklaus Giger
  2008-05-05 15:43     ` Detlev Zundel
  0 siblings, 1 reply; 4+ messages in thread
From: Niklaus Giger @ 2008-04-28  5:30 UTC (permalink / raw)
  To: u-boot

Am Freitag 25 April 2008 19:19:46 schrieb Detlev Zundel:
> Hi Niklaus,
> 
> > Hi
> >
> > I wanted to get Stefan's git and got the following error:
> >> $ git clone http://www.denx.de/git/u-boot-ppc4xx.git/ work 
> > <...>
> >> Getting pack list for http://www.denx.de/u-boot.git/
> >> error: Unable to find f616ab96cc773d1719761d511a8649c9aa6eb473 under
> >> http://www.denx.de/git/u-boot-ppc4xx.git Cannot obtain needed blob
> >> f616ab96cc773d1719761d511a8649c9aa6eb473 while processing commit
> >> 60bbcad0e2e7007a36a1cb42c664b0662ae0c9f1.
> >
> > It would be nice if this error could be fixed. But I will go home for the weekend
> > in a few minutes.
> 
> Hm.  It seems like its not easy to transparently support both
> www.denx.de and git.denx.de accesses over http.
> 
> Please try
> 
> git clone http://git.denx.de/u-boot-ppc4xx
Trying this new URL gives me here:
$ git clone http://git.denx.de/u-boot-ppc4xx
Initialized empty Git repository in /home/ng/u-boot/u-boot-ppc4xx/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
But ping does work:
$ ping git.denx.de
PING theia.denx.de (85.214.87.163) 56(84) bytes of data.
64 bytes from theia.denx.de (85.214.87.163): icmp_seq=1 ttl=53 time=29.4 ms

The old URL still has the same error as mentioned above.

> This works for me.  I'll see what I can do to support the old URL.
It's no big deal to change the URL. A clear error message would be nice.

Best regards

Niklaus

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

* [U-Boot-Users] ppc4xx: Unable to clone git repository from denx
  2008-04-28  5:30   ` Niklaus Giger
@ 2008-05-05 15:43     ` Detlev Zundel
  0 siblings, 0 replies; 4+ messages in thread
From: Detlev Zundel @ 2008-05-05 15:43 UTC (permalink / raw)
  To: u-boot

Hi Niklaus,

>> Hm.  It seems like its not easy to transparently support both
>> www.denx.de and git.denx.de accesses over http.
>> 
>> Please try
>> 
>> git clone http://git.denx.de/u-boot-ppc4xx
> Trying this new URL gives me here:
> $ git clone http://git.denx.de/u-boot-ppc4xx
> Initialized empty Git repository in /home/ng/u-boot/u-boot-ppc4xx/.git/
> Cannot get remote repository information.
> Perhaps git-update-server-info needs to be run there?
> But ping does work:
> $ ping git.denx.de
> PING theia.denx.de (85.214.87.163) 56(84) bytes of data.
> 64 bytes from theia.denx.de (85.214.87.163): icmp_seq=1 ttl=53 time=29.4 ms
>
> The old URL still has the same error as mentioned above.
>
>> This works for me.  I'll see what I can do to support the old URL.
> It's no big deal to change the URL. A clear error message would be nice.

Argh.  Sometimes .git makes a difference:

dzu at ohwell:tmp[2]$ git clone http://git.denx.de/u-boot-ppc4xx.git
Initialized empty Git repository in /tmp/u-boot-ppc4xx/.git/
Getting alternates list for http://git.denx.de/u-boot-ppc4xx.git
Also look at http://git.denx.de/u-boot.git/
Getting pack list for http://git.denx.de/u-boot-ppc4xx.git
Getting index for pack 06eefc330404f9a6889dd23a2f7ba36f5ab322f1
.....

Cheers
  Detlev

-- 
Zivilisation ist der Zaubertrick, der uns unsere wahre Natur verbirgt.
                                            -- Salman Rushdie
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

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

end of thread, other threads:[~2008-05-05 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 16:01 [U-Boot-Users] ppc4xx: Unable to clone git repository from denx Niklaus Giger
2008-04-25 17:19 ` Detlev Zundel
2008-04-28  5:30   ` Niklaus Giger
2008-05-05 15:43     ` Detlev Zundel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox