Life is a journey

Who Dares Wins
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

CVS Change Password

Posted on 2009-01-07 11:54  zhaobin  阅读(218)  评论(0编辑  收藏  举报

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.