Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54441 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29383 invoked from network); 7 Aug 2011 21:55:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2011 21:55:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.176 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.215.176 mail-ey0-f176.google.com Received: from [209.85.215.176] ([209.85.215.176:33388] helo=mail-ey0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/32-17758-DE90F3E4 for ; Sun, 07 Aug 2011 17:55:58 -0400 Received: by eyz10 with SMTP id 10so3317061eyz.35 for ; Sun, 07 Aug 2011 14:55:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=wWWMgIFEHM75yr7FiwpLYQdOtbRudAqvGLb9UoxtyG4=; b=SEif6NTb8Mb4JeTgPoOc95Z2WmSrKUHbeX5/LIpY24IRPLxw4vFxhG2rFWbYwrvrg1 ffXsm4LPkKoxNSCEXDkF6G052YNIYtR75rP1xfl0OE+U3V7liy3EGIp+I+1UT1sUNCPE aWXSd8WB+P/A9c/e/LYu55zouUFSKbLPnx45c= MIME-Version: 1.0 Received: by 10.14.10.75 with SMTP id 51mr1307303eeu.3.1312754153829; Sun, 07 Aug 2011 14:55:53 -0700 (PDT) Received: by 10.14.186.129 with HTTP; Sun, 7 Aug 2011 14:55:53 -0700 (PDT) In-Reply-To: References: Date: Sun, 7 Aug 2011 23:55:53 +0200 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: nikita.ppv@googlemail.com (Nikita Popov) If a transition from SVN to Git were to be done, the question most relevant question for me is whether it will be possible to properly transform the EN-Revision fields in the documentation translation files. I.e. will we be able to keep the current SVN history (just make it a Git history) and also automatedly rewrite those EN-Revision fields to use the appropriate sha1 hashes? I'm all in favor of using Git, but missing EN-Revisions are really a pain and drastically increase the time required for updating translations. I would better keep SVN, if a transformation wouldn't be possible. On Sun, Aug 7, 2011 at 10: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. > > =A0 =A0https://wiki.php.net/rfc/dvcs > > There are reasons for choosing these systems: > =A0 * Both are quite popular > =A0 * I know them > =A0 * Most PHP devs that I know, know at least on of them > =A0 * Big projects have recently moved to them, they have > =A0 =A0 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: > =A0- you are interested in DVCS > =A0- know a little bit about PHPs requirements for a DVCS > =A0- 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 > >