Searched refs:cvsacl (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/contrib/ |
H A D | cvs_acls.in | 118 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 D | INSTALL | 6 - 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 D | README | 4 http://cvsacl.sourceforge.net/
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | main.c | 145 …{ "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 D | cvs.h | 884 extern int cvsacl (int argc, char **argv);
|
H A D | acl.c | 698 cvsacl (int argc, char **argv) in cvsacl() function
|
H A D | server.c | 4637 do_cvs_command ("acl", cvsacl); in serve_acl() 4645 do_cvs_command ("racl", cvsacl); in serve_racl()
|