Johan Pretorius wrote: > > > Try this ... > > > > cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot login > > > > type 'anonymous' as password and then > > > > cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot -z5 -co freevsd > > Does not work either - it ask for a password, then returns immediately after > one enters that (i.e. it doesn't log into the cvs server).
That is correct. The cvs login command will create a .cvspass file in the home directory of the user you logged in as. This .cvspass file is then used for all further authentication. When the command returns, if you then type: # cvs -d:pserver:[EMAIL PROTECTED]:/usr/local/cvsroot checkout freevsd you will see that the source starts to download. Damion. > > rgrds, > > Johan > > > Cannot access with anonymous account !!! > > > > Lyn St George wrote: > > > > > On Thu, 14 Mar 2002 07:07:28 +0200, Johan Pretorius wrote: > > > > > > > > >>Hi there, > > >> > > >>I can recall that somebody assembled version a package of version 1.4.10 > > >>somewhere. If not, where(and how) do I get hold of it? > > >> > > > > > > cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot -z5 co > > freevsd > > > then:- > > > autoheader; autoconf; ./configure && make install > > > > > > > > > > > >>rgrds, > > >> > > >>Johan Pretorius > > >> > > >>http://host24.com > > >>Your site. Every time. > > >> > > >> > > >>------------------------- The freeVSD Support > > List -------------------------- > > >>Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > > >>Unsubscribe: > > mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > > >>Archives: http://freevsd.org/support/mail-archives/freevsd-support > > >>-------------------------------------------------------------------------- > > --- > > >> > > >> > > > > > > - > > > Cheers > > > Lyn St George > > > > > +--------------------------------------------------------------------------- > > ------ > > > + http://www.zolotek.net .. eCommerce hosting, consulting > > > + http://www.os2docs.org .. some 'How To' stuff ... > > > > > +--------------------------------------------------------------------------- > > ------- > > > > > > ------------------------- The freeVSD Support > > List -------------------------- > > > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > > > Unsubscribe: > > mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > > > Archives: http://freevsd.org/support/mail-archives/freevsd-support > > > -------------------------------------------------------------------------- > > --- > > > > > > > > > ------------------------- The freeVSD Support > > List -------------------------- > > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > > Archives: http://freevsd.org/support/mail-archives/freevsd-support > > ---------------------------------------------------------------------------- > > - > > > > > > ------------------------- The freeVSD Support List -------------------------- > > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > > Archives: http://freevsd.org/support/mail-archives/freevsd-support > > > ----------------------------------------------------------------------------- > > --------------------------------------------- > This message was sent using M-Web Airmail. > JUST LIKE THAT > http://airmail.mweb.co.za/ > > ------------------------- The freeVSD Support List -------------------------- > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > Archives: http://freevsd.org/support/mail-archives/freevsd-support > ----------------------------------------------------------------------------- ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
