From owner-freebsd-stable Sun Mar 4 22:33:30 2001 Delivered-To: freebsd-stable@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id 1EE6637B719; Sun, 4 Mar 2001 22:33:25 -0800 (PST) Date: Sun, 4 Mar 2001 22:33:25 -0800 From: David O'Brien To: freebsd-stable@FreeBSD.ORG Subject: Re: Keeping track of Changes? Message-ID: <20010304223324.A36769@hub.freebsd.org> Reply-To: freebsd-stable@freebsd.org References: <004601c0a503$4ef3a850$0300a8c0@magus> <20010304165708.A40747@mollari.cthul.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010304165708.A40747@mollari.cthul.hu>; from kris@obsecurity.org on Sun, Mar 04, 2001 at 04:57:08PM -0800 X-Operating-System: FreeBSD 4.2-STABLE Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 04, 2001 at 04:57:08PM -0800, Kris Kennaway wrote: > Personally, I save my commit messages which I know I want to merge at > some point in the future into a separate mfc folder, but another way > is to do something like: > > cvs diff -kk -u -r RELENG_4 -r HEAD | more This only works if you are in a -CURRENT /usr/src. "HEAD" for `cvs diff' refers to the head of the branch. In a RELENG_4 /usr/src, "HEAD" and "RELENG_4" are synomous. Don't you just _love_ CVS. I've been quite tempted to create a new keyword "TRUNK" to mean mainline "HEAD". -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message