From owner-freebsd-stable Wed Nov 21 23:21:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id E074837B41A for ; Wed, 21 Nov 2001 23:21:05 -0800 (PST) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id AAA19735; Thu, 22 Nov 2001 00:21:03 -0700 (MST) (envelope-from chad) Date: Thu, 22 Nov 2001 00:21:03 -0700 From: "Chad R. Larson" To: Nicolas Rachinsky Cc: FreeBSD stable Subject: Re: repository size Message-ID: <20011122002103.A19630@freeway.dcfinc.com> References: <20011121234045.A19530@freeway.dcfinc.com> <20011122075000.A8233@pcwin002.win.tue.nl> <20011122065914.GA45648@pc5.abc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011122065914.GA45648@pc5.abc>; from list@rachinsky.de on Thu, Nov 22, 2001 at 07:59:14AM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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