From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 12:04:25 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37980F50 for ; Sat, 12 Apr 2014 12:04:25 +0000 (UTC) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) (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 C341B1FF4 for ; Sat, 12 Apr 2014 12:04:24 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.7/8.14.5) with ESMTP id s3CC4A2M059105; Sat, 12 Apr 2014 13:04:11 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Message-ID: <53492BB9.6050807@qeng-ho.org> Date: Sat, 12 Apr 2014 13:04:09 +0100 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Matthew Seaman , Erich Dollansky Subject: Re: size of source tree References: <20140412115423.11092d84@X220.alogt.com> <5348F8AF.2080606@infracaninophile.co.uk> <20140412170902.135294e4@X220.alogt.com> <5349288F.9030807@infracaninophile.co.uk> In-Reply-To: <5349288F.9030807@infracaninophile.co.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 12:04:25 -0000 On 12/04/2014 12:50, Matthew Seaman wrote: > On 12/04/2014 10:09, 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. >> >> Is there an option to turn this behaviour of keeping a copy off? > > Not if you want to use SVN. You can use freebsd-update to get system > sources -- but only from a release branch. Wasn't svnup (${PORTS}/net/svnup) designed for this? It fetches from svn respositories but doesn't use the .svn directory.