Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 07:54:21 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Mike Dewhirst <Dewhirst.M@UCLES.org.uk>
Cc:        "'questions@freebsd.org'" <questions@FreeBSD.ORG>
Subject:   Re: users and groups
Message-ID:  <20020227075421.A43766@grimoire.chen.org.nz>
In-Reply-To: <0B0368CED76DD4118E1200D0B73E9B5D02AFD082@MAIL1>; from Dewhirst.M@UCLES.org.uk on Tue, Feb 26, 2002 at 11:06:15AM -0000
References:  <0B0368CED76DD4118E1200D0B73E9B5D02AFD082@MAIL1>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 26, 2002 at 11:06:15AM -0000, Mike Dewhirst wrote:
> I have a cvs repository I want to have several users r/w access to.
> 
> Do I:
> 
> 1) add the users to a group which owns the repository dir
> 2) do something with CVS
> 
> If it's 1 - how do I specify several groups in the passwd file - do I just
> list the comma-separated?

You don't specify the multiple groups in the passwd file. You add it
to the end of each group line in /etc/group. Check out group(5).

> If it's 2 - what do I need to do?

You have a owner specified in the /etc/passwd, with a cvspasswd file
in CVSROOT subdir mapping the users to the owner. This is not good for
development purposes as you lose $Author$ information.
-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
                                  Computers are like air conditioners.
                              They stop working when you open Windows.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020227075421.A43766>