Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:488 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2585 invoked from network); 29 Mar 2003 23:59:54 -0000 Received: from unknown (HELO priv-edtnes09-hme0.telusplanet.net) (199.185.220.221) by pb1.pair.com with SMTP; 29 Mar 2003 23:59:54 -0000 Received: from caraveo.com ([216.232.165.106]) by priv-edtnes09-hme0.telusplanet.net (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20030329235953.TRIR26116.priv-edtnes09-hme0.telusplanet.net@caraveo.com> for ; Sat, 29 Mar 2003 16:59:53 -0700 Message-ID: <3E8633AD.5070402@caraveo.com> Date: Sat, 29 Mar 2003 16:00:45 -0800 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: renaming cvs files From: shane@caraveo.com (Shane Caraveo) I want to start de-versioning our filenames (for example php4isapi.c to php_isapi.c) and project files (dsp files on win), and change built files to php5xxx where apropriate. I would do it using: $ mv old new $ cvs remove old $ cvs add new $ cvs commit -m "Renamed old to new" -r x.x old new (-r to keep the revision numbers +.1) And then of course update the make and dsp files. If noone has any issue with that, I'll start doing it tomorrow night or monday night. Of course if someone else feels inclined to do it sooner, I wouldn't mind. I don't build everything, so other people would need to build/test some of the changes. Shane