From owner-svn-src-head@freebsd.org Mon Dec 21 14:26:16 2020 Return-Path: Delivered-To: svn-src-head@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 56BE74BBB77; Mon, 21 Dec 2020 14:26:16 +0000 (UTC) (envelope-from kevans@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 4D01x41wxwz3QKf; Mon, 21 Dec 2020 14:26:16 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 307C76AE; Mon, 21 Dec 2020 14:26:16 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f171.google.com with SMTP id y15so6655979qtv.5; Mon, 21 Dec 2020 06:26:16 -0800 (PST) X-Gm-Message-State: AOAM5307XzD5fKUZ0gOhvuL8TF9Yyoj7bUsm11RfRzCHbL8EcUFXaS59 LUbyXPWQm5TJgEChCVVdtBHPkl7mq8PVIFuDCW8= X-Google-Smtp-Source: ABdhPJzuQwNUf1rWkEQB/mgMtuevYxGa0PU/6C0cD+/QVYu0d4F1w5uMwa5x1kPq4nZZ8NWoKVD4KKgRYNy+b33a39A= X-Received: by 2002:ac8:44cb:: with SMTP id b11mr16284210qto.60.1608560775577; Mon, 21 Dec 2020 06:26:15 -0800 (PST) MIME-Version: 1.0 References: <20201220145506.256ba79c@ernst.home> <202012211424.0BLEOIT9042173@gndrsh.dnsmgr.net> In-Reply-To: <202012211424.0BLEOIT9042173@gndrsh.dnsmgr.net> From: Kyle Evans Date: Mon, 21 Dec 2020 08:26:02 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r368820 - head To: "Rodney W. Grimes" Cc: Gary Jennejohn , "Hartmann, O." , Li-Wen Hsu , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2020 14:26:16 -0000 On Mon, Dec 21, 2020 at 8:24 AM Rodney W. Grimes wrote: > > > On Sun, 20 Dec 2020 15:46:12 +0100 > > "Hartmann, O." wrote: > > > > > On Sun, 20 Dec 2020 02:59:44 +0000 (UTC) > > > Li-Wen Hsu wrote: > > > > > > > Author: lwhsu > > > > Date: Sun Dec 20 02:59:44 2020 > > > > New Revision: 368820 > > > > URL: https://svnweb.freebsd.org/changeset/base/368820 > > > > > > > > Log: > > > > Mark the repository as being converted to Git. > > > > > > > > This is the last Subversion commit to src. > > > > > > > > Sponsored by: The FreeBSD Foundation > > > > > > > > Modified: > > > > head/README > > > > head/README.md > > > > > > > > Modified: head/README > > > > ============================================================================== > > > > --- head/README Sat Dec 19 22:04:46 2020 (r368819) > > > > +++ head/README Sun Dec 20 02:59:44 2020 (r368820) > > > > @@ -1,3 +1,5 @@ > > > > +This repository is being converted from Subversion to Git. > > > > + > > > > This is the top level of the FreeBSD source directory. This file > > > > was last revised on: > > > > $FreeBSD$ > > > > > > > > Modified: head/README.md > > > > ============================================================================== > > > > --- head/README.md Sat Dec 19 22:04:46 2020 (r368819) > > > > +++ head/README.md Sun Dec 20 02:59:44 2020 (r368820) > > > > @@ -1,3 +1,5 @@ > > > > +This repository is being converted from Subversion to Git. > > > > + > > > > FreeBSD Source: > > > > --------------- > > > > This is the top level of the FreeBSD source directory. This file > > > > _______________________________________________ > > > > svn-src-head@freebsd.org mailing list > > > > https://lists.freebsd.org/mailman/listinfo/svn-src-head > > > > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" > > > > > > Is this message of yours also the last message concerning the source changes? Since then > > > you published this message, no further logs ran into list svn-src-head@freebsd.org. > > > > > > > Take a look at this https://wiki.freebsd.org/git. Write access to > > Subversion has been disabled. > > I think the bigger question is why as a committer have I not seen ANY > commits to git since this cut over? Is it a) none have happened in 24 hours, > or b) commit mail is no longer going to developers as it use to? > According to the wiki, the repo conversion is not yet done so no commits have been made. =)