Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35623 invoked from network); 14 Mar 2010 19:42:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2010 19:42:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.216 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.218.216 mail-bw0-f216.google.com Received: from [209.85.218.216] ([209.85.218.216:44055] helo=mail-bw0-f216.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/3B-07348-52C3D9B4 for ; Sun, 14 Mar 2010 14:42:31 -0500 Received: by bwz8 with SMTP id 8so2521635bwz.23 for ; Sun, 14 Mar 2010 12:42:26 -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=eXp2ARb1DnntQG/Pn2G1O142+A9a7DINCG7QZeo0yrU=; b=WUIEsbbsn5XWiQoV2ixAv1dW2VxPOPssy5Hbe7K5RvKX/GXgffhqqJKELh3gV7Zsqx gYRjCd0iSFn2se4tvxFTlFQEUM+gBy7tvQpyjvbGEax88SycBXHAaN6j0EPMwlpOx04f Hesmot9ERtJI02PK1SNmPP117Sk+JqPr76vVQ= 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=osqaPBmP4PGBq/TxY462EjlcvaOpjX8Nhos9+eGeGwdV8Ds3YkoXaJmxDnZxg5KqC2 k8bchMhyF/tqDDPawkEqJgJfzcmpspuiyMv6YDyiBGgMAVCTolQCSexwSglRZV7pNQoU x1clewIUff4ra7vDbofhEK8Y+SwJzGnh8rf/4= MIME-Version: 1.0 Received: by 10.204.6.70 with SMTP id 6mr1358061bky.6.1268595746092; Sun, 14 Mar 2010 12:42:26 -0700 (PDT) In-Reply-To: References: <36D0BC9D-72BA-4087-9088-A054F0E82A52@pooteeweet.org> Date: Sun, 14 Mar 2010 20:42:25 +0100 Message-ID: To: Gwynne Raskind Cc: David Soria Parra , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: moving forward From: tyra3l@gmail.com (Ferenc Kovacs) (g)it would be better for cherrypicking and handling multiple development branches, but it the developers cant use it propery, the its PITA. Tyrael On Sun, Mar 14, 2010 at 8:09 PM, Gwynne Raskind w= rote: > On Mar 14, 2010, at 12:58 PM, David Soria Parra wrote: >>> I would also like to bring up another point. Since we are now on SVN (a= nd there are nice bridges to DVCS for those that want to use them), we can = now also more easily enable developers to work on complex or risky features= in a branch instead of trunk. So for example if we feel like it will take = us too long to come up with a unicode plan, then I would suggest to leave i= t out the next release and simply have the people that have an idea for an = approach create a branch and work things out there. This way normal develop= ment in trunk can commence. >> Yes experimental branching shouldn't be a problem. I persoanlly would pr= efer if we just create php-src/experimental/ or php-src/developer// for this purpuse to not clutter branches/ with a million names. > > > I'd actually like to bring up the question of going to DVCS for PHP. I kn= ow I was a vocal advocate against it before, but I've learned a bit since t= hen. Anyone care to discuss? > > -- Gwynne > >