public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Can't download sources by CVS
@ 2007-09-13  5:58 ariga masahiro
  2007-09-13  7:25 ` [ECOS] " Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: ariga masahiro @ 2007-09-13  5:58 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: ecos-discuss

Hi,

Please help me next problem.

I have been trying to download sources from anonymous CVS repository
by next command.
cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P ecos

After command input,followning short wait period,
begin downloading and outputting log on cygwin shell window.
But little time later,it stops and never return to shell prompt.

I tried several times and I am confirmed it always stops at the same log 
posion.
I tried shell command and WinCvs but both cases stops at the same point.
Also I tried to use "ecos-full" as module name,like next.
cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P ecos-full
But it also stopped at the same position.

-- next is last part of log when stopped
U ecos/packages/hal/arm/edb7xxx/current/misc/edb7211_redboot.ecm
U ecos/packages/hal/arm/edb7xxx/current/misc/edb7211_redboot_ROM.ecm
U ecos/packages/hal/arm/edb7xxx/current/misc/edb7212_redboot.ecm
U ecos/packages/hal/arm/edb7xxx/current/misc/edb7212_redboot_ROM.ecm
U ecos/packages/hal/arm/edb7xxx/current/misc/edb7312_redboot_RAM.ecm
U ecos/packages/hal/arm/edb7xxx/current/misc/edb7312_redboot_ROM.ecm
U ecos/packages/hal/arm/edb7xxx/current/misc/edb7312_redboot_ROMRAM.ecm
U ecos/packages/hal/arm/edb7xxx/current/misc/i2s_audio_fiq.S
U ecos/packages/hal/arm/edb7xxx/current/misc/i2s_audio_test.c
U ecos/packages/hal/arm/edb7xxx/current/misc/kbd_support.c
U ecos/packages/hal/arm/edb7xxx/current/misc/kbd_test.c
U ecos/packages/hal/arm/edb7xxx/current/misc/lcd_panel_support.c
U ecos/packages/hal/arm/edb7xxx/current/misc/lcd_support.c
U ecos/packages/hal/arm/edb7xxx/current/misc/lcd_test.c

I checked and found copied repository lacks many folders.
I tried almost whole day and resulted same stopping.
I became dubious whether is there any trouble in CVS server ?
Or can you spot any trouble ?

Please help me revise ecos sources.

One more point.
I read on a Web site that someone experienced the same trouble,
and he said succeeded using SmartCVS.

I never used SmartCVS,but I installed and
I tried to use SmartCVS but it requests to enter server name of anonymous 
CVS repository.
Although I several times tried but couldn't connect to ecos CVS server.
If you know how to set server name of anonymous CVS repository
would you please let me know ?

Masahiro Ariga


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS] Re: Can't download sources by CVS
  2007-09-13  5:58 [ECOS] Can't download sources by CVS ariga masahiro
@ 2007-09-13  7:25 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2007-09-13  7:25 UTC (permalink / raw)
  To: ariga masahiro; +Cc: ecos-discuss

On Thu, Sep 13, 2007 at 02:58:34PM +0900, ariga masahiro wrote:
> Hi,
>
> Please help me next problem.
>
> I have been trying to download sources from anonymous CVS repository
> by next command.
> cvs -z3 -d :pserver:anoncvs@ecos.sourceware.org:/cvs/ecos co -P ecos

I just did the same. Works for me using cvs version 1.12.13 on a Linux
machine.

> -- next is last part of log when stopped
> U ecos/packages/hal/arm/edb7xxx/current/misc/edb7211_redboot.ecm
> U ecos/packages/hal/arm/edb7xxx/current/misc/edb7211_redboot_ROM.ecm
> U ecos/packages/hal/arm/edb7xxx/current/misc/edb7212_redboot.ecm
> U ecos/packages/hal/arm/edb7xxx/current/misc/edb7212_redboot_ROM.ecm
> U ecos/packages/hal/arm/edb7xxx/current/misc/edb7312_redboot_RAM.ecm
> U ecos/packages/hal/arm/edb7xxx/current/misc/edb7312_redboot_ROM.ecm
> U ecos/packages/hal/arm/edb7xxx/current/misc/edb7312_redboot_ROMRAM.ecm
> U ecos/packages/hal/arm/edb7xxx/current/misc/i2s_audio_fiq.S
> U ecos/packages/hal/arm/edb7xxx/current/misc/i2s_audio_test.c
> U ecos/packages/hal/arm/edb7xxx/current/misc/kbd_support.c
> U ecos/packages/hal/arm/edb7xxx/current/misc/kbd_test.c
> U ecos/packages/hal/arm/edb7xxx/current/misc/lcd_panel_support.c
> U ecos/packages/hal/arm/edb7xxx/current/misc/lcd_support.c
> U ecos/packages/hal/arm/edb7xxx/current/misc/lcd_test.c

The next couple of files are quite big:

-rw-r--r-- 1 lunn lunn    1587 Dec  6  2002 edb7211_redboot.ecm
-rw-r--r-- 1 lunn lunn    1703 Dec  6  2002 edb7211_redboot_ROM.ecm
-rw-r--r-- 1 lunn lunn    1657 Dec  6  2002 edb7212_redboot.ecm
-rw-r--r-- 1 lunn lunn    1773 Dec  6  2002 edb7212_redboot_ROM.ecm
-rw-r--r-- 1 lunn lunn    2951 Sep 21  2003 edb7312_redboot_RAM.ecm
-rw-r--r-- 1 lunn lunn    2763 Sep 21  2003 edb7312_redboot_ROM.ecm
-rw-r--r-- 1 lunn lunn    3212 Sep 21  2003 edb7312_redboot_ROMRAM.ecm
-rw-r--r-- 1 lunn lunn    5717 May 24  2002 i2s_audio_fiq.S
-rw-r--r-- 1 lunn lunn    7729 May 24  2002 i2s_audio_test.c
-rw-r--r-- 1 lunn lunn   17617 May 24  2002 kbd_support.c
-rw-r--r-- 1 lunn lunn    3925 May 24  2002 kbd_test.c
-rw-r--r-- 1 lunn lunn    8770 May 24  2002 lcd_panel_support.c
-rw-r--r-- 1 lunn lunn   18986 May 24  2002 lcd_support.c
-rw-r--r-- 1 lunn lunn    3975 May 24  2002 lcd_test.c
-rwxr-xr-x 1 lunn lunn 2885484 Mar 28  2000 long_audio_left.h*
-rwxr-xr-x 1 lunn lunn 2885491 Mar 28  2000 long_audio_right.h*
-rw-r--r-- 1 lunn lunn    4086 May 24  2002 panel_test.c
-rw-r--r-- 1 lunn lunn   10954 May 24  2002 prog_flash.c
-rwxr-xr-x 1 lunn lunn  255008 Mar 28  2000 short_audio_left.h*
-rwxr-xr-x 1 lunn lunn  255004 Mar 28  2000 short_audio_right.h*

Did you give is sufficient time to download nearly 3Mbytes?

    Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2007-09-13  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-13  5:58 [ECOS] Can't download sources by CVS ariga masahiro
2007-09-13  7:25 ` [ECOS] " Andrew Lunn

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 read-only IMAP folder(s) and NNTP newsgroup(s).