Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17539 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32104 invoked by uid 1010); 4 Aug 2005 12:49:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32089 invoked from network); 4 Aug 2005 12:49:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2005 12:49:53 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:58884] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 92/6A-04646-0FE02F24 for ; Thu, 04 Aug 2005 08:49:53 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j74CnnNi006920 for ; Thu, 4 Aug 2005 14:49:49 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j74Cnkjj006906; Thu, 4 Aug 2005 14:49:47 +0200 Date: Thu, 4 Aug 2005 14:49:46 +0200 (CEST) X-X-Sender: derick@localhost To: Pasha Zubkov cc: internals@lists.php.net In-Reply-To: <42F20C07.2020104@gmail.com> Message-ID: References: <42F20237.5040700@gmail.com> <42F208E7.6010600@gmail.com> <20050804162657.7f242458.antony@zend.com> <42F20C07.2020104@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdi-ict.nl Subject: Re: [PHP-DEV] Problem updating CVS HEAD From: derick@php.net (Derick Rethans) On Thu, 4 Aug 2005, Pasha Zubkov wrote: > Antony Dovgal wrote: > > Re-read Jani's reply. > > Do not touch anything, ./buildconf does it for you automagically. > > > > If I modified source, maybe delete some directories ;), and after this I > want to update source to repo status. "why it's not recovered by `... ud > -d`?" It's a CVS problem - it doesn't resolve repository links with upd, only on checkout. Derick