Changing group when commit

2003-05-29 Thread jorgefm
Hi all ! I have a little problem with security. Is there any way to avoid changing group when i commit a file ? I'm using pserver and i have a file with this permissions in the repository directory: -rw- rwx ---1 cvs_innov cvs_genesisChangelog.txt The group cvs_genesis is not the primar

Changing group when commit

2003-05-30 Thread jorgefm
>chgrp cvs_innov >chmod g+s > >You might want to do this recursively. That's works for me, thank you ! Another little question: What umask cvs uses in method pserver ?? because i'm trying to force always the umask 027 ( rwx r-x --- ) but i have change : /etc/bashrc : I force "umask=027" /et

Re: Changing group when commit

2003-05-30 Thread Donald Sharp
chgrp cvs_innov chmod g+s You might want to do this recursively. donald On Thu, May 29, 2003 at 03:34:19PM +0200, [EMAIL PROTECTED] wrote: > Hi all ! > > I have a little problem with security. Is there any way to avoid changing > group when i commit a file ? > I'm using pserver and i have a fi