Sascha Reetz writes:
> 
> Situation
> 
> user1000: group A Groups projecta projectb
> user1001: group B Grousp projecta
> 
> user1000 checks something in. the persmisson of the file is:
> 
> -rw-rw--- user1000 A filefoo
> 
> user1001 as no access now to the file.

Change the directory the file is in so that it's owned by the projecta
group.  If your system is a BSD deriviative, that's all you need to do
-- new files get their group from the directory, not the user.  If your
system is a SysV derivative, you can probably get that behavior by
setting the set-group-id bit on the directory (chmod g+s).

-Larry Jones

He just doesn't want to face up to the fact that I'll be
the life of every party. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to