info-cvs
[Top][All Lists]
Advanced

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

Re: Readonly


From: Eric Siegerman
Subject: Re: Readonly
Date: Wed, 13 Feb 2002 13:03:46 -0500
User-agent: Mutt/1.2.5i

On Wed, Feb 13, 2002 at 06:04:34AM -0500, vvor wrote:
> > I have tried for several eons to turn off read-only permissions. CVSREAD
> is
> > set to "no". 

This looks like your problem.  If CVSREAD is *defined*, that's
enough to put CVS into read-only mode.  Its value is completely
ignored.  From src/main.c:
    if (getenv (CVSREAD_ENV) != NULL)
        cvswrite = 0;

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
One ring to rule the mall.
        - Movie review headline, eye Magazine



reply via email to

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