info-cvs
[Top][All Lists]
Advanced

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

Re: Problem with admin privileges


From: Totok Sulistiomono
Subject: Re: Problem with admin privileges
Date: Sun, 03 Jul 2005 08:04:01 +0900
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hi Julian.

Julian Opificius wrote:
Mark D. Baushke wrote:

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

Julian Opificius <address@hidden> 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
address@hidden
http://lists.gnu.org/mailman/listinfo/info-cvs





reply via email to

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