From owner-freebsd-stable Sat Nov 24 5:40: 8 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 2A67937B405 for ; Sat, 24 Nov 2001 05:39:55 -0800 (PST) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id GAA29962; Sat, 24 Nov 2001 06:39:46 -0700 (MST) (envelope-from chad) Date: Sat, 24 Nov 2001 06:39:45 -0700 From: "Chad R. Larson" To: Kris Kennaway Cc: "Chad R. Larson" , Nicolas Rachinsky , FreeBSD stable Subject: Re: repository size Message-ID: <20011124063945.A29917@freeway.dcfinc.com> References: <20011121234045.A19530@freeway.dcfinc.com> <20011122075000.A8233@pcwin002.win.tue.nl> <20011122065914.GA45648@pc5.abc> <20011122002103.A19630@freeway.dcfinc.com> <20011122022358.A23750@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011122022358.A23750@xor.obsecurity.org>; from kris@obsecurity.org on Thu, Nov 22, 2001 at 02:23:58AM -0800 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 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Nov 22, 2001 at 02:23:58AM -0800, Kris Kennaway wrote: > On Thu, Nov 22, 2001 at 12:21:03AM -0700, Chad R. Larson wrote: >> Are y'all collecting the whole repository? > Yes. The src, ports, doc and www collections are about 1.3GB Ok, I've done an rm -rf on the repository on my machine, and then recreated the directory ('cause the old one had grown). I am at the moment running my CVSup script. We'll see how big the resulting filesystem becomes. I checked another machine where I do nightly updates of the repository, and it is indeed around 1.3GB. I probably should try to restore my tape backup to some other space (if I can find it) to see where the bloat grew. Let you know it a bit how the CVSup run comes out. -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 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=Supfile # $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 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=Update #!/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 --h31gzZEtNLTqOjlF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message