Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54534 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27544 invoked from network); 12 Aug 2011 12:25:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2011 12:25:17 -0000 Authentication-Results: pb1.pair.com header.from=catch56@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=catch56@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: catch56@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:56381] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/CE-40016-AAB154E4 for ; Fri, 12 Aug 2011 08:25:15 -0400 Received: by bkd19 with SMTP id 19so1707292bkd.29 for ; Fri, 12 Aug 2011 05:25:11 -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; bh=95hOYmyDUPBCuCmhpkcvasJJeTYWatX3o6NDhL/3Ccs=; b=WlLiAzRBw9re3PEDW70TFF+8g6JVTdLfitUyBp5hNTgUkXKepHM04x905ohFxujogI 5r/aLQ9YNdUCtsVBLLGS5QHFk9yohyt/GQodcfxsoBQBluMBIlQQ4/oAQ9anp28TYpk1 8HtzGNn+hohgGRuBRRBV4qQ5gCJTU2IqB5+lM= MIME-Version: 1.0 Received: by 10.204.42.136 with SMTP id s8mr345761bke.23.1313151911575; Fri, 12 Aug 2011 05:25:11 -0700 (PDT) Received: by 10.204.114.207 with HTTP; Fri, 12 Aug 2011 05:25:11 -0700 (PDT) In-Reply-To: <4E45192C.2090604@lsces.co.uk> References: <4E3F02E8.2050402@sugarcrm.com> <4E450EB1.6090502@lsces.co.uk> <1313149176.2648.9.camel@guybrush> <4E45192C.2090604@lsces.co.uk> Date: Fri, 12 Aug 2011 21:25:11 +0900 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: multipart/alternative; boundary=bcaec554df3e39bf5f04aa4e0106 Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: catch56@gmail.com (Nathaniel Catchpole) --bcaec554df3e39bf5f04aa4e0106 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable fwiw with Drupal we have a central repository for the core and contributed projects hosted on Drupal.org. There are also sandbox projects (which can b= e either experimental new projects or forks), and these are also centrally hosted. This doesn't stop people using github, but it massively increased commit activity on Drupal.org after the switch from cvs (when a lot of people had moved active development to github due to not liking cvs, and definitely some people have come back since). Nathaniel On Fri, Aug 12, 2011 at 9:14 PM, Lester Caine wrote: > Johannes Schl=FCter wrote: > >> Actually the real question here is WHY create a fork on github at all? T= he >>> 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 on= ly >>> 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;-) >> > > But that is the point ... if everybody has their own published > 'experimental feature' repos, syncing those bits we are playing with look= s > like a nightmare? Surly the point of DVCS is we share via some central po= t, > and these experimental branches exist there? Having to keep track of who'= s > bits you are playing with is the messy bit :( And it's that which has cau= sed > problems with other projects, where 'extensions' have grown in secondary > repos ... and become the official extension. That is what I think people = are > just trying to flag up. > > -- > Lester Caine - G8HFL > ----------------------------- > Contact - http://lsces.co.uk/wiki/?page=3D**contact > L.S.Caine Electronic Services - http://lsces.co.uk > EnquirySolve - http://enquirysolve.com/ > Model Engineers Digital Workshop - http://medw.co.uk// > Firebird - http://www.firebirdsql.org/**index.php > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --bcaec554df3e39bf5f04aa4e0106--