Date: Sat, 15 Feb 1997 00:39:35 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: mrcpu@cdsnet.net (Jaye Mathisen) Cc: hackers@freebsd.org Subject: Re: CVS question, sendmail, named Message-ID: <Mutt.19970215003935.j@uriah.heep.sax.de> In-Reply-To: <Pine.NEB.3.95.970214115504.4209I-100000@mail.cdsnet.net>; from Jaye Mathisen on Feb 14, 1997 11:59:46 -0800 References: <Pine.NEB.3.95.970214115504.4209I-100000@mail.cdsnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
As Jaye Mathisen wrote: > So how do I tag my CVS repository locally so that the sendmail from > -current is in my local RELENG_2_2, such that if I check out a tree > with tags RELENG_2_2, I get the sendmail 8.8.5? If I then update my > CVS tree, will it get overwritten with the 8.8.4 stuff? You probably don't wanna tag your CVS repository, since it will modify the CVS files, so your next CVSup will `correct' the files again. What you wanna do is to just ``cvs update -A'' your sendmail subtree, to get it up to -current level. (You gotta use an explicit -r option if you later wanna revert it.) > Is there any reason 8.8.5 isn't tagged into RELENG_2_2? Since nobody did it yet. Our most favorite sendmail committer, Peter Wemm, still suffers from moving house recently... -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19970215003935.j>