From owner-freebsd-current@freebsd.org Wed Sep 2 08:31:19 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 03C163D0F0D for ; Wed, 2 Sep 2020 08:31:19 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from p-impout006.msg.pkvw.co.charter.net (p-impout006aa.msg.pkvw.co.charter.net [47.43.26.137]) (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 4BhHGG1Ncqz4RPT for ; Wed, 2 Sep 2020 08:31:17 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.177.163]) by cmsmtp with ESMTP id DOAhkPOeIi5bUDOAhkkzsN; Wed, 02 Sep 2020 08:31:11 +0000 X-Authority-Analysis: v=2.3 cv=CfB2G4jl c=1 sm=1 tr=0 a=xqrt2BZAGHte7XHhrxJgbA==:117 a=xqrt2BZAGHte7XHhrxJgbA==:17 a=HpEJnUlJZJkA:10 a=6I5d2MoRAAAA:8 a=LQBXWgoIJ-FbSpiPux8A:9 a=IjZwj45LgO3ly-622nXo:22 Date: Wed, 02 Sep 2020 08:30:28 +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> <5f4f05be.1c69fb81.7ed46.d400SMTPIN_ADDED_MISSING@mx.google.com> X-No-Longer-CC: freebsd-git@freebsd.org X-CMAE-Envelope: MS4wfPdEdhgaer32bXdLP5T4r85P6mkaNpd/LLF7n3VdjFPnyi+udhg+qHOIkr91itQo0yzOiwK/sI3l/zmPPPbrSGf+cPKEr3WX6BMoEamtmof6ujxsaM8l yLnBXKhdIhwqUWxHUIaiJnlhgpi95L8O5QlL1JTCnNx0iCX/UUt1tIrM X-Rspamd-Queue-Id: 4BhHGG1Ncqz4RPT X-Spamd-Bar: +++ X-Spamd-Result: default: False [3.03 / 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]; NEURAL_SPAM_MEDIUM(0.59)[0.592]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.46)[-0.457]; MISSING_MID(2.50)[]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; NEURAL_SPAM_SHORT(0.70)[0.699]; 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-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 08:31:19 -0000 from Kevin Oberman: > > 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 > Not really much different from subversion. .svn in /usr/sys is also 2.5G, > at least for 12.1. >- > Kevin Oberman, Part time kid herder and retired Network Engineer My cross-post to freebsd-git@freebsd.org was rejected because I was/am not subscribed to that list. So I deactivate that part for this post. I just checked du /usr/src/.svn ; this is on 11.1-STABLE old system, but this tree is for HEAD : 5817268 : is this 1K-blocks? Now I think it's 512 bytes, in contrast to df that shows diskspace in 1-KB blocks: confusing. I no longer track FreeBSD-11 src trees. Now I wonder how this compares to git and hg: NetBSD plans to switch from cvs to Mercurial. Tom