Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2014-03-25 Thread Ivan Zhakov
On 25 March 2014 15:11, Bert Huijben wrote: > > >> -Original Message- >> From: Ivan Zhakov [mailto:i...@visualsvn.com] >> Sent: dinsdag 25 maart 2014 12:03 >> To: Subversion Development; Bert Huijben >> Subject: Re: svn commit: r1344347 - >>

RE: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2014-03-25 Thread Bert Huijben
> -Original Message- > From: Ivan Zhakov [mailto:i...@visualsvn.com] > Sent: dinsdag 25 maart 2014 12:03 > To: Subversion Development; Bert Huijben > Subject: Re: svn commit: r1344347 - > /subversion/trunk/subversion/libsvn_subr/config_file.c > > On 30

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2014-03-25 Thread Ivan Zhakov
On 30 May 2012 20:52, wrote: > Author: rhuijben > Date: Wed May 30 16:52:36 2012 > New Revision: 1344347 > > URL: http://svn.apache.org/viewvc?rev=1344347&view=rev > Log: > Remove about 15% of the cpu overhead of svnserve and httpd while running the > test suite by introducing a very simple parse

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-06-01 Thread Justin Erenkrantz
On Fri, Jun 1, 2012 at 9:58 AM, Philip Martin wrote: > SVNParentPath and AuthzSVNReposRelativeAccessFile make doing it at > config-time a bit complicated.  Would the server scan the SVNParentPath > directory to locate all the repositories?  A repository created later > would require a reload? For

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-06-01 Thread Philip Martin
Justin Erenkrantz writes: > On Thu, May 31, 2012 at 2:47 AM, Ivan Zhakov wrote: >> Currently Subversion reads authz file per-connection, not per-request. > > Even that's probably still wrong. A better solution would be to parse > it at config-time - but, that would mean we'd want to do some lev

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-06-01 Thread Justin Erenkrantz
On Thu, May 31, 2012 at 2:47 AM, Ivan Zhakov wrote: > Currently Subversion reads authz file per-connection, not per-request. Even that's probably still wrong. A better solution would be to parse it at config-time - but, that would mean we'd want to do some level of checking/invalidity on a per-c

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-05-31 Thread Ivan Zhakov
On Thu, May 31, 2012 at 1:27 PM, Greg Stein wrote: > On Thu, May 31, 2012 at 4:39 AM, Philip Martin > wrote: >> Ivan Zhakov writes: >> >>> Config files are also used for authz settings and they can be even >>> more than 100 MB in real world scenarios. >> >> Yes, particularly for setups that use

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-05-31 Thread Philip Martin
Greg Stein writes: > On Thu, May 31, 2012 at 4:39 AM, Philip Martin > wrote: >> Ivan Zhakov writes: >> >>> Config files are also used for authz settings and they can be even >>> more than 100 MB in real world scenarios. >> >> Yes, particularly for setups that use SVNParentPath but not the new >

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-05-31 Thread Greg Stein
On Thu, May 31, 2012 at 4:39 AM, Philip Martin wrote: > Ivan Zhakov writes: > >> Config files are also used for authz settings and they can be even >> more than 100 MB in real world scenarios. > > Yes, particularly for setups that use SVNParentPath but not the new > AuthzSVNReposRelativeAccessFil

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-05-31 Thread Philip Martin
Ivan Zhakov writes: > Config files are also used for authz settings and they can be even > more than 100 MB in real world scenarios. Yes, particularly for setups that use SVNParentPath but not the new AuthzSVNReposRelativeAccessFile. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.c

RE: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-05-31 Thread Bert Huijben
> -Original Message- > From: Greg Stein [mailto:gst...@gmail.com] > Sent: donderdag 31 mei 2012 9:49 > To: Ivan Zhakov > Cc: dev@subversion.apache.org; Bert Huijben > Subject: Re: svn commit: r1344347 - > /subversion/trunk/subversion/libsvn_subr/config_file.c > &

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-05-31 Thread Ivan Zhakov
On Thu, May 31, 2012 at 11:49 AM, Greg Stein wrote: > On Thu, May 31, 2012 at 3:41 AM, Ivan Zhakov wrote: >> On Wed, May 30, 2012 at 8:52 PM,   wrote: >>> Author: rhuijben >>> Date: Wed May 30 16:52:36 2012 >>> New Revision: 1344347 >>> >>> URL: http://svn.apache.org/viewvc?rev=1344347&view=rev >

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-05-31 Thread Greg Stein
On Thu, May 31, 2012 at 3:41 AM, Ivan Zhakov wrote: > On Wed, May 30, 2012 at 8:52 PM,   wrote: >> Author: rhuijben >> Date: Wed May 30 16:52:36 2012 >> New Revision: 1344347 >> >> URL: http://svn.apache.org/viewvc?rev=1344347&view=rev >> Log: >> Remove about 15% of the cpu overhead of svnserve an

Re: svn commit: r1344347 - /subversion/trunk/subversion/libsvn_subr/config_file.c

2012-05-31 Thread Ivan Zhakov
On Wed, May 30, 2012 at 8:52 PM, wrote: > Author: rhuijben > Date: Wed May 30 16:52:36 2012 > New Revision: 1344347 > > URL: http://svn.apache.org/viewvc?rev=1344347&view=rev > Log: > Remove about 15% of the cpu overhead of svnserve and httpd while running the > test suite by introducing a very s