From owner-freebsd-current@freebsd.org Fri Dec 18 13:16:07 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 9435D4B8D84 for ; Fri, 18 Dec 2020 13:16:07 +0000 (UTC) (envelope-from SRS0=e8Q1=FW=FreeBSD.org=otis@ns2.wilbury.net) Received: from ns2.wilbury.net (ns2.wilbury.net [IPv6:2a01:b200:0:1:f816:3eff:fecd:13e6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cy8WV5BJdz4fmX for ; Fri, 18 Dec 2020 13:16:06 +0000 (UTC) (envelope-from SRS0=e8Q1=FW=FreeBSD.org=otis@ns2.wilbury.net) Received: from [192.168.0.188] (unknown [195.98.7.50]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id B408945D8C9 for ; Fri, 18 Dec 2020 14:15:56 +0100 (CET) From: Juraj Lutter Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: git tools for building in base? Date: Fri, 18 Dec 2020 14:15:56 +0100 References: <20201125055425.01AA628417@elsa.codelab.cz> <10f7b800-b015-2a80-b741-4f7db03bf6eb@quip.cz> To: freebsd-current@freebsd.org In-Reply-To: <10f7b800-b015-2a80-b741-4f7db03bf6eb@quip.cz> Message-Id: <1FD6AC93-8BDA-4242-9D8C-74425612D3CC@FreeBSD.org> X-Mailer: Apple Mail (2.3608.120.23.2.4) X-Rspamd-Queue-Id: 4Cy8WV5BJdz4fmX X-Spamd-Bar: / X-Spamd-Result: default: False [-0.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; TO_DN_NONE(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FORGED_SENDER(0.30)[otis@FreeBSD.org,SRS0=e8Q1=FW=FreeBSD.org=otis@ns2.wilbury.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:44185, ipnet:2a01:b200::/32, country:SK]; FROM_NEQ_ENVFROM(0.00)[otis@FreeBSD.org,SRS0=e8Q1=FW=FreeBSD.org=otis@ns2.wilbury.net]; MID_RHS_MATCH_FROM(0.00)[]; TO_DOM_EQ_FROM_DOM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a01:b200:0:1:f816:3eff:fecd:13e6:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[FreeBSD.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2a01:b200:0:1:f816:3eff:fecd:13e6:from:127.0.2.255]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Fri, 18 Dec 2020 13:16:07 -0000 > On 18 Dec 2020, at 14:02, Miroslav Lachman <000.fbsd@quip.cz> wrote: >=20 > On 25/11/2020 06:54, Thomas Mueller wrote: >=20 >> NetBSD users face a similar problem with their upcoming switch from = cvs to hg (Mercurial). >=20 > Do anybody have a link to some documents stating why FreeBSD chose Git = and why NetBSD chose Mercurial? I am using both tools at $WORK, I am = just curious what leads to these decisions. Joerg Sonnenberger had a talk about it: https://archive.fosdem.org/2018/schedule/event/netbsd_and_mercurial/ At NetBSD it is not that straightforward: - git is used for pkgsrc-wip - src, xsrc and pkgsrc are in CVS and there are *plans* to move to hg, but there are no fixed deadlines when this will be done. otis