Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44490 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47855 invoked from network); 26 Jun 2009 20:47:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2009 20:47:59 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:45313] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/57-08868-DF3354A4 for ; Fri, 26 Jun 2009 16:47:59 -0400 Received: by fg-out-1718.google.com with SMTP id e12so735900fga.0 for ; Fri, 26 Jun 2009 13:47:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=nNL9iT6WnFZW9c0DLz8l+VnxEVdBnnLDESoPFiZlbCE=; b=gZReq4aYRuuqDUPXs8VqOTl+lt3Iwg3xFFV9szh9LY50NlAq5WdqXepefzXm65OFjk 7uhe+5C/FEADiewoX8PxvEl6swmK9e7rpcEkL+8P+ravpZPT37r2yOIbPu0NVeAqhNV4 ixCr98nrSzxZRonAp+NtCk6VcvJK0BOi7Otog= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Vk6AdAfJCiINzpT14YZj4qKduY/jpYj0egVERqp5JRUsVJWMrr1kk6S0Ne8TqNgXkX 6VBpQ3SF5OKj5AAvM1lbt1ip9GFb82zcy40fXQiHrU2y9GcD9zOcfYa6VpsV3itwVb4m YAeSPoXRu3L7VdtAb5Ih/MwzwYDMYopDFhW3o= MIME-Version: 1.0 Received: by 10.86.92.9 with SMTP id p9mr4089622fgb.15.1246049273814; Fri, 26 Jun 2009 13:47:53 -0700 (PDT) In-Reply-To: References: <9A46F4B8-E64A-4C3C-B2A5-FC354A3EB71D@pooteeweet.org> <0C2F23C2-D188-4938-B44C-4ED166B934CE@macvicar.net> Date: Fri, 26 Jun 2009 22:47:53 +0200 Message-ID: <7f3ed2c30906261347n587a88aeg7ce9117e64c618eb@mail.gmail.com> To: Scott MacVicar Cc: Pierre Joye , Lukas Kahwe Smith , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] post 5.3.0 development From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Jun 26, 2009 at 22:35, Scott MacVicar wrote: > If the reason that you're about to be given is, we might find something > critical and need to re-roll 5.3.0 then branch from the tag you've created, > fix what's needed and re-tag. Even though CVS sucks it does allow this. Fair enough. However. You should still be committing to HEAD before 5_whatever. And we are about to switch from SVN. Lets keep the release model as-is for 3more days, migrate to SVN and then design a better release model. -Hannes p.s. I missed the tagging by an hour, so I feel your frustration - but you should be developing in the developer branch, not release branch...