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.
Mark Johnson wrote: > How would that be implemented with chacl. I am currently trying to > understand acl's, and thought that the options were "read, write, > create, tag, control". Which of these relates to remove, other than > write, which may imply a remove as explained previously in the thread? Remove is write - there's no remove operation since it's all handled client-side until you commit.. you can't really stop a determined client removing anyway. Even if you blocked 'cvs remove' you could edit CVS/Entries to do the remove manually (put '-' in front of the filaneme) - that's all the client does anyway. It's the same argument as for add. You don't want to block such operations, but verify the commit in loginfo/commitinfo. Tony