info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS and access rights


From: Larry Jones
Subject: Re: CVS and access rights
Date: Thu, 6 Jun 2002 23:20:23 -0400 (EDT)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]