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.        [EMAIL PROTECTED]
|  |  /
One ring to rule the mall.
        - Movie review headline, eye Magazine

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to