Windows CVS 服务端配置

一、准备
版本:cvsnt-2.5.03.2260.msi

二、配置
1:安装


2:打开CVSNT Control Panel->Server Settings->run as 选择系统管理员




3:切换到repository configration 页签、建立cvs仓库

    location:D:/pro/cvsnt/root
    Name: /root

                                  


4:在cmd窗口中执行:set cvsroot=:pserver:[email protected]/root
//此administrator是指Windows系统的一个用户

5:cmd窗口执行:cvs login              //用windows中administrator用户密码登陆


6:cvs passwd -a -r administrator yhef   //为cvs建立用户yhef,提示为yhef设置密码
----------------------------------------------------其他配置和命令-----------------------------------------------------------------

1:如果cvs帐号的密码忘了:

       1)用administrator帐号登录CVS,(登录方法参考上面的)
      2)执行cvs passwd yhef  ; //表示,重置用户为yhef的密码。


猜你喜欢

转载自yhef.iteye.com/blog/737359
cvs