# CVSNT 2.5.03 build 2382

set CVSROOT=:pserver:stephen:12345678@127.0.0.1:/CVSRoot

cvs versions

# cvs passwd -a <NTUser>

cvs passwd -a wjj

cvs passwd -a stephen


# check out a module
D:
md cvsout
cd cvsout
cvs checkout itvNewsExpress_0

# list access controls of a module

D:\cvsout>cvs lsacl itvNewsExpress_0

Directory: itvNewsExpress_0
Owner: stephen
Directory: itvNewsExpress_0
Owner: stephen

# help of 'chacl' parameter

D:\cvsout>cvs chacl
Usage: cvs 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
(Specify the --help global option for a list of other help options)

# exercise of 'chacl' parameter

D:\cvsout>cvs chacl -R -u wjj -a read -a write
setting ACL for directory itvNewsExpress_0
setting ACL for directory itvNewsExpress_0/.myeclipse
setting ACL for directory itvNewsExpress_0/.settings
setting ACL for directory itvNewsExpress_0/WebRoot
setting ACL for directory itvNewsExpress_0/WebRoot/META-INF
setting ACL for directory itvNewsExpress_0/WebRoot/WEB-INF
setting ACL for directory itvNewsExpress_0/WebRoot/WEB-INF/classes
setting ACL for directory itvNewsExpress_0/WebRoot/WEB-INF/lib
setting ACL for directory itvNewsExpress_0/WebRoot/images
...............
...............
...............

 

相关文章:

  • 2021-08-02
  • 2021-12-28
  • 2021-06-21
  • 2022-12-23
  • 2021-09-03
  • 2021-08-17
  • 2021-12-29
  • 2022-01-16
猜你喜欢
  • 2021-09-22
  • 2021-05-31
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
相关资源
相似解决方案