Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21101 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69990 invoked by uid 1010); 8 Dec 2005 03:10:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69975 invoked from network); 8 Dec 2005 03:10:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2005 03:10:30 -0000 X-Host-Fingerprint: 207.155.252.72 thunderer.concentric.net Solaris 9 Received: from ([207.155.252.72:49912] helo=thunderer.cnchost.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B4/99-14828-524A7934 for ; Wed, 07 Dec 2005 22:10:30 -0500 Received: from [192.168.0.21] (c-24-13-128-132.hsd1.il.comcast.net [24.13.128.132]) by thunderer.cnchost.com id WAA17002; Wed, 7 Dec 2005 22:10:15 -0500 (EST) [ConcentricHost SMTP Relay 1.17] Errors-To: Message-ID: <4397A3B9.9070706@rowe-clan.net> Date: Wed, 07 Dec 2005 21:08:41 -0600 User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rasmus Lerdorf CC: Marcus Boerger , Jani Taskinen , Edin Kadribasic , internals@lists.php.net References: <4396A35C.5050009@rowe-clan.net> <4396B52A.3070409@emini.dk> <803570090.20051207112528@marcus-boerger.de> <4396C020.60704@lerdorf.com> In-Reply-To: <4396C020.60704@lerdorf.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] CVS Repository Corruption From: wrowe@rowe-clan.net ("William A. Rowe, Jr.") Rasmus Lerdorf wrote: > Marcus Boerger wrote: > >> the solution is correct. And btw just another reason to switch to svn. >> Without the patch the old branches magically inherit the new file just as >> we could change the past. > > I have applied the patch. Thanks Rasmus, and Marcus for your analysis. > SVN has its own set of problems. Especially with respect to importing your CVS history - these various tweaks to CVS can burn the importer, it will be quite a chore to indentify those subtly corrupt ,v files, tweak them, and ensure the resulting repository is golden. However SVN has one distinct advantage, and that's when you are reorganizing. Renaming files -and directories- is painless, and history is preserved. Not that I'm advocating either way. Bill