[EMAIL PROTECTED] wrote: > > I have CVS server 1.11.1 p1 with pserver.
CVS 1.11.5 adds a major server-side security fix; you should upgrade. > How can I configure CVS to permit user to create new file with the > projet associated group instead of the user default group ? On the server, run 'chmod -R g+s YOUR_DIR'. This will "turn on" the set-group-ID bit so new files will be created with the same group of its parent directory. -Matt _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
