Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54442 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35803 invoked from network); 7 Aug 2011 22:47:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2011 22:47:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=kiall@managedit.ie; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kiall@managedit.ie; sender-id=pass Received-SPF: pass (pb1.pair.com: domain managedit.ie designates 209.85.210.172 as permitted sender) X-PHP-List-Original-Sender: kiall@managedit.ie X-Host-Fingerprint: 209.85.210.172 mail-iy0-f172.google.com Received: from [209.85.210.172] ([209.85.210.172:33082] helo=mail-iy0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/23-17758-AE51F3E4 for ; Sun, 07 Aug 2011 18:47:07 -0400 Received: by iye7 with SMTP id 7so8869513iye.31 for ; Sun, 07 Aug 2011 15:47:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=managedit.ie; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=U9rj1JApfFCEAqwnZfSSS3a7B4nmQm1VL644ZCIwN3k=; b=Nm29t+HsUNhDGiukcHaKAiyngi0KKxJv7E4stZsKsj6PQ7s7z9V02JuKqMc+9J165Y m8i7L3563FolmsBmklttqAadM3F80q90EKl00jIDVddI0Nhe56BGofGiOyPzCwZigfiB F6IxSY/uZ4WH24/k/sNQ+XP3wsT95cJJ2E5WM= Received: by 10.42.170.130 with SMTP id f2mr4639889icz.213.1312757223429; Sun, 07 Aug 2011 15:47:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.170.1 with HTTP; Sun, 7 Aug 2011 15:46:43 -0700 (PDT) In-Reply-To: References: Date: Sun, 7 Aug 2011 23:46:43 +0100 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=90e6ba6e883cfa967604a9f21bf5 Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: kiall@managedit.ie (Kiall Mac Innes) --90e6ba6e883cfa967604a9f21bf5 Content-Type: text/plain; charset=ISO-8859-1 Hi David, Think I may have spotted a mistake in the RFC: Decentralized version control system have some drawbacks: *... Snip .. * no svn:externals, no svn:eol-style Later on in the doc, you go into detail about submodules, and CRLF -> LF support in both Git and Hg. Thanks, Kiall On Sun, Aug 7, 2011 at 9:50 PM, David Soria Parra wrote: > Hi Internals, > > Distributed Version Control Systems (DVCS) getting more and more > popular. In fact they have been discussed within the PHP community and > on Internals a few times. It came to my attention that more and more > people like to see PHP move to a DVCS to solve some of the current > issues (and get other ones). > > I was asked to put together a RFC, and so here we are. I've created > an initial draft. It is mostly based on the very good Python PEP-0374. > It compares Git and Mercurial. > > https://wiki.php.net/rfc/dvcs > > There are reasons for choosing these systems: > * Both are quite popular > * I know them > * Most PHP devs that I know, know at least on of them > * Big projects have recently moved to them, they have > similar requirements like PHP > > The RFC is far from done, so please help me finishing it and get it out. > > This is a call for participation to help to get a (probably heated) > discussed started and work on the RFC to make it good enough to finally > choose a system or, and that is a valid option, stay with SVN. > > So if: > - you are interested in DVCS > - know a little bit about PHPs requirements for a DVCS > - are not a fanboy > > Feel free to discuss this and add your thoughts to the RFC. I would > love to not do this on my own. Feel free to catch me on IRC (dsp_ on > php.pecl) and discuss it. > > NOTE: this is not the place for any religiouise discussion about git vs > mercurial whatsover. if you have nothing else to add than "hg is $*** > anyway" or think hosting platform XY will solve all our problems > without reading the RFC carefully, please post to alt.relgion.* and not > here. > > > - David > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --90e6ba6e883cfa967604a9f21bf5--