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
>
> -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
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
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
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.
5 matches
Mail list logo