当前位置: 技术问答>linux和unix
如何用Wincvs對CVSNT服務器進行遠程管理?
来源: 互联网 发布时间:2015-10-06
本文导语: 我在修改CVSRoot的权限時,◇ 取消所有用户的默认权限:cvs chacl default:n ,此時wincvs報'User 'b03' cannot modify permissions for F:/KHroot/cvsroot' ,弄了半天也沒查出哪出了問題, 下面的管理也沒發做了,希望高手指點. | ...
我在修改CVSRoot的权限時,◇ 取消所有用户的默认权限:cvs chacl default:n ,此時wincvs報'User 'b03' cannot modify permissions for F:/KHroot/cvsroot' ,弄了半天也沒查出哪出了問題,
下面的管理也沒發做了,希望高手指點.
下面的管理也沒發做了,希望高手指點.
|
wincvs及cvsnt新版的chacl命令格式变了
Usage: cvs.exe chacl [-R] [-r branch] [-u user] [-j branch] [-n] [-p priority] [-m message] [-a [no]{read|write|create|tag|control|all|none}[,...]] [-d] [file or directory...]
-a access Set access
-d Delete ACL
-j branch Apply when merging from branch
-m message Custom error message
-n Do not inherit ACL
-p priority Override ACL priority
-r branch Apply to single branch
-R Recursively change subdirectories
-u user Apply to single user
其中-a参数后的权限设置以“,”分割中间不留空格。
Usage: cvs.exe chacl [-R] [-r branch] [-u user] [-j branch] [-n] [-p priority] [-m message] [-a [no]{read|write|create|tag|control|all|none}[,...]] [-d] [file or directory...]
-a access Set access
-d Delete ACL
-j branch Apply when merging from branch
-m message Custom error message
-n Do not inherit ACL
-p priority Override ACL priority
-r branch Apply to single branch
-R Recursively change subdirectories
-u user Apply to single user
其中-a参数后的权限设置以“,”分割中间不留空格。