Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Thomas.Erby at haden-bml.co.uk wrote: > When locking down access to the whole project using AclMode=normal I > am getting the error - Error fetching resource list from history. Has > anyone please got an explanation or resolution? I am the admin, and > i own the project and all directories, and have ALL access to the > whole project. That error isn't generated by any version of cvsnt (or evs) that I can find, so it's most likely something to do with your client. It's probably worth contacting the vendor directly to ask about that. > Alternatively, If i set access to NONE (cvs rchacl -R -a none > DWPATWBuild) for all users and then grant Read Write (cvs rchacl -a > read,write -u DevTemp DWPATWBuild) access to one particular user they > still seem to inherit the NONE permissions no matter how high i set > their prioity. Is this correct, how can i get around this? Or if i > cant what is the suggested set-up to stop developers access all code > without explicitly denying access for each user for each directory? In cvsnt an explicit deny will always stop any further processing. Normal usage is to set aclmode=normal and add specific users/groups to the permit list. Tony