Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88728 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1218 invoked from network); 9 Oct 2015 22:13:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2015 22:13:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:59038] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/E7-57614-F1C38165 for ; Fri, 09 Oct 2015 18:13:51 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 502786D2002; Sat, 10 Oct 2015 00:13:48 +0200 (CEST) Received: from w530phpdev (p579F319F.dip0.t-ipconnect.de [87.159.49.159]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id A23DB6D2002; Sat, 10 Oct 2015 00:13:44 +0200 (CEST) To: "'Julien Pauli'" , "'Ferenc Kovacs'" Cc: "'Stanislav Malyshev'" , "'Remi Collet'" , "'Kalle Sommer Nielsen'" , "'Anatoliy Belsky'" , "'PHP Internals'" References: In-Reply-To: Date: Sat, 10 Oct 2015 00:13:41 +0200 Message-ID: <0ac301d102df$c35d76e0$4a1864a0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQHvo8BsKrCTaLZWfPeBzBGKLarpvQFOTlIpnhwDWRA= Content-Language: en-us Subject: RE: removal of the old PHP-X.Y.Z release branches From: anatol.php@belski.net ("Anatol Belski") Hi, > -----Original Message----- > From: julienpauli@gmail.com [mailto:julienpauli@gmail.com] On Behalf = Of > Julien Pauli > Sent: Thursday, October 8, 2015 5:28 PM > To: Ferenc Kovacs > Cc: Stanislav Malyshev ; Remi Collet ; = Kalle > Sommer Nielsen ; Anatoliy Belsky ; PHP = Internals > > Subject: Re: removal of the old PHP-X.Y.Z release branches >=20 > On Thu, Oct 8, 2015 at 4:41 PM, Ferenc Kovacs = wrote: > > Hi, > > > > we RMs started using the release branches (PHP-X.Y.Z) a while ago = and > > we push those so that the we can work together easier when > > preparing/syncing the releases. > > As those branches are meaningless for the general public I would > > propose updating our current release process > > (https://github.com/php/php-src/blob/master/README.RELEASE_PROCESS) > so > > that when we create a new release branch (PHP-X.Y.Z) we also remove > > the old release branch (PHP-X.Y.Z-1). > > (we could even remove it after tagging the final, but in the past we > > had a couple of re-tags, so it is easier to just remove when = creating > > the release branch for the next version). > > I would also propose removing all of the old release branches for > > now(only keeping the last one for each minor/major version). > > > > ps: I've also cc-ed the internals@ list so people won't freak out > > if/when we remove the old branches en masse. >=20 > I'm very +1 in cleaning old git references, like RM branches, and not = needed > branches like most of "experimental/" , some dating back from 2000. >=20 Same here with release branches. Once a release is permanently out, it = cannot be retagged anyway. If it was bad, the release branch might need = to be reused directly. But when branching out the next clean one, the = previous release branch loses its usefulness. Regarding experimental branches - maybe there could be kinda "museum" = repository for all that? Even if they wouldn't have any immediate = practical usefulness, the thoughts there could be still useful. And, = just the history :) Regards Anatol