From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 9 05:50:33 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B058C16A4CE; Tue, 9 Mar 2004 05:50:33 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3BD43D48; Tue, 9 Mar 2004 05:50:32 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.office.ipnet (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.10/8.12.9) with ESMTP id i29Ds1u0069899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Mar 2004 15:54:02 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.office.ipnet (8.12.11/8.12.11) id i29DoSTf057993; Tue, 9 Mar 2004 15:50:28 +0200 (EET) (envelope-from ru) Date: Tue, 9 Mar 2004 15:50:28 +0200 From: Ruslan Ermilov To: Norikatsu Shigemura Message-ID: <20040309135028.GA57945@ip.net.ua> References: <200403091117.i29BHaKI070552@sakura.ninth-nine.com> <200403091233.i29CXhKJ072308@sakura.ninth-nine.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <200403091233.i29CXhKJ072308@sakura.ninth-nine.com> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: bug-cvs@gnu.org cc: hackers@freebsd.org cc: peter@freebsd.org Subject: Re: add cvs -W option to disable -R/CVSREADONLYFS X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 13:50:33 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 09, 2004 at 09:33:44PM +0900, Norikatsu Shigemura wrote: > On Tue, 9 Mar 2004 20:17:34 +0900 (JST) > Norikatsu Shigemrua wrote: > > >Synopsis: add cvs -W option to disable -R/CVSREADONLYFS > > >Description: > > I added a feature which is to nagate a effect of -R/CVSREADONLYFS > > to cvs as -W option. Please review and commit. >=20 > Although I am checkout-ing well by using cvs -R in ~/.cvsrc, > when I want to commit, It is prevented by -R. So I wanted to > disable this feature. Although control by the environment > variable CVSREADONLYFS was also considered, honestly it is > troublesome. >=20 I also have -R in most of my ~/.cvsrc's, and when I need to commit, I just use "cvs -f" (for local repos). For remote repos, -R is not a problem (it's not passed on the wire) unless you happen to have it set in ~/.cvsrc on the repository host. Even in this case, it is still possible to commit by setting CVS_SERVER=3D"cvs -f" in the environment of the committing host. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFATcukUkv4P6juNwoRAuZ4AJwNZy2UHNxFDHTzY3N8ooubbGlk5QCfbxa+ +TWqQXP4iIuU764RmnN3quo= =J2Ef -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV--