cvs nt 2.0 配置

after install cvs nt , run cmd , run following commands

set cvsroot=g:\Root

cvs passwd -a -r Administrator cvsadmin

cvs passwd -a -r Administrator test5

添加两个与本地Administrator绑定的用户 cvsamin test5

在wincvs 某一模块上 ctrl+l

cvs chacl -R test5:rwc

在wincvs 的客户端某一模块上运行, 给予某个用户 读写创建的权利

cvs chown test5 //将模块的 owner改为 test5

cvs lsacl

显示模块的权限情况

猜你喜欢

转载自ssh-2009-126-com.iteye.com/blog/778756
cvs
今日推荐