From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 12:26:20 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 24945807 for ; Sat, 12 Apr 2014 12:26:20 +0000 (UTC) Received: from lena.kiev.ua (lena.kiev.ua [82.146.51.205]) (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 E425011F8 for ; Sat, 12 Apr 2014 12:26:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lena.kiev.ua; s=3; h=In-Reply-To:Content-Type:Mime-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=OYw0UoaBufx3ctOSh0WRe68wQPfUVHUQiPq5cK+x9Ik=; b=YlF3HtcuXiGddF0dqCQOctsNUpdfvUvTKhcIBo2GU3OPSME+NKewtEEv3/8Bm1Lho7CRq4YrY4cTueuVyn6bBV9GhEYa9ZxvAKr/bSBsJZlI4YZiokaxRhCFLG9FFsuu8SVpU0IbViwLYcswYk4zAS47nCUeCywtRj06Z6urQrU=; Received: from ip-384c.rusanovka-net.kiev.ua ([94.244.56.76] helo=bedside.lena.kiev.ua) by lena.kiev.ua with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WYx17-00062J-A9; Sat, 12 Apr 2014 15:26:42 +0300 Received: from bedside.lena.kiev.ua (localhost.lena.kiev.ua [127.0.0.1]) by bedside.lena.kiev.ua (8.14.8/8.14.8) with ESMTP id s3CCQ454006939; Sat, 12 Apr 2014 15:26:04 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Received: (from lena@localhost) by bedside.lena.kiev.ua (8.14.8/8.14.8/Submit) id s3CCQ3mC006938; Sat, 12 Apr 2014 15:26:03 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Date: Sat, 12 Apr 2014 15:26:03 +0300 From: Lena@lena.kiev.ua To: freebsd-questions@freebsd.org Subject: Re: size of source tree Message-ID: <20140412122603.GB783@lena.kiev> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140412170902.135294e4@X220.alogt.com> User-Agent: Mutt/1.4.2.3i Cc: Erich Dollansky 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:26:20 -0000 > From: Erich Dollansky > > > 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? You can download entire source tree only (without .svn directory) every time instead of update, for example: rm -rf /usr/src svn export svn://svn0.us-east.FreeBSD.org/base/releng/8.4 /usr/src Takes about 30 minutes.