Thank you for responding! I checked env on the server. CVSREAD was defined.
I commented it out, logged out, logged in (as root). Then I tried a checkout: all files are still read-only. I tried cvs -w co module. Still read-only. People have been using wincvs 1.0.6. does this add unremoveable watches or locks? is there a way to unwatch/unlock the entire repository from cvs admin? I have a hunch that the cvs import problem is related. cvs imports do not add modules to the modules file. Is there an admin file missing or something? cvs version 1.11. Vora -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Siegerman Sent: Wednesday, February 13, 2002 1:04 PM To: CVS Subject: Re: Readonly 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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
