From owner-freebsd-git@freebsd.org Sat Jul 11 20:58:05 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 32E4637105D for ; Sat, 11 Jul 2020 20:58:05 +0000 (UTC) (envelope-from rene@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4B42LP0cPZz4bPq for ; Sat, 11 Jul 2020 20:58:05 +0000 (UTC) (envelope-from rene@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 14EE437140C; Sat, 11 Jul 2020 20:58:05 +0000 (UTC) Delivered-To: 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 14B533712BF for ; Sat, 11 Jul 2020 20:58:05 +0000 (UTC) (envelope-from rene@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B42LN6vmLz4bpR; Sat, 11 Jul 2020 20:58:04 +0000 (UTC) (envelope-from rene@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1185) id E384716B25; Sat, 11 Jul 2020 20:58:04 +0000 (UTC) Date: Sat, 11 Jul 2020 20:58:04 +0000 From: Rene Ladan To: Ulrich =?iso-8859-1?Q?Sp=F6rlein?= Cc: git@freebsd.org, mat@freebsd.org Subject: Re: ports 2020Q3 branch not present? Message-ID: <20200711205804.GA22050@freefall.freebsd.org> References: <20200710212416.GA89164@freefall.freebsd.org> <20200711093659.GA16439@acme.spoerlein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200711093659.GA16439@acme.spoerlein.net> 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: Sat, 11 Jul 2020 20:58:05 -0000 On Sat, Jul 11, 2020 at 11:36:59AM +0200, Ulrich Spörlein wrote: > On Fri, 2020-07-10 at 21:24:16 +0000, Rene Ladan wrote: > > Hello, > > > > I noticed that ports 2020Q3 branched is not present in the git ports tree > > at cgit-beta.freebsd.org > > > > It was branched from subversion HEAD as r541028 on 2020-07-02 12:04:18 UTC > > The other quarterly branches all seem to be present. > > Indeed, thanks for the report! I changed the location the branches are > being pushed to and messed this up, actually. > Oops :) > Now, the big question is whether we want these branches under refs/heads > so that everyone will pull them by default (rather wasteful?) or whether > we stick them someplace else, so people checking them out will need to > add a custom "fetch" line (like we do this for vendor branches over in > src). > > Thoughts? I'm strongly favoring the latter. > [adding mat@ who is the portmgr-git liaison IIRC] Hmm, so currently the quarterly (and older releng) branches are directly under the "remotes" origin, just like master itself. This makes switching between branches easy, which comes in handy for MFHs I think. Is there a way to see how much space each of the branches consume? Currently I have an idx of 141 MB and a pack of 763 MB, not much larger than a single branch in Subversion (.svn directory starting at 650 MB). Regards, René