From owner-freebsd-stable Mon Mar 5 1:36:29 2001 Delivered-To: freebsd-stable@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 7D66837B72A for ; Mon, 5 Mar 2001 01:36:17 -0800 (PST) (envelope-from jkh@osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.2/8.11.1) with ESMTP id f259ZQH24254; Mon, 5 Mar 2001 01:35:26 -0800 (PST) (envelope-from jkh@osd.bsdi.com) To: willwong@samurai.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Keeping track of Changes? In-Reply-To: <004601c0a503$4ef3a850$0300a8c0@magus> References: <004601c0a503$4ef3a850$0300a8c0@magus> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010305013526Q.jkh@osd.bsdi.com> Date: Mon, 05 Mar 2001 01:35:26 -0800 From: Jordan Hubbard X-Dispatcher: imput version 20000228(IM140) Lines: 16 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "William Wong" Subject: Keeping track of Changes? Date: Sun, 4 Mar 2001 18:31:59 -0500 > I'm just wondering how the developers keep track or what still needs to be > merged from -CURRENT to -STABLE. Is it just version numbers on particular > files? It really depends on the developer. If you're just maintaining one or two directories in the -stable tree, it's easy enough to ask CVS to give you a list of diffs against -current to see what people have done on the -trunk. Others of us who take a more top-level view simply have to do a "cvs rdiff -kk -u -rRELENG_4 -rHEAD src" and be willing to peruse over 100MB of diffs in some cases. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message