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

Re: svn commit: r1658200 - /subversion/trunk/subversion/libsvn_ra_svn/editorp.c

From: Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com>
Date: Sun, 8 Feb 2015 18:17:46 +0100

On Sun, Feb 8, 2015 at 5:12 PM, Branko Čibej <brane_at_wandisco.com> wrote:

> On 08.02.2015 17:08, stefan2_at_apache.org wrote:
> > Author: stefan2
> > Date: Sun Feb 8 16:08:17 2015
> > New Revision: 1658200
> >
> > URL: http://svn.apache.org/r1658200
> > Log:
> > Minor refactoring in ra_svn's editor implementation.
> >
> > This is in preparation of turning the command table into a hashed table.
>
> ... which has to be safely and atomically initialized at program
> startup, using a pool with known lifetime.
>

Atomic init yes, pool no. It is just a plain C array - not an APR hash.

> Can we please take this to a branch?
>

That's been a close call ;) I've been about to commit the
change 2 minutes after you sent this post. The branch
is now complete and waits for the 1.9 release.

-- Stefan^2.
Received on 2015-02-08 18:18:15 CET

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.