Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54484 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58324 invoked from network); 9 Aug 2011 04:49:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2011 04:49:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=ronabop@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ronabop@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: ronabop@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:57698] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/D2-35859-04CB04E4 for ; Tue, 09 Aug 2011 00:49:05 -0400 Received: by wyf23 with SMTP id 23so104555wyf.29 for ; Mon, 08 Aug 2011 21:49:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=PJUHJ93mepNDYGaptoSBOAVnBPyakmnUN8TMXhCJjIc=; b=GgT9sz4S39dNMCYyzvS0CPEfVJ/R0qYARvzrO6M7ysq6Iqcj8mLNZrUpSebxs3h2uz XtKtRBHqsQKlsHpaip0/q8NrKIWIutDisPhzkfUiFwDnHRgMutCYvqdKxjd9HQWl8uq2 c7S98TESIEHZiApQr98P3nlwH+6C2BJtfUuDc= MIME-Version: 1.0 Received: by 10.216.60.74 with SMTP id t52mr5020530wec.80.1312865341168; Mon, 08 Aug 2011 21:49:01 -0700 (PDT) Received: by 10.216.4.73 with HTTP; Mon, 8 Aug 2011 21:49:00 -0700 (PDT) In-Reply-To: <4E4092F3.2000406@garfieldtech.com> References: <4E3F0279.3070701@sugarcrm.com> <4E4092F3.2000406@garfieldtech.com> Date: Mon, 8 Aug 2011 21:49:00 -0700 Message-ID: To: Larry Garfield Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: ronabop@gmail.com (Ronald Chmara) On Mon, Aug 8, 2011 at 6:52 PM, Larry Garfield wro= te: > A previous poster claimed that a DVCS would lead to confusion as to what = the > canonical repository was. =A0That is, in my experience, a common fear of > someone who has not used a DVCS in production. Disclaimer: I haven't committed to PHP in years, but since my last commit, I have worked with a lot of DVCS systems. The whole *point* of DVCS (IMNSHO) is that the concept of "canonical repository" is part of the *problem*, not part of the *solution*. Here's a pretty good talk by some random guy (1:10:15 worth) on the topic about juggling lots of code sources, and canonical "authorities", and conflicting trees: http://www.youtube.com/watch?v=3D4XpnKHJAok8 (Apologies if this has already been posted upthread)