From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 09:09:16 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 162DD6DF for ; Sat, 12 Apr 2014 09:09:16 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3A5B1FD7 for ; Sat, 12 Apr 2014 09:09:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=5RgXQ/YIipP+UOMySBCkM3ahDmnsfKP74Ma7cxA73R0=; b=qp58T+KJOC+mTAYz0zRTqHmCM2GL8kHGvVLkg0jw+d1SNnFworVQUmpr7ky9JGNATWuHh0iV3+8UTIfjp6laeNrbcdQpNvt7dsvNNwuhX1t6cSdOzo/nHUic5rZx760UqtH/zBFU+vdYj01DWfIIHt6uB6fISTjvtc6ibwsveCU=; Received: from [182.55.101.96] (port=53589 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WYtvv-000vcQ-09; Sat, 12 Apr 2014 03:09:07 -0600 Date: Sat, 12 Apr 2014 17:09:02 +0800 From: Erich Dollansky To: Matthew Seaman Subject: Re: size of source tree Message-ID: <20140412170902.135294e4@X220.alogt.com> In-Reply-To: <5348F8AF.2080606@infracaninophile.co.uk> References: <20140412115423.11092d84@X220.alogt.com> <5348F8AF.2080606@infracaninophile.co.uk> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: 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 09:09:16 -0000 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. Is there an option to turn this behaviour of keeping a copy off? Erich