From: Edward Diener (eddielee_at_[hidden])
Date: 2003-10-09 20:54:55


Firingme wrote:
> My CVS Client is WinCVS,and the settting is :
>
> CVS Root:
>
> anonymous_at_[hidden]:/cvsroot/
>
> When I check out "boost" module,I've recived the following err msg:
>
> *************************Err Msg*************************
> cvs checkout: Empty password used - try 'cvs login' with a real
> password
>
> cvs [checkout aborted]: unrecognized auth response from
> cvs.boost.sourceforge.net: M -!- Project map lookup failed ()
> *************************Err Msg*************************
>
> some days ago , with the same setting I've accessed the cvs file
> successfully,
> is this the cvs's fault or mine ?

Manually doing everything, try this for logging in to CVS Boost:

cvs -d:pserver:anonymous_at_[hidden]:/cvsroot/boost login

and this for checking out all of Boost:

cvs -z3 -d:pserver:anonymous_at_[hidden]:/cvsroot/boost co boost

I have never gotten WinCVS to work automatically. I think it is just broken
or incapable of doing it <g>. If you, or anybody really knows how to get the
beast to work automatically, feel free to tell me about it. In the meantime
the manual method should work.