Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21069 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47137 invoked by uid 1010); 7 Dec 2005 10:04:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47122 invoked from network); 7 Dec 2005 10:04:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2005 10:04:11 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:40174] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CF/62-14828-B93B6934 for ; Wed, 07 Dec 2005 05:04:11 -0500 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 2BDB7DABFD; Wed, 7 Dec 2005 12:04:05 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id jB7A46JR001378; Wed, 7 Dec 2005 12:04:06 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id jB7A46TC001375; Wed, 7 Dec 2005 12:04:06 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Wed, 7 Dec 2005 12:04:06 +0200 (EET) Reply-To: Jani Taskinen To: "William A. Rowe, Jr." cc: internals@lists.php.net In-Reply-To: <4396A35C.5050009@rowe-clan.net> Message-ID: References: <4396A35C.5050009@rowe-clan.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] CVS Repository Corruption From: sniper@iki.fi (Jani Taskinen) Not that we will patch the repository files, but why do you care? You actually use some old release branch? :) --Jani On Wed, 7 Dec 2005, William A. Rowe, Jr. wrote: > Two weeks ago; > > ext/pcre/config0.m4 > > was added by duplicating ext/pcre/config.m4,v directly in the CVS repository. > > Unfortunately this breaks every historical checkout, due to the now duplicate > existance of config0.m4 and config.m4, causing duplicate builds of the pcre > extention. > > Of course, if one wants to do this in order to preserve history, it's still > essential to remove all prior tags from the new ,v file - to avoid exactly > this sort of duplicate checkout -by tag-. Of course checkouts by date would > still check out duplicate files. > > And of course nobody wants the true history concealed by removing the old, > now removed file from Attic/. So the patch to the true config0.m4,v is > attached for someone to modify this directly in cvs. Note this is specific > to today's untagged state, and within days this patch would become invalid > when config0.m4,v is tagged with new, non- config.m4,v tags. > > Bill >