Matt Munz writes:
> 
>     When a user logs in to cvs via pserver and adds a directory, what
> determines the file permissions of that
> directory?  What determines the ownership, read, and write settings,
> etc.?

The operating system.  On BSD Unix (where CVS grew up), the directory
would inherit the ownership and permissions of its parent directory.  On
AT&T Unix, it would be owned by the user that created it and have
his/her default permissions.  On Linux (and other hybrid systems), you
get AT&T behavior by default, but can get BSD behavior by setting the
sgid bit on the parent directory.

-Larry Jones

Everybody's a slave to routine. -- Calvin

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

Reply via email to