public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Re: Git clone problems?
@ 2006-01-04  8:17 Bastos Fernandez Alexandre
  2006-01-04  9:32 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Bastos Fernandez Alexandre @ 2006-01-04  8:17 UTC (permalink / raw)
  To: u-boot

> From: Jon Loeliger <jdl@freescale.com>
> To: u-boot-users <u-boot-users@lists.sourceforge.net>
> Date: Tue, 03 Jan 2006 16:01:18 -0600
> Subject: [U-Boot-Users] Git clone problems?
> 
> Wolfgang,
> 
> Any chance you have some insight into a problem I might
> be having trying to "git clone" the u-boot tree here?
> Am I doing something wrong?
> 
> 	% git clone http://www.denx.de/git/u-boot.git u-boot-ours
>         defaulting to local storage area
>         got c7428d49ace4f2f16174ca028fe7072c02a473c8
>         walk c7428d49ace4f2f16174ca028fe7072c02a473c8
>         got 97c8d0bbbd923b85c8d31be6ade673cd0833dda1
>         got 5d89b59a9ebdfb1f03d369c844cf83d480a5a51e
>         ...
>         ...
>         walk a807645ee6a36218b18e52d2039984f27288a14d
>         walk ed579b4210cc5341d511e090239ca697e91ad728
>         error: Could not interpret tags/DENX-2005-10-29-23:50 as something
> to pull
> 
> This happens with 0.99.9n and 1.0.6.
> 
> Thanks,
> jdl
> 
> 
> 
I know this is off-topic here, but I have experienced similar porblems
trying to clone
Denx linux-2.6 git repository. I have tried HTTP and rsync and both stalled
at 99%
of cloning

Best regards,

Alex

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

* [U-Boot-Users] Re: Git clone problems?
  2006-01-04  8:17 [U-Boot-Users] Re: Git clone problems? Bastos Fernandez Alexandre
@ 2006-01-04  9:32 ` Wolfgang Denk
  2006-01-04 12:16   ` Alexandre BASTOS
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2006-01-04  9:32 UTC (permalink / raw)
  To: u-boot

In message <51DB8827D393D411BB69003048003F4601B1C282@tvesntr> you wrote:
> 
> I know this is off-topic here, but I have experienced similar porblems
> trying to clone
> Denx linux-2.6 git repository. I have tried HTTP and rsync and both stalled
> at 99%
> of cloning

Try again, please. I think I cleaned up a few problems yesterday.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"More software projects have gone awry for lack of calendar time than
for all other causes combined."
                         - Fred Brooks, Jr., _The Mythical Man Month_

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

* [U-Boot-Users] Re: Git clone problems?
  2006-01-04 12:16   ` Alexandre BASTOS
@ 2006-01-04 11:15     ` Wolfgang Denk
  2006-01-04 14:13       ` Alexandre BASTOS
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2006-01-04 11:15 UTC (permalink / raw)
  To: u-boot

In message <1136376985.43bbbc99a5ae2@webmail.televes.com:443> you wrote:
> 
> > Try again, please. I think I cleaned up a few problems yesterday.
> 
> Yeah, I finally got it (but it lasted almost one hour to clone).

The whole repository is *big* (350+ MB), and HTTP is not  exactly  an
efficient  access  method.  I always use rsync for the initial clone,
and then change it (in ".git/branches/origin") to http for updates.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The goal of science is to build better mousetraps. The goal of nature
is to build better mice.

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

* [U-Boot-Users] Re: Git clone problems?
  2006-01-04  9:32 ` Wolfgang Denk
@ 2006-01-04 12:16   ` Alexandre BASTOS
  2006-01-04 11:15     ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Alexandre BASTOS @ 2006-01-04 12:16 UTC (permalink / raw)
  To: u-boot

> > I know this is off-topic here, but I have experienced similar porblems
> > trying to clone
> > Denx linux-2.6 git repository. I have tried HTTP and rsync and both stalled
> > at 99%
> > of cloning
>
> Try again, please. I think I cleaned up a few problems yesterday.
>

Yeah, I finally got it (but it lasted almost one hour to clone).

Thanks.

Alex

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

* [U-Boot-Users] Re: Git clone problems?
  2006-01-04 14:13       ` Alexandre BASTOS
@ 2006-01-04 13:09         ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2006-01-04 13:09 UTC (permalink / raw)
  To: u-boot

In message <1136384022.43bbd816d8f32@webmail.televes.com:443> you wrote:
>
> Yes, I usually do like you. But this time it seems rsync has similar problem.
> 
>  $> time cg-clone rsync://source.denx.net/git/linux-2.6-denx.git

"source.denx.net" is bandwith-throttled at 30 kB/s ;-)

I recommend to use our official public server instead, i. e.
http://www.denx.de/git/<project_name>

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It is common sense to take a method and try it. If it fails, admit it
frankly and try another. But above all, try something.
                                              - Franklin D. Roosevelt

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

* [U-Boot-Users] Re: Git clone problems?
  2006-01-04 11:15     ` Wolfgang Denk
@ 2006-01-04 14:13       ` Alexandre BASTOS
  2006-01-04 13:09         ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Alexandre BASTOS @ 2006-01-04 14:13 UTC (permalink / raw)
  To: u-boot

> The whole repository is *big* (350+ MB), and HTTP is not  exactly  an
> efficient  access  method.  I always use rsync for the initial clone,
> and then change it (in ".git/branches/origin") to http for updates.
>


Yes, I usually do like you. But this time it seems rsync has similar problem.

 $> time cg-clone rsync://source.denx.net/git/linux-2.6-denx.git

 [snip]

 real    63m27.447s
 user    0m21.348s
 sys     0m16.496s

Best regards,

Alex

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

end of thread, other threads:[~2006-01-04 14:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-04  8:17 [U-Boot-Users] Re: Git clone problems? Bastos Fernandez Alexandre
2006-01-04  9:32 ` Wolfgang Denk
2006-01-04 12:16   ` Alexandre BASTOS
2006-01-04 11:15     ` Wolfgang Denk
2006-01-04 14:13       ` Alexandre BASTOS
2006-01-04 13:09         ` Wolfgang Denk

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