Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10648 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76738 invoked by uid 1010); 20 Jun 2004 15:25:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76697 invoked from network); 20 Jun 2004 15:25:51 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 20 Jun 2004 15:25:51 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i5KFPlxr006131; Sun, 20 Jun 2004 17:25:50 +0200 Date: Sun, 20 Jun 2004 17:25:47 +0200 (CEST) X-X-Sender: derick@localhost To: Brad House cc: internals@lists.php.net In-Reply-To: <40D5AB1F.7060005@mainstreetsoftworks.com> Message-ID: References: <40D5AB1F.7060005@mainstreetsoftworks.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] question on policy of renaming an extension From: derick@php.net (Derick Rethans) On Sun, 20 Jun 2004, Brad House wrote: > The ext/mcve module at some point in time needs to be renamed > ext/monetra to reflect a naming change, and lessen confusion > in the field, as the product is no longer referenced as MCVE. > > What is the best way to go about doing this? I did not want to > just go in there and remove ext/mcve and commit the same stuff > to ext/monetra and 'get in trouble'. (Truthfully, I don't know > if I even have the perms to do this). The way to do this is: (on the cvs server): cp -r mcve montra then on the client side with CVS: cvs delete mcve cvs commit mcve (or similar) Derick