From owner-freebsd-current  Sun Sep 28 16:26:39 1997
Return-Path: <owner-freebsd-current>
Received: (from root@localhost)
          by hub.freebsd.org (8.8.7/8.8.7) id QAA00216
          for current-outgoing; Sun, 28 Sep 1997 16:26:39 -0700 (PDT)
Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA00210
          for <current@FreeBSD.ORG>; Sun, 28 Sep 1997 16:26:28 -0700 (PDT)
Received: (from grog@localhost)
	by freebie.lemis.com (8.8.7/8.8.5) id IAA11741;
	Mon, 29 Sep 1997 08:56:18 +0930 (CST)
Message-ID: <19970929085618.64898@lemis.com>
Date: Mon, 29 Sep 1997 08:56:18 +0930
From: Greg Lehey <grog@lemis.com>
To: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Cc: Mike Smith <mike@smith.net.au>, current@FreeBSD.ORG
Subject: Re: Staying -current with FreeBSD
References: <199709281709.CAA06890@word.smith.net.au> <19970928141718.10371@hydrogen.nike.efn.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.84e
In-Reply-To: <19970928141718.10371@hydrogen.nike.efn.org>; from John-Mark Gurney on Sun, Sep 28, 1997 at 02:17:18PM -0700
Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia
Phone: +61-8-8388-8250
Fax: +61-8-8388-8250
Mobile: +61-41-739-7062
WWW-Home-Page: http://www.lemis.com/~grog
Fight-Spam-Now: http://www.cauce.org
Sender: owner-freebsd-current@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

On Sun, Sep 28, 1997 at 02:17:18PM -0700, John-Mark Gurney wrote:
> Mike Smith scribbled this message on Sep 29:
>> You can obtain the source in two forms; either the raw source tree, or
>> the CVS repository.  The former requires around 100MB of disk space,
>> the latter perhaps three times that; expect these values to grow with
>> time.  The raw source tree is all that's required to build the source,
>> however the CVS repository is useful if you are interested in tracking or
>> becoming involved with development.  In particular, the CVS repository
>> can be invaluable if you are trying to locate a new problem.
>
> -current source tree (as of a few days ago) about 181megs...
> cvs tree as of last night at about 11pm PST is about 390megs...

What are you including in these figures?  About a month ago, I
calculated:

                  Table 16-1.  Approximate source tree sizes

                    +-------------------------+-----------+
                    |Component                | Size (MB) |
                    +-------------------------+-----------+
                    |Repository src/sys       |        53 |
                    |Repository src           |       330 |
                    |Repository ports         |        36 |
                    |Source tree /usr/src/sys |        65 |
                    |Source tree /usr/src     |       372 |
                    |Source tree /usr/ports   |       160 |
                    |Object tree src          |       160 |
                    +-------------------------+-----------+

I've just checked /usr/src again:

# du -s /usr/src/ 
383294  /usr/src/

Am I missing something?

Greg