Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54954 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23506 invoked from network); 25 Aug 2011 23:53:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2011 23:53:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=davidkmuir@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=davidkmuir@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.43 as permitted sender) X-PHP-List-Original-Sender: davidkmuir@gmail.com X-Host-Fingerprint: 209.85.210.43 mail-pz0-f43.google.com Received: from [209.85.210.43] ([209.85.210.43:54470] helo=mail-pz0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/00-22704-070E65E4 for ; Thu, 25 Aug 2011 19:53:20 -0400 Received: by pzk1 with SMTP id 1so3503306pzk.2 for ; Thu, 25 Aug 2011 16:53:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=HFNue6q+I2vNWimrWq3AyOOVSSg6+5ms3c7khb0K820=; b=e1ORq3G5eGYduVEI9qF6nMabwS3gfvilK7KDjVoEvc8To9Uqvjx4LQfdr99ZDWTMzX xzN63nRF8yTURR5KC+t7ykt3AiBsLsSqG9ykRdggaDU9ACR3EQN2SVSASxtIZl7evhtC 0EZ/ROpmP6QomPp5OcIUEaxGqPe6uleSc80IE= Received: by 10.142.170.5 with SMTP id s5mr184543wfe.275.1314316397628; Thu, 25 Aug 2011 16:53:17 -0700 (PDT) Received: from [192.168.1.38] (static-93-136.net2000.com.au. [203.32.93.136]) by mx.google.com with ESMTPS id e8sm116033pbc.8.2011.08.25.16.53.15 (version=SSLv3 cipher=OTHER); Thu, 25 Aug 2011 16:53:16 -0700 (PDT) Message-ID: <4E56E068.8030502@gmail.com> Date: Fri, 26 Aug 2011 09:53:12 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [VOTE] Choosing a distributed version control system for PHP From: davidkmuir@gmail.com (David Muir) On 08/26/2011 04:12 AM, Kalle Sommer Nielsen wrote: > 2011/8/24 David Soria Parra : >> Hi Internals,, >> >> after 3 weeks of discussion, I think we are ready to start voting on >> the DVCS RFC. If you think something is missing or should be explained >> in more detail, let me know. > I won't transfer the discussion over here but; I don't want to move to > a new system we we did it just a few years ago, as Rasmus said long > before we moved was that we want to find a solid system that could > hold out just as long as the old setup. I don't have a problem by > using SVN, nor merge as we have been good at keeping files in sync so > its easy to merge patches, much easier than the old unicode-trunk. > > That being said; I agree with Stas that having a vote is not a good > way to actually make a choice here, but it gives a hint of those that > voted, as I'm sure that there are many more actively working on the > project like PEAR. PECL and Doc guys thats not gonna vote because they > don't follow Internals. > > But -1 from me. > > FWIW, PEAR is already moving to GitHub. David