[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r22801 - trunk/subversion/libsvn_client

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2007-01-05 00:00:47 CET

On 1/4/07, Malcolm Rowe <malcolm-svn-dev@farside.org.uk> wrote:
> On Sun, Dec 24, 2006 at 01:48:07PM -0800, dlr@tigris.org wrote:
> > Author: dlr
> > Date: Sun Dec 24 13:48:07 2006
> > New Revision: 22801
> >
> > Log:
> > Fix usage of the array of path-specific info fed to the path driver
> > callback for copy/move operations. apr_array_header_t's should store
> > pointers, rather than values.
> >
>
> Incidentally, is there any particular reason that we should store
> pointers in APR arrays rather than structures? (assuming we're only
> pushing new items onto the end).

No particularly good reason. There are examples in the httpd codebase
that store structures in apr arrays, it works just fine.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 5 00:01:04 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.