Re: svn commit: r919674 - /subversion/trunk/subversion/libsvn_client/ra.c

2010-03-07 Thread Greg Stein
I don't understand the justification for allowing these errors, beyond "well, it used to do that." As we well know, just cuz it *used* to do something, doesn't make it good/right :-P On Fri, Mar 5, 2010 at 19:06, wrote: > Author: rhuijben > Date: Sat Mar  6 00:06:56 2010 > New Revision: 919674 >

RE: [PATCH] Improve single byte read stream performance

2010-03-07 Thread Bert Huijben
> -Original Message- > From: Stefan Fuhrman [mailto:stefanfuhrm...@alice-dsl.de] > Sent: zondag 7 maart 2010 20:40 > To: dev@subversion.apache.org > Subject: [PATCH] Improve single byte read stream performance > > While profiling TSVN's SVN proper access code, > I found that about 40% of

[PATCH] Improve single byte read stream performance

2010-03-07 Thread Stefan Fuhrman
While profiling TSVN's SVN proper access code, I found that about 40% of the runtime was spent in svn_config_get_config(). The reason was the config parser fetching individual bytes from the input stream. However, translated_stream_read() obviously imposes a significant overhead per call for smal

Re: Bug with svn_txdelta_window_t Python binding?

2010-03-07 Thread Роман Донченко
Alexey Neyman писал в своём письме Fri, 05 Mar 2010 00:40:56 +0300: Hi all, It looks like there's a bug with Python binding for the svn_txdelta_window_t structure. The problem is that the 'ops' array is mapped to Python as a single object, not as a sequence of 'num_ops' items. That is, the f

[PATCH] #3483 - Extend svn_client_upgrade() to include externals

2010-03-07 Thread Daniel Näslund
Hi Bert! You said on IRC that if I adjusted this patch to apply after your changes and sent it to dev@ you would give a +1. Will you? I only resolved a variable declaration and added the new parameters to svn_wc_upgrade(). You added a callback for retrieving the wc root when upgrading from 1.0.