Date: Tue, 9 Oct 2001 13:03:27 +0100 From: Josef Karthauser <joe@tao.org.uk> To: Peter Wemm <peter@wemm.org> Cc: Josef Karthauser <joe@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: [HEADS UP] Switching on of $FreeBSD$ contraction code. Message-ID: <20011009130327.F94479@tao.org.uk>
next in thread | raw e-mail | index | archive | help
--nqkreNcslJAfgyzk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear all, I'm intending to switch on the $FreeBSD$ contraction code within the next few days. For those that are unaware of what this is it's a modification to the CVSROOT scripts to translate $FreeBSD: .... $ strings back to $FreeBSD$ (unexpanded) before committing the code to the repository. Without this the the whole strings gets added to the repository verbatum, which then causes problems during merges, etc, later on, and appears as a change in 'cvs diff'. I will commit the following patch unless I receive objections of a sufficient magnitude. Joe --- CVSROOT/cfg.pm 2001/09/19 01:51:20 1.16 +++ CVSROOT/cfg.pm 2001/10/09 12:01:39 @@ -79,7 +79,7 @@ # Contract any instances of $IDHEADER in the source file before committing. # This is useful because it means that expanded headers aren't stored in # the repository as part of the delta. -$UNEXPAND_RCSID =3D 0; +$UNEXPAND_RCSID =3D 1; =20 =20 #################### --nqkreNcslJAfgyzk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvC548ACgkQXVIcjOaxUBaLgQCeN/n2XPnCPQq+r/5aI86EnNGR tZgAnApl+Yvh6obOcX6qmzrpoDNBUfzH =7lHj -----END PGP SIGNATURE----- --nqkreNcslJAfgyzk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011009130327.F94479>