Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54521 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 674 invoked from network); 12 Aug 2011 10:36:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2011 10:36:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=ava3ar@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ava3ar@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: ava3ar@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:54417] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/89-40016-F12054E4 for ; Fri, 12 Aug 2011 06:36:16 -0400 Received: by vxh24 with SMTP id 24so2587045vxh.29 for ; Fri, 12 Aug 2011 03:36:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=7TEoXWgGvBdopq6Py9VjKYNK4Dt7j2T0uBRMoUHf3Nw=; b=PdnY6aCRvmSAp4cMODqkLiQqLsgq2Ve1sFCyhftZRMtz4cf8+m7zCEif73axMvsLus V0q6CDHlfhR6VdxlQ4CplTjktjpyxlKWgJeRJvi2sgba5aAP+k83hmjJLMBAQqN32a7K o7+rTrjKw+UVuXRtrsOUX2Hg7j9gaFQNb4lO0= Received: by 10.220.120.12 with SMTP id b12mr200913vcr.111.1313145373110; Fri, 12 Aug 2011 03:36:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.167.2 with HTTP; Fri, 12 Aug 2011 03:35:52 -0700 (PDT) In-Reply-To: References: <4E3F02E8.2050402@sugarcrm.com> Date: Fri, 12 Aug 2011 11:35:52 +0100 Message-ID: To: Derick Rethans Cc: Stas Malyshev , "RQuadling@GMail.com" , David Soria Parra , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=000e0cd6b12880b2ad04aa4c7bd6 Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: ava3ar@gmail.com (Keloran) --000e0cd6b12880b2ad04aa4c7bd6 Content-Type: text/plain; charset=ISO-8859-1 all of those you listed, when you look at the fork path, can be traced to the real root, but thats the point to git, the main might have a bug, and becasue you can fork, and give pull-requests, until main is fixed, yours could be counted as the "real" one On Fri, Aug 12, 2011 at 11:26 AM, Derick Rethans wrote: > On Sun, 7 Aug 2011, Stas Malyshev wrote: > > > On 8/7/11 2:13 PM, Richard Quadling wrote: > > > > You can build single-source workflows around DCVS too. The fact that > > everybody is keeping the copy of the history doesn't mean there can't > > be one "main" repository. The point of DCVS is not as much in doing > > different things from what we're doing now as doing roughly the same > > things in a better way - more efficiently. > > > > > The main thing I'm worried about is if feature X splits the core devs > > > so much that there are 2 competing repos, both with a significant > > > number of core devs supporting each repo, how do I choose which is > > > which? If my abilities include being able to code at the core level, > > > which should I support? Both? All 3, 4 or 10 different forks? > > > > This can happen right now - take the code, put it on any of the hosting > > facilities and declare yourself the new king of PHP. > > But you can't call it PHP anymore due to the license, where as with a > DCVS with people having forks on publically accessible repositories, > everybody is basically violating the license. > > I share Richard's concerns about finding out "what is the real one"/best > one/latest one. > > Most recently I found that out with two related PHP projects: > > https://github.com/preinheimer/xhprof vs > https://github.com/facebook/xhprof > > and: > https://github.com/corretge/xdebug-trace-gui or > https://github.com/beberlei/xdebug-trace-gui or > http://www.rdlt.com/xdebug-trace-file-parser.html > > regards, > Derick > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --000e0cd6b12880b2ad04aa4c7bd6--