From owner-freebsd-git@freebsd.org Wed Oct 14 17:57:24 2020 Return-Path: Delivered-To: freebsd-git@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 D20AF43F4F1 for ; Wed, 14 Oct 2020 17:57:24 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CBKr45CPXz4JhS; Wed, 14 Oct 2020 17:57:24 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p4fd3a1f5.dip0.t-ipconnect.de [79.211.161.245]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id 56FA92324B; Wed, 14 Oct 2020 17:57:24 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Wed, 14 Oct 2020 19:57:21 +0200 From: Gordon Bergling To: Warner Losh Cc: freebsd-git@freebsd.org Subject: Re: svnweb persistence Message-ID: <20201014175721.GA73584@lion.0xfce3.net> References: <20201014174214.GA66478@lion.0xfce3.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 7:52PM up 1:45, 2 users, load averages: 0.94, 0.76, 0.47 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2020 17:57:24 -0000 On Wed, Oct 14, 2020 at 11:44:56AM -0600, Warner Losh wrote: > On Wed, Oct 14, 2020 at 11:42 AM Gordon Bergling wrote: > > > Hi, > > > > regarding the upcoming switch from subversion to git. Is it planned that > > svnweb.freebsd.org is kept alive? > > > > There are numerous sources on the web where this host is referenced for > > commits. > > > > That's the plan for the foreseeable future, but some years from now we may > turn it off. > > Warner Thanks for the good news. Since the source repository has a history of nearly 20+ years, I would recommended that we keep that CNAME for at least this period of time alive. Maybe a static version, so that we don't have to keep the whole subversion infrastructure intact. --Gordon