public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] broken rsync to U-Boot git archive
@ 2005-10-03 17:33 Bryan O'Donoghue
  0 siblings, 0 replies; 4+ messages in thread
From: Bryan O'Donoghue @ 2005-10-03 17:33 UTC (permalink / raw)
  To: u-boot

git clone rsync://source.denx.net/git/u-boot.git somedir
appears to be broken, at least when I tried it just now, I got errors !

I had an archive locally which dereferenced the above rsync path. I did
a cg-update inside of that directory tree and got a similar error. I rm
rf'd the archive assuming I'd made some noobish git/cogito error and
tried the git clone command, as with the cg-update command which wanted
to talk to the rsync above, I got errors like the below.

timeout in data send/receive
connection unexpectedly closed
etc.

rsync --version == 2.6.5
git core == 0.99.4
cogito == 0.13
OS == Ubuntu Breezy Badger Preview Release

http cloning and presumably updating, appears to be working.
Either rsync is broken or I've made an error in synchronising to it.

Possibly I've hosed rsync somehow, as I've compiled git from source
using an earlier version of Ubuntu "Hoary Hedgehog" and have not as yet,
recompiled against my current OS libraries. Possibly that _is_ in fact
the case, but, it would probably be worth the while of others to
confirm/deny this.


Best,
Bryan
-- 
"Beware of bugs in the above code;
I have only proved it correct, not tried it." -- Donald Knuth

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

* [U-Boot-Users] broken rsync to U-Boot git archive
@ 2005-10-13 12:07 Martin Krause
  2005-10-13 13:09 ` Bryan O'Donoghue
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Krause @ 2005-10-13 12:07 UTC (permalink / raw)
  To: u-boot

Hi Bryan,

u-boot-users-admin at lists.sourceforge.net wrote on :
> git clone rsync://source.denx.net/git/u-boot.git somedir
> appears to be broken, at least when I tried it just now, I got errors

I've done a quick test with cg-clone

mkr at tq-sewsrv-4:~/git> cg-clone rsync://source.denx.net/git/u-boot.git u-boot_rsync
defaulting to local storage area
WARNING: The rsync access method is DEPRECATED and will be REMOVED in the future!
receiving file list ... done
.git/refs/heads/.origin-fetching

sent 94 bytes  received 144 bytes  476.00 bytes/sec
total size is 41  speedup is 0.17
receiving file list ... done
progress: 3428 objects, 17798822 bytes, 100% done
info/packs
pack/pack-2a2ae5b5d29e02e7330c674195b3423487f83452.idx
pack/pack-2a2ae5b5d29e02e7330c674195b3423487f83452.pack
pack/pack-a9332d1f4f7916094b9ebeef60378603168d77e2.idx
pack/pack-a9332d1f4f7916094b9ebeef60378603168d77e2.pack

sent 68739 bytes  received 35065972 bytes  32790.21 bytes/sec
total size is 34737257  speedup is 0.99
receiving file list ... done
LABEL_2002_11_05_0120
[...]
U_BOOT_0_1_0

sent 2461 bytes  received 11842 bytes  28606.00 bytes/sec
total size is 4879  speedup is 0.34
New branch: 0f3f901496b19c46937bfb0ebf142004bd564f1c
Cloned to u-boot_rsync/ (origin rsync://source.denx.net/git/u-boot.git available as branch "origin")
mkr at tq-sewsrv-4:~/git>

Seems to work without problems.

> rsync --version == 2.6.5
> git core == 0.99.4
> cogito == 0.13
> OS == Ubuntu Breezy Badger Preview Release

I'm using:

- git version 0.99.7.GIT
- cogito-0.15.1 (b06f2a707963c8712f7a6bbd4b89bae758bcf92a)
- rsync  version 2.6.3  protocol version 28
- SuSE Linux 9.3 (i586)

Regards,
Martin

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

* [U-Boot-Users] broken rsync to U-Boot git archive
  2005-10-13 12:07 Martin Krause
@ 2005-10-13 13:09 ` Bryan O'Donoghue
  2005-10-13 13:29   ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Bryan O'Donoghue @ 2005-10-13 13:09 UTC (permalink / raw)
  To: u-boot

Martin Krause wrote:
> Hi Bryan,
> 
> u-boot-users-admin at lists.sourceforge.net wrote on :
> 
>>git clone rsync://source.denx.net/git/u-boot.git somedir
>>appears to be broken, at least when I tried it just now, I got errors
> 
> 
> I've done a quick test with cg-clone
> 
> mkr at tq-sewsrv-4:~/git> cg-clone rsync://source.denx.net/git/u-boot.git u-boot_rsync

Greetings.

Indeed both commands appear to be working for me now also.


-- 
"Caveat Emptor" -- James T. Kirk, in no such episode

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

* [U-Boot-Users] broken rsync to U-Boot git archive
  2005-10-13 13:09 ` Bryan O'Donoghue
@ 2005-10-13 13:29   ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2005-10-13 13:29 UTC (permalink / raw)
  To: u-boot

In message <434E5C84.6080704@eircom.net> you wrote:
>
> Indeed both commands appear to be working for me now also.

You might have had just bad luck and tried it in the interval when  a
rsync  of  the  external  server from our internal git repository was
running, leaving the repo in a (temporarily)  inconsistent  state.  A
second attempt 5 minutes later would have probably worked fine...

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
Making files is easy under  the  UNIX  operating  system.  Therefore,
users  tend  to  create  numerous  files  using large amounts of file
space. It has been said that the only standard thing about  all  UNIX
systems  is  the  message-of-the-day  telling users to clean up their
files.                             - System V.2 administrator's guide

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

end of thread, other threads:[~2005-10-13 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-03 17:33 [U-Boot-Users] broken rsync to U-Boot git archive Bryan O'Donoghue
  -- strict thread matches above, loose matches on Subject: below --
2005-10-13 12:07 Martin Krause
2005-10-13 13:09 ` Bryan O'Donoghue
2005-10-13 13:29   ` Wolfgang Denk

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