> Anyone have objections to moving the apr_pools.c file into the
> memory/unix directory?
>
> This will mean that all the memory code is in one place and we don't
> build anything in the lib directory anymore so it can be removed from
> our build in configure.in.  It also allows us to do the sms == pools a
> lot easier and will be part of the patch I submit at the weekend :)
>
> BTW, today we managed to get the server serving pages using sms instead
> of the pools code, with virtually no changes needed to the server code
> at all.  As a starting point it's pretty reasonable :)
>
> If the answer is no, then can someone who knows how to move it without
> loosing the history do it?

+1 for moving it.  To move it without losing history, log on to deadalus,
and do the following:

cd /home/cvs/apr
cp lib/apr_pools.c memory/unix/apr_pools.c
logout

On your home machine
cd apr/lib
cvs rm apr_pools.c
cvs commit

That's it.

Ryan

_____________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
Covalent Technologies                   [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to