From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 16:34:50 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2DE29F5 for ; Sat, 12 Apr 2014 16:34:50 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A04217E0 for ; Sat, 12 Apr 2014 16:34:50 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s3CGYj0c034606 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 12 Apr 2014 10:34:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s3CGYhNx034603; Sat, 12 Apr 2014 10:34:43 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 12 Apr 2014 10:34:43 -0600 (MDT) From: Warren Block To: Erich Dollansky Subject: Re: size of source tree In-Reply-To: <20140412170902.135294e4@X220.alogt.com> Message-ID: References: <20140412115423.11092d84@X220.alogt.com> <5348F8AF.2080606@infracaninophile.co.uk> <20140412170902.135294e4@X220.alogt.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 12 Apr 2014 10:34:45 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 16:34:50 -0000 On Sat, 12 Apr 2014, Erich Dollansky wrote: > Hi, > > On Sat, 12 Apr 2014 09:26:23 +0100 > Matthew Seaman wrote: > >> On 12/04/2014 04:54, Erich Dollansky wrote: >>> The source tree dated 26.03.14 has a size of some 899GM while >>> today's source tree has some 1.8GB. >>> >>> Why is it suddenly so huge? >>> >> >> How were these source trees obtained? A checkout from SVN will have a >> .svn directory containing pristine copies of all of the files, which >> will pretty much double the space requirement. >> > both have been obtained with svn. The smaller one was started last year > with the then current version of svn. Have you run 'svn cleanup' on it?