Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54452 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97132 invoked from network); 8 Aug 2011 07:01:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2011 07:01:32 -0000 Authentication-Results: pb1.pair.com header.from=lists@rotorised.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lists@rotorised.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rotorised.com from 203.88.115.241 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 203.88.115.241 ironport1-mx.cbr1.mail-filtering.com.au Received: from [203.88.115.241] ([203.88.115.241:21993] helo=ironport1-mx.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/8C-17758-CB98F3E4 for ; Mon, 08 Aug 2011 03:01:27 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkIHAN+IP06va78L/2dsb2JhbABCmDGPfoFAAQEFHQpREQsYCRYECwkDAgECAUUTCAEBw2OGRgSYCoty X-IronPort-AV: E=Sophos;i="4.67,336,1309701600"; d="scan'208";a="460851061" Received: from ju001lcs02.dfw.the-server.net.au (HELO ju001lcs02.dfw.the-server.com.au) ([175.107.191.11]) by ironport1-mta.cbr1.mail-filtering.com.au with ESMTP; 08 Aug 2011 16:58:26 +1000 Received: from [121.208.5.54] (helo=[192.168.0.2]) by ju001lcs02.dfw.the-server.com.au with esmtpa (Exim 4.69) (envelope-from ) id 1QqJn5-002Rqa-KN for internals@lists.php.net; Mon, 08 Aug 2011 16:58:24 +1000 Message-ID: <4E3F8915.8030009@rotorised.com> Date: Mon, 08 Aug 2011 16:58:29 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: lists@rotorised.com (Ryan McCue) Kiall Mac Innes wrote: > Later on in the doc, you go into detail about submodules, and CRLF -> LF > support in both Git and Hg. To be fair, submodules don't work exactly the same. Unlike svn:externals, which are linked to a repository, submodules are linked to a repository *and a commit*. That means that if an external is updated, the submodule must be updated, and that change must be committed. (Forgot to send this to the list as well, gah!) -- Ryan McCue