Re: permissions question

2005-05-24 Thread Guillaume Rousse
[EMAIL PROTECTED] wrote: The problem is that each time I check something in, CVS changes the file's permissions to 755, so that my teammates can't change it. How do you control this behavior? use directories setgid bit to ensure files checked in will stay group-writable. -- All warranty

trigerring several actions on commit

2005-05-20 Thread Guillaume Rousse
I had a small look in the list archive and in the on-line manual without being able to find an answer: can I trigger several actions with a single commit ? My own tries make me think that only the first line with a regexp matching the commit directory is used, and subsequent ones are silently