info-cvs
[Top][All Lists]
Advanced

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

Re: how to handle more than one project??


From: Mike Castle
Subject: Re: how to handle more than one project??
Date: Thu, 13 Sep 2001 01:15:21 -0700
User-agent: Mutt/1.3.18i

On Fri, Sep 14, 2001 at 12:31:44AM +0530, P.V.Sridhar Reddy wrote:
> My problems are: 
>       1) How do i create the repositories???

cvs import a file to start with (say, a readme explaining what the project
is).  Or do something like "cvs co -l . ; mkdir foo ; cvs add foo"

>       2) I dont want the developers of one project to be able  to do any kind 
> of              
> CVS operations on other project.  
> 
>       3) Within in a project, i want only one person to be able to checkin, 
> and 
> for others only checkout permissions.

Both of these can be handled with usual unix permissions.  Use g+rs on the
top level directory, for instance.

mrc
-- 
     Mike Castle      address@hidden      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc



reply via email to

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