Tuesday, February 15, 2005

Resolve cvs login error : server has insufficient rights

if you encounter cvs error on windows system that says :

Cannot login : Server has insufficient rights to validate user account

try to add the user in $CVSROOT/passwd file using the following command :

cvs -d :local:c:\cvsrepo\neb passwd -a robin

Adding user robin

New password: *****
Verify password: *****


No comments: