1 1.1 christos # Set `UseCVSACL' to yes to use CVS ACL feature. 2 1.1 christos UseCVSACL=yes 3 1.1 christos 4 1.1 christos # Default CVS ACL Permission are to use. 5 1.1 christos #CVSACLDefaultPermissions=a 6 1.1 christos 7 1.1 christos # Default file location for CVS ACL file (access) is CVSROOT/access. 8 1.1 christos # If you want to use a different location, define it below. 9 1.1 christos #CVSACLFileLocation=/path/to/cvs/access 10 1.1 christos 11 1.1 christos # Set `UseSystemGroups' to yes to use system group definitions (/etc/group). 12 1.1 christos UseSystemGroups=yes 13 1.1 christos 14 1.1 christos # Set `UseCVSGroups' to yes to use another group file. 15 1.1 christos #UseCVSGroups=yes 16 1.1 christos 17 1.1 christos # Default file location for CVS groups file is CVSROOT/group. 18 1.1 christos # If you want to use a different location, define it below. 19 1.1 christos #CVSGroupsFileLocation=/path/to/cvs/group 20 1.1 christos 21 1.1 christos # Set UseSeparateACLFileForEachDir to yes in order to use a 22 1.1 christos # separate 'access' file for each directory. 23 1.1 christos # This increased the performance if you have really big repository. 24 1.1 christos #UseSeparateACLFileForEachDir=no 25 1.1 christos 26 1.1 christos # If StopAtFirstPermissionDenied is set to yes 27 1.1 christos # operation will stop at first permission denied message. 28 1.1 christos # Default is no. 29 1.1 christos #StopAtFirstPermissionDenied=no 30 1.1 christos 31 1.1 christos # Set CVSServerRunAsUser to a system user, in order CVS server 32 1.1 christos # to run as. 33 1.1 christos #CVSServerRunAsUser=runascvsuser 34