From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 19:24:59 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 732CE8CD for ; Sat, 12 Apr 2014 19:24:59 +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 482C716C6 for ; Sat, 12 Apr 2014 19:24:59 +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=a1uCyjLgWEAlY9S5ocKWJK4gzCjWbTeM5F6lXp8fvNs=; b=SPPQaypTnhFIWrSQfzQU1qn1igqQJ1aPjnEjfxYAlOWykCApD93VRBPSHRA2MhEk3JBR6MZir1OXxE0phuNNoJuO0p17qr2v2M0JMfQomKz8CDEdsLDACADRYutGODaKWhPWpKOnEuGj3s/wBAcI4ykTNb5WfbjRow/DD4r4WDs=; Received: from [182.55.101.96] (port=54585 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 1WZ3Xt-000n44-U1; Sat, 12 Apr 2014 13:24:58 -0600 Date: Sun, 13 Apr 2014 03:24:54 +0800 From: Erich Dollansky To: Dan Nelson Subject: Re: size of source tree Message-ID: <20140413032454.40cd8459@X220.alogt.com> In-Reply-To: <20140412170914.GA18485@dan.emsphone.com> References: <20140412115423.11092d84@X220.alogt.com> <20140412170914.GA18485@dan.emsphone.com> 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 19:24:59 -0000 Hi, On Sat, 12 Apr 2014 12:09:14 -0500 Dan Nelson wrote: > In the last episode (Apr 12), Erich Dollansky said: > > I just compared the size of the source tree dated 26.03.14 with the > > source tree from today. > > > > 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? > > You have both trees; you tell us :) Compare the output of "du -d 1" yes, I have under different names. The smaller one does not have .svn in it. So, I either deleted it without recalling or something else happened. As I simply did a mv, .svn must have been moved to. Erich