From owner-freebsd-current Wed Apr 26 19:55:12 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.ddg.com (eunuch.ddg.com [216.30.58.66]) by hub.freebsd.org (Postfix) with ESMTP id 3924C37BD6A; Wed, 26 Apr 2000 19:55:10 -0700 (PDT) (envelope-from rkw@dataplex.net) Received: from nomad.dataplex.net (24.28.73.209) by mail.ddg.com with SMTP (Eudora Internet Mail Server 2.1); Wed, 26 Apr 2000 21:55:02 -0500 From: Richard Wackerbarth To: John Baldwin Subject: Re: Archive pruning Date: Wed, 26 Apr 2000 21:55:00 -0500 X-Mailer: KMail [version 1.1.41] Content-Type: text/plain References: <200004270245.WAA65262@server.baldwin.cx> In-Reply-To: <200004270245.WAA65262@server.baldwin.cx> Cc: current@freebsd.org MIME-Version: 1.0 Message-Id: <00042621550003.15247@nomad.dataplex.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 26 Apr 2000, you wrote: > *Bzzzt*. Wrong. You only get the old history during the intial cvsup. > And since the most recent revisions are stored at the beginning of an RCS > file, you don't pay for this on cvs operations except for 'cvs log' and > other operations dealing with the history. Good grief, at least get your > facts straight before blathering on. I suggest that YOU get your facts straight. 1) Only the head changes are written at the top of the file. For other branches, cvs has to track down to the branch point and then back out the branch. At each step, it must apply the "patch" that represents the difference in the two versions. 2) I have seen routines that append to the end of a file. However, if I insert at the front, I must copy the entire file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message