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.
Hi Tony, > -----Original Message----- > From: cvsnt-bounces at cvsnt.org > [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Tony Hoyle > > Tony Hoyle wrote: > > > You have to deny write to a folder to stop a commit, otherwise the > > default is used, which is read. > > Ack that didn't make sense.. > > The default is always to allow everything, for compatibility. > You can change the value at the root to deny everything > (which makes it behave more like a standard filesystem ACL) > or just remember to use explicit denies everywhere. Ok. I was already writing the next question based on your first answer ;). Now everything is pretty clear, I think I'm going to deny write in general. So when there is no setting for write in a directory, the value of the parent directory is used? (Meaning I don't need "-R" when denying write as default.) Thanks Tobias