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

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

Reply via email to