From owner-freebsd-current Fri Jun 2 21:34:55 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA21629 for current-outgoing; Fri, 2 Jun 1995 21:34:55 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA21617 for ; Fri, 2 Jun 1995 21:34:48 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA00091 for freebsd-current@FreeBSD.ORG; Sat, 3 Jun 1995 14:33:26 +1000 Date: Sat, 3 Jun 1995 14:33:26 +1000 From: Bruce Evans Message-Id: <199506030433.OAA00091@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG Subject: Re: sup is fetching whole src tree Sender: current-owner@FreeBSD.ORG Precedence: bulk >Perhaps the compressed commit logs should be excluded from the CTM >distribution? There's not much sense in mirroring them (if someone >needs them, he can still fetch them from freefall). I haven't found much use for the uncompressed commit logs either. They are too large to read linearly, and for random access it's easier to read the log messages in the repository files using `cvs log'. Bruce