Hi Julian.

Julian Opificius wrote:
Mark D. Baushke wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Julian Opificius <[EMAIL PROTECTED]> writes:

The only problem now is that if a cvsadmin user introduces a directory into the cvs repository using "add", the directory is owned by him, not by the global cvs user, and nobody else can check into/out of that directory.

How do I automatically force new directories created by the cvs server to be owned by the global cvs user, rather than the effective user? Maybe there is a Linux feature - something akin to setuid - that operates on the top level repository directory?

julian.


I solved by putting this in loginfo file (i.e. during commit):

new_dir (chgrp -Rf global_cvs_user $CVSROOT/new_dir)



_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-cvs



_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to