I'm on a Windows XP system, and I execute this command from the command line:
cvs -d :pserver:CharlesAnderson@ServerName/RepositoryName login -p <pw>
which generates this response:
Logging in to :pserver:CharlesAnderson@servername:2401:/RepositoryName
If I then type:
cvs logout
I get this message:
cvs logout: bad CVSROOT - Cannot specify port: ":pserver:CharlesAnderson@ServerName:2401/RepositoryName"
Rebooting my PC didn't help. How have I got into this state, and how can I get out of it?