From owner-freebsd-current Tue Feb 6 15:21:47 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA22808 for current-outgoing; Tue, 6 Feb 1996 15:21:47 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA22786 Tue, 6 Feb 1996 15:21:42 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.12) id PAA01295; Tue, 6 Feb 1996 15:21:39 -0800 From: Julian Elischer Message-Id: <199602062321.PAA01295@ref.tfs.com> Subject: Re: FS PATCHES: THE NEXT GENERATION To: terry@lambert.org (Terry Lambert) Date: Tue, 6 Feb 1996 15:21:38 -0800 (PST) Cc: terry@lambert.org, current@FreeBSD.ORG, hackers@FreeBSD.ORG In-Reply-To: <199602062310.QAA03559@phaeton.artisoft.com> from "Terry Lambert" at Feb 6, 96 04:10:54 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@FreeBSD.ORG Precedence: bulk > > the trouble with full files is it's TOO EASY to spam > > someone else's patches when you over-write the file. > > > > With Patches, you get a .rej file in this case so you can merge the two > > changes.. > > > > I think it might be an idea to supply your changes in that form.. that won't work, because if there are changes in the files that you checkout that were not in the versions you used to generate your new files, then those changes are effectively lost. > > Well, the idea is to do a fresh checkout and spam the checked out > files and then "cvs update" in case I did spam some changes. > Ah yes but: now that you have a sup+cvs setup, you can keep your diff sets up-to date relatively easily, and if you send them as diffs then there is a good chance that even if there is a time-lag induced collision, it will be caught and fixed, also many files get changes that are automatically resolved.. as long as you don't check in your changes in your cvs tree, it's much more resistant to spamming, to do it this way.. > I can provide the changes as diffs if you need them that way; I'll warn > you that you'll be in exactly the same boat applying them as the original > diff sets I sent (that's why I went to the trouble of sup + cvs + ...). err why? > > Will the local spam + "cvs diff" not work for you? >