Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58758 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55386 invoked from network); 7 Mar 2012 22:28:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2012 22:28:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=lists@rotorised.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lists@rotorised.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rotorised.com from 203.88.115.241 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 203.88.115.241 ironport1-mx.cbr1.mail-filtering.com.au Received: from [203.88.115.241] ([203.88.115.241:60976] helo=ironport1-mx.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/5C-15180-211E75F4 for ; Wed, 07 Mar 2012 17:28:36 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AloGAF7gV0+va78L/2dsb2JhbABEgwmzJYIKAQEFOEARCxgJFg8JAwIBAgFFEwgBAYgDuVyNTYMiBJslijOCdQ X-IronPort-AV: E=Sophos;i="4.73,548,1325422800"; d="scan'208";a="601601217" Received: from ju001lcs02.dfw.the-server.net.au (HELO ju001lcs02.dfw.the-server.com.au) ([175.107.191.11]) by ironport1-mta.cbr1.mail-filtering.com.au with ESMTP; 08 Mar 2012 09:28:31 +1100 Received: from [124.191.162.147] (helo=[192.168.0.12]) by ju001lcs02.dfw.the-server.com.au with esmtpa (Exim 4.69) (envelope-from ) id 1S5PLR-001p5z-1l for internals@lists.php.net; Thu, 08 Mar 2012 09:28:30 +1100 Message-ID: <4F57E125.1010303@rotorised.com> Date: Thu, 08 Mar 2012 08:28:53 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: internals@lists.php.net References: <4F5336B2.3040200@kukulich.cz> <4F53DF00.6070303@gmx.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Git Migration: Status Update From: lists@rotorised.com (Ryan McCue) Kris Craig wrote: > As I and others have said already, using a Subversion > branching model on Git just doesn't make any sense. We may as well just > keep using SVN if we're not going to make use of Git's branching advantages. I completely disagree. There's no need to completely switch your branching model or mental workflow. The git-flow article is just one of many ways you can do branching (I don't particularly have an opinion on it, but I don't use it). Personally, I switch between using feature branches and using release branches, much like PHP. Personally, I don't think PHP's system needs to change any time soon (or indeed, at all), unless a majority of contributors really want to. It's just a waste of time and resources otherwise. -- Ryan McCue