I defined a group of users and set permissions for read, write and create access to the directory: cvs -R -u mygroup -a read,write,create mydir But it set these permissions only for mydir, and all child directories got only read access. Is that a bug or I'm doing something wrong?