On Wed, Jul 04, 2001 at 09:35:05PM +0100, David Reid wrote: > Anyone have objections to moving the apr_pools.c file into the > memory/unix directory?
No objections here, but I wouldn't worry about the history. Just note that the file originally came from lib/apr_pools.c. If you want to see the history from when it was lib/apr_pools.c, go there. =) Moving the RCS file is generally a bad thing. So, IMHO, prolly better to do: mv lib/apr_pools.c memory/unix/apr_pools.c (clean up the Makefile.in, regenerate, test, etc.) cvs delete lib/apr_pools.c cvs add memory/unix/apr_pools.c cvs commit My $.02. -- justin
