From owner-freebsd-current@freebsd.org Thu Dec 17 19:05:50 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 415574C0949 for ; Thu, 17 Dec 2020 19:05:50 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x72b.google.com (mail-qk1-x72b.google.com [IPv6:2607:f8b0:4864:20::72b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CxhKV0kldz4cML for ; Thu, 17 Dec 2020 19:05:49 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x72b.google.com with SMTP id w79so27424354qkb.5 for ; Thu, 17 Dec 2020 11:05:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=moeIAq2/2CgdhBiAYiungJPe4LV5yzbf9YLxsef1G1E=; b=SrOIY0UNIE67f7MIoS8A6qywQaEZ75z4tuvJDqcspBWTQMmnvKZITQfm4y3M9ZDPTk 2R+zLahEIEM1/q2tqjEC+wrmeJFlOvWasy1j6t4q5e2GBfzkCzXyOfZTlmv/b2qtiqM5 yJ/+nfak31dV1bH7gaUMKaZI5EgyeEmv0y3njf1RVU25/fV4kPI1af6SOP7KyPUUhmH6 WPqQTj94Bt42PBjKh9ExQBb9aR36v4lCflem66pu9XagC1OOsUcGCqOZuDuBZDsIk+JO IAGZPl9awwa+uGiLg1UvvP1AfTS0VR5nm21W8gyZdH5NE0EExAppUXh1MoAUHHpePQwO b6dg== X-Gm-Message-State: AOAM533dD2U0o4EkjhyHFF6o+NQJ4LyPk5HVNlg3s9cD3nHN/ma96Iyy VSWROyzocyV9NocBkcGUNktXmXZK+FsVaRZC7HWrEw== X-Google-Smtp-Source: ABdhPJx3/tFQZG2BG9nxjmreHxTIjzuFFNzmcDIdfER9sjMXc0+9zwpgSY48R48ASqwhFtPtkj+H6M9pUxKVPPhXStk= X-Received: by 2002:a37:bf86:: with SMTP id p128mr789268qkf.44.1608231938647; Thu, 17 Dec 2020 11:05:38 -0800 (PST) MIME-Version: 1.0 References: <31ab8015-a0c4-af77-0ead-a17da0f88f1d@freebsd.org> In-Reply-To: <31ab8015-a0c4-af77-0ead-a17da0f88f1d@freebsd.org> From: Warner Losh Date: Thu, 17 Dec 2020 12:05:28 -0700 Message-ID: Subject: Re: HEADS UP: FreeBSD src repo transitioning to git this weekend To: Nathan Whitehorn Cc: FreeBSD Current X-Rspamd-Queue-Id: 4CxhKV0kldz4cML X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 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: Thu, 17 Dec 2020 19:05:50 -0000 On Thu, Dec 17, 2020 at 12:01 PM Nathan Whitehorn wrote: > > > On 12/16/20 7:46 PM, Warner Losh wrote: > > Greetings, > > > > The FreeBSD project will be moving it's source repo from subversion to > git > > starting this this weekend. The docs repo was moved 2 weeks ago. The > ports > > repo will move at the end of March, 2021 due to timing issues. > > > > The short version is that we're switching the version control we're > using. > > This switch will preserve much of the current FreeBSD development > workflow. > > After the switch, the subversion repo will become almost read-only. All > > future work will be done in git, however as a transition aide we'll be > > replaying the MFCs to stable/11, stable/12 and the related releng > branches > > for the life of those branches. > > > > For more detailed information, please see > > https://github.com/bsdimp/freebsd-git-docs/ for the current > documentation. > > > > Please see https://wiki.freebsd.org/git for the latest detailed schedule > > (please note that this schedule is subject to change). > > > > Warner > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to " > freebsd-current-unsubscribe@freebsd.org" > > > > One question I didn't see in the (excellent!) docs is whether we should > be PGP-signing commits or not. Is that encouraged? > We've not started doing that in general. I don't think signing would cause issues, but since it is a bit of an unknown, we've not taken a position on this. Warner (on behalf of the git working group)