cvsnt安装纪录的详细介绍

cvsnt安装纪录的详细介绍

软件环境
windows2000EN sp4
cvsnt 2.0.41

增加用户
1. set cvsroot:
set cvsroot=:sspi:localhost:d:/cvsdata
2.add user
cvs passwd -a dehua

3.test new added user
3.1 set cvsroot=:pserver:dehua@localhost:d:/cvsdata
3.2 cvs login

4. goto step 2 to add other users

keynote:
1.cvsnt need u create windows account(user) name same as the cvs user.
or
cvs passwd -a -r <your nt account> <CVS account>