[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: need help with cvs setup
From: |
Larry Coleman |
Subject: |
Re: need help with cvs setup |
Date: |
Sat, 13 Apr 2002 12:53:41 -0400 |
That worked. Thanks!
On Saturday 13 April 2002 10:29, Ludovic Marcotte wrote:
> > I'm trying to checkout core, dev-apps and dev-libs
> > using the instructions at made-it.com. I get this error
> > message:
> >
> > larry@rubens:gnustep$ cvs -z3 -d
> > :pserver:anoncvs@cvs.gnustep.org:/cvsroot update -Pd core
> > cvs server: Updating core
> > cvs server: cannot open directory /cvsroot/gnustep/core: No such file or
> > directory
> > cvs server: skipping directory core
> >
> > Can anyone tell me what I may be doing wrong?
>
> use cvs -z3 -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/gnustep
>
> Ludo