This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: can't cvs it ..


> Date: Tue, 23 Mar 1999 19:15:28 +0100 (CET)
> From: Marc van Woerkom <van.woerkom@netcologne.de>
> To: gsl-discuss@sourceware.cygnus.com
> Subject: can't cvs it ..
> 
> Dear people,
> 
> I tried the commands from the web page and got this:
> 
>     marc@oranje$ cvs -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/gsl login
>     (Logging in to anoncvs@sourceware.cygnus.com)
>     CVS password: anoncvs
>     marc@oranje$ cvs -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/gsl checkout gsl
>     cvs checkout: in directory gsl:
>     cvs checkout: cannot open CVS/Entries for reading: No such file or directory
>     cvs server: Updating gsl
> 

This is an error on your side of the CVS connection.

I just tried checking out gsl with no problems.  Can you make sure you
are doing this in an empty directory and try again?

  % mkdir e; cd e
  % cvs -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/gsl login
  (Logging in to anoncvs@sourceware.cygnus.com)
  CVS password: 
  % cvs -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/gsl checkout gsl
  U gsl/AUTHORS
  U gsl/COPYING
  [...]


Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]