From: Valery P. <pi...@is...> - 2005-09-19 07:02:07
|
Hello > On 2005-09-18 20:33-0600 Joe Koski wrote: <skipped> > > cvs checkout: cannot find password > > cvs [checkout aborted]: use "cvs login" to log in first > > > > OK, what am I doing wrong? Thanks. Check the default cvs options of your system. Also did you use the cvs from other projects? > cvs checkout: cannot find password Do you have the file .cvspass in your home dir? On the standard linux systems the options of the anonymous cvs access are saved there. I've just check out the plplot cvs without problems. I have used "cvs -z3 -d:pserver:ano...@cv...:/cvsroot/plplot login" then enter and "cvs -z3 -d:pserver:ano...@cv...:/cvsroot/plplot co -P plplot" and then cvs -z3 -d:pserver:ano...@cv...:/cvsroot/plplot logout rgds, Valery |