Date: Mon, 05 Mar 2001 01:35:26 -0800 From: Jordan Hubbard <jkh@osd.bsdi.com> To: willwong@samurai.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Keeping track of Changes? Message-ID: <20010305013526Q.jkh@osd.bsdi.com> In-Reply-To: <004601c0a503$4ef3a850$0300a8c0@magus> References: <004601c0a503$4ef3a850$0300a8c0@magus>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "William Wong" <willwong@samurai.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010305013526Q.jkh>