It turns out the right way to do this is to just put the password in the cvs command, ie:
Code:
cvs -d :pserver:anonymous:cmake@www.cmake.org:/cvsroot/CMake login
if the server requires a blank password, it seem like you can put whatever you want as the password, ie
Code:
cvs -d :pserver:anonymous:WHATEVER@www.cmake.org:/cvsroot/CMake login