1. Set CVS Root
set cvsroot=:pserver:[username]@localhost:2401/[repository]
for example: set cvsroot=:pserver:justin@localhost:2401/cpssource
2. Login into CVS
cvs login
prompt to enter password to login
3. Change password
cvs passwd
prompt to enter new password.
4. Create new user
cvs passwd -a [username]
e.g. cvs passwd -a justin
prompt to enter new password for new user.