Home
last modified time | relevance | path

Searched refs:cvsacl (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in118 Multiple entries on an 'cvsacl' line will be matched individually,
120 'cvsacl' entries. Commiting a file not in the 'cvsacl' list would
125 avoid matching the 'cvsacl's entries.]
224 The 'cvsacl' file flags of 'allow' and 'deny' were intentionally
227 make sure that users will rethink their 'cvsacl' file formats before
262 users). Correspondingly, your 'cvsacl' file will only list 'cvs'
324 [ create the cvsacl file, include 'commitinfo' line ]
325 [ add cvsacl to checkoutlist ]
326 $ cvs add cvsacl
327 $ cvs commit -m 'Added cvsacl for use with cvs_acls.' cvsacl checkoutlist
[all …]
/netbsd-src/external/gpl2/xcvs/dist/acl/
H A DINSTALL6 - copy the patch file cvsacl-patch-1.2.5 under CVS source distribution
8 "cp cvsacl-patch-1.2.5 /path/to/cvs-1.11.22/"
12 "patch -p0 < cvsacl-patch-1.2.5
H A DREADME4 http://cvsacl.sourceforge.net/
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmain.c145 …{ "acl", NULL, NULL, cvsacl, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR…
146 …{ "racl", NULL, NULL, cvsacl, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR…
H A Dcvs.h884 extern int cvsacl (int argc, char **argv);
H A Dacl.c698 cvsacl (int argc, char **argv) in cvsacl() function
H A Dserver.c4637 do_cvs_command ("acl", cvsacl); in serve_acl()
4645 do_cvs_command ("racl", cvsacl); in serve_racl()