cvsnt 的使用

cvsnt是windows版的cvs 服务器。
安装详细情况可以参考:
http://web.telia.com/~u86216177/InstallCVSNT25.html

在安装完成之后,需要创建用户
运行--cmd
set cvsroot=:sspi:<computername>:/TEST
cvs passwd -a <account name>

需要注意的是,用户需要windows文件操作权限。

猜你喜欢

转载自herenhuang.iteye.com/blog/188918