info-cvs
[Top][All Lists]
Advanced

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

Re: Keeping group ownership for sub-directories while importing


From: Larry Jones
Subject: Re: Keeping group ownership for sub-directories while importing
Date: Sun, 28 Oct 2001 14:42:04 -0500 (EST)

Carl van Litsenborgh writes:
> 
> My question, how can I configure or setup cvs to keep the same group setting
> as the
> top-level directory (i.e. software, user dave, group dsp) for
> sub-directories, when
> importing a module?

You can't.  You *can* probably configure your operating system to do
that, however.  Try setting the set-group-id (SGID) bit on all the
repository directories (chmod g+s); that will cause most Unix-like
systems to use BSD filesystem semantics (where the group of a new file
or directory comes from the parent directory rather than from the
current process) instead of System V filesystem semantics.

-Larry Jones

Archaeologists have the most mind-numbing job on the planet. -- Calvin



reply via email to

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