[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] Error on the gnash homepage
From: |
Cedric Roux |
Subject: |
Re: [Gnash] Error on the gnash homepage |
Date: |
Thu, 12 Jan 2006 15:13:55 +0100 (CET) |
On Thu, 12 Jan 2006 address@hidden wrote:
> Florian Sievers wrote:
>
> >In the 'CVS Access to Sources' there's an error.
> >cvs -z3 d:pserver:address@hidden:/sources/gnash co gnash
> >the o in anonymous is missing.
> >
> >*Hope the CVS version can be compiled now*
> >
> >
> >_______________________________________________
> >Gnash mailing list
> >address@hidden
> >http://lists.gnu.org/mailman/listinfo/gnash
> >
> >
> >
> I get the following output:
>
> $ *export CVS_RSH="ssh"*
> $ *cvs -z3 d:pserver:address@hidden:/sources/gnash co gnash
> *Unknown command: `d:pserver:address@hidden:/sources/gnash'
try:
cvs -z3 -d:pserver:address@hidden:/sources/gnash co gnash
Best regards,
Cedric.