From owner-cvs-sys Fri Oct 31 06:07:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA07450 for cvs-sys-outgoing; Fri, 31 Oct 1997 06:07:15 -0800 (PST) (envelope-from owner-cvs-sys) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA07430; Fri, 31 Oct 1997 06:06:50 -0800 (PST) (envelope-from peter@spinner.netplex.com.au) Received: from spinner.netplex.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.netplex.com.au (8.8.7/8.8.7/Spinner) with ESMTP id WAA23911; Fri, 31 Oct 1997 22:06:12 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199710311406.WAA23911@spinner.netplex.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Bruce Evans cc: jmg@FreeBSD.ORG, peter@netplex.com.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd README ad1848.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h dmabuf_auto.c In-reply-to: Your message of "Sat, 01 Nov 1997 00:33:23 +1100." <199710311333.AAA17396@godzilla.zeta.org.au> Date: Fri, 31 Oct 1997 22:06:11 +0800 From: Peter Wemm Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > >> Log: > >> This updates Luigi's sound code to the basic code in snd971023... > > > >Argh!! This too should have been done with 'cvs import' and a merge... :-( > > A bit late :-). Yeah, I know.. But still, the more I learn about cvs/rcs, the more I discover just how braindead the branch support is. In the long run, trying to keep files on the vendor branch doesn't save all that much in delta space since the first time it leaves the vendor branch, it does a delta from the very first 1.1.1.1 import.. So, we see things like a single line change in some drivers causing a +2500 -1500 duplicate rcs delta. The file size is not all that different if the file left the vendor branch right after import and each delta went in twice. Still, it's damn useful to be able to do this: cvs diff -u2 -rLUIGI | more and see what changes we have relative to what Luigi last released. I'm sure that would make the tracking task easier too. It's not too late. I can do an import of the one (or two?) intermediate releases for history purposes. It will make the next merge a lot simpler. Cheers, -Peter -- Peter Wemm Netplex Consulting