From owner-freebsd-current@freebsd.org Wed Dec 23 11:10:09 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 892B14BB8A2 for ; Wed, 23 Dec 2020 11:10:09 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from p-impout007.msg.pkvw.co.charter.net (p-impout007aa.msg.pkvw.co.charter.net [47.43.26.138]) (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 4D19Tr4yClz4hYs for ; Wed, 23 Dec 2020 11:10:08 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from localhost ([96.28.177.163]) by cmsmtp with ESMTP id s21mkxlrsuLdls21mkgZ0c; Wed, 23 Dec 2020 11:09:58 +0000 X-Authority-Analysis: v=2.3 cv=ReXu9Glv c=1 sm=1 tr=0 a=xqrt2BZAGHte7XHhrxJgbA==:117 a=xqrt2BZAGHte7XHhrxJgbA==:17 a=HpEJnUlJZJkA:10 a=DBwwDor5xuMA:10 a=YI96HwbGZU34MfRhTDYA:9 a=pHzHmUro8NiASowvMSCR:22 a=Ew2E2A-JSTLzCXPT_086:22 From: "Thomas Mueller" To: freebsd-current@freebsd.org Subject: Re: src: continued use of Subversion for getting updates References: <20201222183900.GA22353@www.zefox.net> <81C07616-434E-4DF4-91AC-518AECF4F16F@gromit.dlib.vt.edu> <01b07b90-e206-aa56-aa5b-91c764ef36a4@gmail.com> X-CMAE-Envelope: MS4wfP0S8utmOFTqm3GIeWUU/pgN9Nk1nfIRqJhKFd1XIa1sUzNldTe9F04blncHHXNvE3hrUfHaJeq14MVyd/4xR8c6kEBMpawrW8c6qjwwc3VnpyRQQbCD GK4qaHvQr51h9eUFZbwxlPTzsVirWAZR6dTMPrhVzC2ke0I7c5JMosGQ X-Rspamd-Queue-Id: 4D19Tr4yClz4hYs X-Spamd-Bar: ++++ X-Spamd-Result: default: False [4.50 / 15.00]; FREEMAIL_FROM(0.00)[twc.com]; MISSING_DATE(1.00)[]; TO_DN_NONE(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; FORGED_SENDER(0.30)[mueller6722@twc.com,mueller6721@twc.com]; RECEIVED_SPAMHAUS_PBL(0.00)[96.28.177.163:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; FROM_NEQ_ENVFROM(0.00)[mueller6722@twc.com,mueller6721@twc.com]; RBL_DBL_DONT_QUERY_IPS(0.00)[47.43.26.138:from]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(1.00)[1.000]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[twc.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[47.43.26.138:from:127.0.2.255]; MISSING_MID(2.50)[]; NEURAL_SPAM_LONG(1.00)[0.999]; RCVD_COUNT_TWO(0.00)[2]; 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: , Date: Wed, 23 Dec 2020 11:10:09 -0000 X-List-Received-Date: Wed, 23 Dec 2020 11:10:09 -0000 > stable/11 as well as the releng branches for as long as the project has > them under support. I wrote the code to replay commits into subversion for > the convenience of our users on those branches. The 12.x releases will be > built out of Subversion to preserve $FreeBSD$ expansion and other obscure > subversion details that may matter or be disruptive to people using those > branches. > Current has moved entirely to git. New commits have started up again. > Stable/11 and stable/12 are there as well, but there are a couple of last > minute snags that are being sorted out so it will be an additional day, > maybe two before those start. FreeBSD 13 will be entirely from git and will > be branching late winter or early spring if all goes well. Other issues > with git are being sorted our as they arise. > For those using github, migration instructions will be in place once the > changes there are complete. What I've written up is enough for the seasoned > traveler, but lacks a few details that were hosted worked out in the past > days I've not had time to fold in. We hope to have that all sorted out by > Christmas. > This has been a big job with way more moving parts than I'd ever thought > possible. We've attended to most of them, and are fixing the stragglers as > the team becomes aware of them. > Warner Congratulations on moving doc and current src trees to git. I made the transition and ran "rm -Rf" on doc svn tree, src svn tree and also src12 tree. I am abandoning releng-12 because of problems with internet connectivity, which even appeared in NomadBSD live USB based on FreeBSD 12.1. Will stable/11 and stable/12 be available by both git and svn? This is just idle curiosity in my case. Tom