xref: /netbsd-src/external/gpl2/xcvs/dist/acl/INSTALL (revision f3cfa6f6ce31685c6c4a758bc430e69eb99f50a4)
1
2Installation
3
4- copy the file acl.c under src directory of CVS source distribution.
5  "cp acl.c /path/to/cvs-1.11.22/src/"
6- copy the patch file cvsacl-patch-1.2.5 under CVS source distribution
7  directory.
8  "cp cvsacl-patch-1.2.5 /path/to/cvs-1.11.22/"
9- cd to CVS source directory.
10  "cd /path/to/cvs-1.11.22/"
11- apply the patch.
12  "patch -p0 < cvsacl-patch-1.2.5
13- if you are initializing the repository after applying patch, related
14  config files will be created with init command.
15  "cvs -d /path/to/repository init"
16- if you already have a repository, you have to add the aclconfig file
17  to your $CVSROOT/CVSROOT/. aclconfig.default is the default configuration
18  file, you can rename it to aclconfig, and use it .
19- modify aclconfig file, if you need to change some options.
20- as the last step, you have to define yourself as acl administrator.
21  "cvs -d /path/to/repository racl yourname:p -r ALL -d ALL"
22  this command gives p (acl admin) rights to user (yourname),
23  on all repository and tags/branches.
24