From owner-cvs-contrib Sun Oct 12 06:20:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA20391 for cvs-contrib-outgoing; Sun, 12 Oct 1997 06:20:33 -0700 (PDT) (envelope-from owner-cvs-contrib) 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 GAA20376; Sun, 12 Oct 1997 06:20:08 -0700 (PDT) (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 VAA17196; Sun, 12 Oct 1997 21:20:02 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199710121320.VAA17196@spinner.netplex.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Peter Wemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/cvs/src recurse.c In-reply-to: Your message of "Sun, 12 Oct 1997 05:47:07 MST." <199710121247.FAA05942@freefall.freebsd.org> Date: Sun, 12 Oct 1997 21:20:00 +0800 From: Peter Wemm Sender: owner-cvs-contrib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > peter 1997/10/12 05:47:07 PDT > > Modified files: > contrib/cvs/src recurse.c > Log: > Fix a serious bug in the recursion processor. When descending a tree, [..] > Revision Changes Path > 1.2 +280 -164 src/contrib/cvs/src/recurse.c As usual, don't be fooled by the delta size. This is actually only a couple of lines of changes, but rcs/cvs actually store the delta in a wierd way.. (ie: the delta is stored as 1.1.1.1 -> 1.2, although the previous version was really 1.1.1.3 not 1.1.1.1. Sigh) Cheers, -Peter -- Peter Wemm Netplex Consulting