Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52633 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17816 invoked from network); 1 Jun 2011 07:15:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2011 07:15:08 -0000 Authentication-Results: pb1.pair.com header.from=drak@zikula.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=drak@zikula.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zikula.org designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: drak@zikula.org X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:64417] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/00-17219-9F6E5ED4 for ; Wed, 01 Jun 2011 03:15:06 -0400 Received: by wwd20 with SMTP id 20so5398987wwd.11 for ; Wed, 01 Jun 2011 00:15:02 -0700 (PDT) Received: by 10.216.190.40 with SMTP id d40mr6990465wen.34.1306912073190; Wed, 01 Jun 2011 00:07:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.51.72 with HTTP; Wed, 1 Jun 2011 00:07:33 -0700 (PDT) In-Reply-To: <4DE5E291.9050806@lsces.co.uk> References: <4DB8CCA9.7040604@yahoo.com.au> <4DB9170E.7010707@lsces.co.uk> <4DE5E291.9050806@lsces.co.uk> Date: Wed, 1 Jun 2011 12:52:33 +0545 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: multipart/alternative; boundary=001485f27b3ae00dc204a4a12d89 Subject: Re: [PHP-DEV] DVCS From: drak@zikula.org (Drak) --001485f27b3ae00dc204a4a12d89 Content-Type: text/plain; charset=UTF-8 On 1 June 2011 12:41, Lester Caine wrote: > At the current time I think that PHP would need to restructure how it is > packaged up to provide a single repo in both HG or GIT. Keeping SVN ( I'd > still prefer CVS here it works BETTER as a master for DVCS! ) as the master > from which we CAN currently sync using HG or GIT is the best of a bad job > currently. Unless some knows better > I know what you mean. There are solutions like submodules in GIT but it does require some small restructuring usually. By the way, TortoiseGIT is now quite excellent for Windows GUI. A new version 1.7.0 is just about to be released too. I'm a bit biased against GIT but overall, GIT is getting way more traction than Hg and github.com excels in features compared to anything else. From what I have seen also, IDE integration with GIT is starting to catchup both in NetBeans and Eclipse - and already way ahead of the pack is phpStorm for VCS integration, but it's not free. Regards, Drak --001485f27b3ae00dc204a4a12d89--