Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 00:21:03 -0700
From:      "Chad R. Larson" <chad@DCFinc.com>
To:        Nicolas Rachinsky <list@rachinsky.de>
Cc:        FreeBSD stable <stable@FreeBSD.ORG>
Subject:   Re: repository size
Message-ID:  <20011122002103.A19630@freeway.dcfinc.com>
In-Reply-To: <20011122065914.GA45648@pc5.abc>; from list@rachinsky.de on Thu, Nov 22, 2001 at 07:59:14AM %2B0100
References:  <20011121234045.A19530@freeway.dcfinc.com> <20011122075000.A8233@pcwin002.win.tue.nl> <20011122065914.GA45648@pc5.abc>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 22, 2001 at 07:59:14AM +0100, Nicolas Rachinsky wrote:
> On Thu, Nov 22, 2001 at 07:50:00AM +0100, Stijn Hoop <stijn@win.tue.nl> wrote:
>> On Wed, Nov 21, 2001 at 11:40:45PM -0700, Chad R. Larson wrote:
>>> Guys, there seems to be being an explosive growth in the size of the
>>> CVS repository.
>>> 
>>> When I first started keeping a local copy, it was about 800meg.  Now
>>> on my system it's almost run itself out of a 3GB partition.  Is
>>> there some flaw in my tracking, or have we all been very busy
>>> beavers lately?
>> 
>> I suspect something is broken at your end; mine is at 1.3G (which seems
>> reasonable to me).
> 
> The same size (1.3G) here, sync'ed this night.

Are y'all collecting the whole repository?

Here's the script that cron runs every night here:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#!/bin/csh

set CVSUP=/usr/local/bin/cvsup

# Preserve prior log
mv SupLog SupLog.old

# Update the repository
echo "CVSup started `date`" > SupLog
$CVSUP -L2 -g Supfile >>& SupLog
echo "CVSup completed `date`" >> SupLog
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

And the contents of the Supfile are:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# $Id: Supfile,v 1.2 2001/02/21 05:56:00 toor Exp $
*default host=cvsup5.freebsd.org
*default base=/BSDcvs
*default prefix=cvs
*default delete use-rel-suffix
cvs-all release=cvs
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

I'll make a copy of my repository to tape, delete it, and then see
what I get out of tonight's scheduled run.

	-crl
--
Chad R. Larson (CRL15)   602-953-1392   Brother, can you paradigm?
chad@dcfinc.com         chad@larsons.org          larson1@home.com
DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011122002103.A19630>