首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > VSTS >

Windows CVS 服务端配备

2012-08-25 
Windows CVS 服务端配置一、准备版本:cvsnt-2.5.03.2260.msi二、配置1:安装2:打开CVSNT Control Panel-Serv

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:administrator@127.0.0.1/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的密码。


热点排行