On Fri, Apr 01, 2005 at 09:19:56PM -0300, Dedeco wrote: >Hello, > on page http://www.xfree86.org/cvs/ where there are instructions for >access the CVS repository. I copied the command below: > ><snip> >If you do not want to set $CVSROOT instead you can run cvs as: > > cvs -d [EMAIL PROTECTED]:/cvs ></snip> > >... to my terminal and it didn't accept it! I.e., it told me I had a >wrong command line.
That is the initial part of the cvs command, not a complete command in itself. You still have to tell it what you want to do. For example: cvs -d [EMAIL PROTECTED]:/cvs co xc will checkout the main source tree. David _______________________________________________ XFree86 mailing list [email protected] http://XFree86.Org/mailman/listinfo/xfree86

