Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52033 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82583 invoked from network); 28 Apr 2011 02:20:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2011 02:20:05 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 74.125.83.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:43206] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/01-20607-4DEC8BD4 for ; Wed, 27 Apr 2011 22:20:05 -0400 Received: by pvg16 with SMTP id 16so1675232pvg.29 for ; Wed, 27 Apr 2011 19:20:02 -0700 (PDT) Received: by 10.142.158.19 with SMTP id g19mr929836wfe.299.1303957202091; Wed, 27 Apr 2011 19:20:02 -0700 (PDT) Received: from [192.168.200.140] (c-76-126-236-132.hsd1.ca.comcast.net [76.126.236.132]) by mx.google.com with ESMTPS id n7sm1201601wfl.11.2011.04.27.19.20.00 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Apr 2011 19:20:00 -0700 (PDT) Message-ID: <4DB8CECF.6030704@lerdorf.com> Date: Wed, 27 Apr 2011 19:19:59 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: Ben Schmidt CC: "internals@lists.php.net" References: <4DB8CCA9.7040604@yahoo.com.au> In-Reply-To: <4DB8CCA9.7040604@yahoo.com.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] DVCS From: rasmus@lerdorf.com (Rasmus Lerdorf) On 04/27/2011 07:10 PM, Ben Schmidt wrote: > However, it > may result in a lower server load if PHP can provide a mirror somewhere, > updated by a commit hook or daily cron job or something, rather than me > (and potentially many others, as DVCSes become even more popular) > accessing SVN directly. The server load was actually what caused us to turn off the git mirroring. Every time the mirror job ran it slammed the svn server and there weren't enough people using it to warrant that load. -Rasmus