Re: [PHP-DEV] renaming cvs files

2003-03-30 Thread Jon Parise
On Sat, Mar 29, 2003 at 04:00:45PM -0800, Shane Caraveo wrote: > 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 remo

[PHP-DEV] renaming cvs files

2003-03-29 Thread 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