Searched refs:cvsadm (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | repos.c | 59 char *cvsadm; in Name_Repository() local 62 cvsadm = Xasprintf ("%s/%s", dir, CVSADM); in Name_Repository() 64 cvsadm = xstrdup (CVSADM); in Name_Repository() 66 if (!isdir (cvsadm)) in Name_Repository() 72 free (cvsadm); in Name_Repository()
|
H A D | sanity.sh | 13934 cvsadm) 13976 dotest cvsadm-setup-1 "${testcvs} -q co CVSROOT/config" \ 13980 dotest cvsadm-setup-2 "${testcvs} -q ci -m yes-top-level" \ 13989 dotest cvsadm-1 "${testcvs} co CVSROOT/modules" \ 13995 dotest cvsadm-1a "cat CVS/Root" ${REP} 13996 dotest cvsadm-1b "cat CVS/Repository" "\." 13997 dotest cvsadm-1c "cat CVSROOT/CVS/Root" ${REP} 13998 dotest cvsadm-1d "cat CVSROOT/CVS/Repository" "CVSROOT" 14016 dotest cvsadm-1e "${testcvs} ci -m add-modules" \ 14027 dotest cvsadm-2 "${testcvs} -q co -l ." '' [all …]
|
H A D | root.c | 42 char *cvsadm; in Name_Root() local 57 cvsadm = Xasprintf ("%s/%s", dir, CVSADM); in Name_Root() 62 cvsadm = xstrdup (CVSADM); in Name_Root() 74 if ((!isdir (cvsadm)) || (!isreadable (tmp))) in Name_Root() 129 free (cvsadm); in Name_Root()
|
H A D | ChangeLog-97 | 528 * sanity.sh (cvsadm): Remove most of the tests which tested 529 CVS/Root. This takes the run time for the cvsadm tests from 960 (cvsadm): new set of exhaustive tests to check the contents of 965 a small subset of what is tested in the new cvsadm section.
|
H A D | ChangeLog | 10027 * sanity.sh (cvsadm, emptydir): Update to match. 10108 * sanity.sh (modules5-7, cvsadm-1e, emptydir-2): Allow for a nil 12752 (cvsadm-2): look at a different CVS/Repository file, since the 13150 (cvsadm-2d3): Likewise (also checked CVS 1.9 for this case). 13151 (cvsadm-2d3d): Likewise (also checked CVS 1.9 for this case). 13152 (cvsadm-2d{4,5,6,7,8}, cvsadm-N2d{3,4,5,6,7,8}): Adjust for new 13153 behavior (same case as cvsadm-2d3). 13154 (cvsadm-2d{4,5,6,7,8}d, cvsadm-N2d{3,4,5,6,7,8}d): Remove test 13155 (same case as cvsadm-2d3d). 13156 (cvsadm): For remote, skip most these tests. [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/acl/ |
H A D | README | 132 Add a user and group such as both cvsadm. 133 Set CVSServerRunAsUser keyword to cvsadm. 135 make cvsadm user and group owner, and read,write,execute permissions and setgid. 136 (chown cvsadm -R /path/to/your/repository) 137 (chgrp cvsadm -R /path/to/your/repository) 139 Add yourself to cvsadm group (since you are ACL administrator).
|