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

RE: svn commit: r1475772 - in /subversion/trunk:

From: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 29 Apr 2013 07:06:43 -0700

 subversion/include/ subversion/libsvn_fs_fs/ subversion/libsvn_repos/

 subversion/libsvn_subr/ subversion/svnserve/
 subversion/tests/libsvn_subr/
 tools/server-side/mod_dontdothat/
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

+1 on that suggestion.

Make sure the deprecated wrapper then uses a subpool for scratch to
avoid increased memory usage in many clients.

Bert From: Philip Martin
Sent: =E2=80=8E29-=E2=80=8E4-=E2=80=8E2013 14:45
To: dev_at_subversion.apache.org
Subject: Re: svn commit: r1475772 - in /subversion/trunk:
subversion/include/ subversion/libsvn_fs_fs/ subversion/libsvn_repos/
subversion/libsvn_subr/ subversion/svnserve/
subversion/tests/libsvn_subr/ tools/server-side/mod_dontdothat/
brane_at_apache.org writes:

> Author: brane
> Date: Thu Apr 25 13:48:46 2013
> New Revision: 1475772
>
> URL: http://svn.apache.org/r1475772
> Log:
> Fix issue #4361 (user/group names in authz files are case-insensitive).
>
> * subversion/include/svn_config.h
> (svn_config_create2): New, revised from svn_config_create, with additio=
nal
> flag to treat option names as case-sensitive.
> (svn_config_read3): New, revised from svn_config_read2, with same
> additional flag as above.
> (svn_config_parse): Add flag to treat option names as case-sensitive.
> (svn_config_create): Deprecated.
> (svn_config_read2): Deprecated; argument "pool" renamde to "result_pool=
".
> (svn_config_read): Argument "pool" renamde to "result_pool".

svn_config_read3 and svn_config_parse are both new in 1.8, should we add
a scratch_pool before releasing these APIs? At present they both create
an internal scratch pool as a subpool of result_pool.

--=20
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2013-04-29 16:07:36 CEST

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.