Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21170 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93489 invoked by uid 1010); 11 Dec 2005 05:23:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93474 invoked from network); 11 Dec 2005 05:23:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2005 05:23:52 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:44233] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 28/C8-49905-8E7BB934 for ; Sun, 11 Dec 2005 00:23:52 -0500 Received: from [192.168.200.106] (c-24-6-5-134.hsd1.ca.comcast.net [24.6.5.134]) (authenticated bits=0) by colo.lerdorf.com (8.13.5/8.13.5/Debian-3) with ESMTP id jBB5NEF1001989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Dec 2005 21:23:15 -0800 Message-ID: <439BB7C2.9030501@lerdorf.com> Date: Sat, 10 Dec 2005 21:23:14 -0800 User-Agent: Thunderbird 1.5 (Macintosh/20051025) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: CVS Server transition done From: rasmus@lerdorf.com (Rasmus Lerdorf) The new cvs server is now handling requests. If you are having problems it is most likely because the DNS change hasn't propagated to you yet. The new box is a monster dual 3GHz CPU machine with 4G of ram running 64-bit FreeBSD6 with 6 73G 10k rpm SCSI drives in raid 10. time cvs -d:pserver:rasmus@cvs.php.net:/repository co -R PHP_5_1 php-src ... real 0m10.554s user 0m0.978s sys 0m2.170s time cvs upd -dP ... real 0m5.554s user 0m0.355s sys 0m0.402s So a full php-src checkout in about 10s and an update in about 5s. Granted, this is on a box close network-wise, so most people won't quite get that, but at least the bottleneck is not going to be the server anymore. viewcvs is up and running and lxr/bonsai will be coming online sometime soon. If you see any weirdness with the new server please drop an email to systems@php.net and let us know. Thanks to Yahoo! for donating the box and bandwidth and specifically to Paul Saab for clearing away all the hurdles to finally get it up. And to Wez for his help in the migration. -Rasmus