info-cvs
[Top][All Lists]
Advanced

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

Re: How do I manage our enterprise CVS w/o being root?


From: Doug Poland
Subject: Re: How do I manage our enterprise CVS w/o being root?
Date: Fri, 30 Aug 2002 16:52:19 -0500 (CDT)

Dennis Coonich said:
> Anyone,
>
> How do I manage our enterprise CVS w/o being root?
> Are there best practices?
>
> I am currently running CVS 1.11 on HPUX B.11.11 U 9000/800 and I'v e
> been tasked on setting up and managing CVS.  The senior Systems
> Administrator for the HPUX hosts does not want to share root's password.
>
Create a new group called cvs
Add yourself to that group
chgrp -R cvs /usr/local/cvs  # or where ever your cvs root is
make sure files and directories are writable by the new group

-- 
Regards,
Doug






reply via email to

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