Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47786 invoked from network); 16 Jul 2009 23:09:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jul 2009 23:09:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.216.176 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.216.176 mail-px0-f176.google.com Received: from [209.85.216.176] ([209.85.216.176:38562] helo=mail-px0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/18-09639-613BF5A4 for ; Thu, 16 Jul 2009 19:09:11 -0400 Received: by pxi6 with SMTP id 6so391076pxi.29 for ; Thu, 16 Jul 2009 16:09:07 -0700 (PDT) Received: by 10.140.201.8 with SMTP id y8mr196888rvf.262.1247785747878; Thu, 16 Jul 2009 16:09:07 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id k2sm2513143rvb.42.2009.07.16.16.09.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Jul 2009 16:09:07 -0700 (PDT) Message-ID: <4A5FB310.9060806@chiaraquartet.net> Date: Thu, 16 Jul 2009 18:09:04 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Rasmus Lerdorf CC: PHP Developers Mailing List References: <4A5FA493.9040204@lerdorf.com> In-Reply-To: <4A5FA493.9040204@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: svn checkout suggestion From: greg@chiaraquartet.net (Greg Beaver) Rasmus Lerdorf wrote: > One of the benefits of svn is that we can do cross-branch commit pretty > easily now and thus avoid multiple similar commits with annoying MFH/MFB > commit log messages that are hard to track. > > Please don't attempt to check out all of php/php-src or pecl. I made > the mistake of checking out all of pecl and it was 3.4G because you get > copies of the code for every tag and branch and we have a bunch. > > In order to do this better, I think the best way is to use the sparse > directory feature documented here: > > http://svnbook.red-bean.com/en/1.5/svn.advanced.sparsedirs.html Rasmus this is brilliant. You should add this to the manual for posterity in your new shiny checkout of awesomeness. :) Greg