From owner-freebsd-current@freebsd.org Wed Sep 2 02:38:36 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 92D0B3C81FB; Wed, 2 Sep 2020 02:38:36 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from p-impout005.msg.pkvw.co.charter.net (p-impout005aa.msg.pkvw.co.charter.net [47.43.26.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bh7RH2ndJz43cq; Wed, 2 Sep 2020 02:38:34 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.177.163]) by cmsmtp with ESMTP id DIfMknef6ZbDnDIfMkJtqk; Wed, 02 Sep 2020 02:38:28 +0000 X-Authority-Analysis: v=2.3 cv=crPlbGwi c=1 sm=1 tr=0 a=xqrt2BZAGHte7XHhrxJgbA==:117 a=xqrt2BZAGHte7XHhrxJgbA==:17 a=HpEJnUlJZJkA:10 a=4qMpGUmdXNPEAWxrE0MA:9 Date: Wed, 02 Sep 2020 02:37:45 +0000 From: "Thomas Mueller" To: freebsd-current@freebsd.org Subject: Re: Please check the current beta git conversions References: <20200901172340.ygmenn4uejciihlx@tilda.center> <90551.1598981857@critter.freebsd.dk> CC: freebsd-git@freebsd.org X-CMAE-Envelope: MS4wfNMKIIX5SgdvQwgRHVfy7je0LE7ouWEaRQyr27WKFoeWaIP+BM2GVOJ/9AyJSj2mijoM3q/8yIEvFffofkNPH1EhcRP2FRQe2Xj8sZOZT5FV6IarPXAb l6LO1QTpCow/s7Uj6dyMWrxnIbIwtO9AR0nwO0Okxpw56uQ1mnw/CBGZscufGc03YDAKMVaR3TNlK/48XoY84a+Aof5THauffrY= X-Rspamd-Queue-Id: 4Bh7RH2ndJz43cq X-Spamd-Bar: + X-Spamd-Result: default: False [1.32 / 15.00]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[twc.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[twc.com]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; NEURAL_HAM_LONG(-0.89)[-0.890]; MISSING_MID(2.50)[]; NEURAL_SPAM_SHORT(0.26)[0.259]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-0.25)[-0.251]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-git,freebsd-current]; RECEIVED_SPAMHAUS_PBL(0.00)[96.28.177.163:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2020 02:38:36 -0000 from Ed Maste: > > Any guidance on amount of diskspace and how long it takes to clone the repo ? > I see just over 3GB in my clone, including about 2.5GB in the .git directory. > If you have only one checkout git will require a bit more disk space > than svn. However, if you have two or more working trees (say, vanilla > FreeBSD and multiple work-in-progress trees, or head and stable > branches, etc.) using "git worktree" will share the .git directory and > in total will occupy less space than the equivalent in svn. > I'd expect clones to take minutes, although cgit-beta is running on a > lower spec jail host and might have trouble if many people are cloning > at the same time. 2.5 GB in .git directory sounds crazy and incomprehensible to me. Only src tree I would be interested in now is HEAD (13-current), though I would also want the ports and doc trees. Would that mollify the diskspace bloat? I had trouble with the ethernet and wireless network drivers in FreeBSD 12 and 13-current, but there subsequently was a post on a big improvement to the network drivers for HEAD but not 12-stable. So I am abandoning FreeBSD 12.x . Hopefully I could update 13-current from within 13-current where I have no internet access but could use git from NetBSD, where I also have svn. Tom