From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 13:00:02 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 2ACFE35B for ; Sat, 12 Apr 2014 13:00:02 +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 0578614AE for ; Sat, 12 Apr 2014 13:00:01 +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=aaG2Q8whLoBOeUqcnOdYZr2avbdQ6lV91oIgah3jw9A=; b=fbvWHYgZGRsx5HUoZHlqTot51d7LdgIGUnvKU7wfo8CoTxf3poFuNeFXN6N5g2BIwVYGWb5SGi6ePn9xSYHHp54tGS5pWGRNkPCy3FP3CrpZhegFZ4/BapfeyElDxawWEpMTl3Xer8ulTFb/nBLoi1Hot52c97opiehvo4hMNcQ=; Received: from [182.55.101.96] (port=17428 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 1WYxXM-000pVN-VV; Sat, 12 Apr 2014 07:00:01 -0600 Date: Sat, 12 Apr 2014 20:59:57 +0800 From: Erich Dollansky To: Lena@lena.kiev.ua Subject: Re: size of source tree Message-ID: <20140412205957.516733ea@X220.alogt.com> In-Reply-To: <20140412122603.GB783@lena.kiev> References: <20140412122603.GB783@lena.kiev> 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 13:00:02 -0000 Hi, On Sat, 12 Apr 2014 15:26:03 +0300 Lena@lena.kiev.ua wrote: > > 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 > I thought of this when the switch to svn was made. > Takes about 30 minutes. At your place, yes, not where I am most of the time. Erich