Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54530 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14907 invoked from network); 12 Aug 2011 11:39:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2011 11:39:43 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:41100] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/4C-40016-DF0154E4 for ; Fri, 12 Aug 2011 07:39:42 -0400 Received: from [192.168.2.230] (ppp-93-104-35-33.dynamic.mnet-online.de [93.104.35.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 2484877241; Fri, 12 Aug 2011 13:39:38 +0200 (CEST) To: Lester Caine Cc: internals@lists.php.net In-Reply-To: <4E450EB1.6090502@lsces.co.uk> References: <4E3F02E8.2050402@sugarcrm.com> <4E450EB1.6090502@lsces.co.uk> Content-Type: text/plain; charset="UTF-8" Date: Fri, 12 Aug 2011 13:39:36 +0200 Message-ID: <1313149176.2648.9.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2011-08-12 at 12:29 +0100, Lester Caine wrote: > Actually the real question here is WHY create a fork on github at all? The copy > you are working on LOCALLY is the fork that you are developing on? Much of the > stuff on github and the other DVCS server sites is redundant? You only need to > publish your local changes to other developers who are working with you not to > the whole world? since i can publish an experimental feature, get it reviewed/tested/improved before pushing it to the main tree. Mind that "other developers who are working with you" is potentially everybody on this list ;-) johannes