Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Paul Burba
On Fri, Sep 7, 2012 at 6:46 PM, Stefan Fuhrmann wrote: > On Fri, Sep 7, 2012 at 9:18 PM, Julian Foad > wrote: >> >> Paul Burba wrote: >> >> > On Thu, Sep 6, 2012 at 7:32 PM, wrote: >> >> URL: http://svn.apache.org/viewvc?rev=1381800&view=rev >> >> Log: >> >> Re-implement svn_io_read_length_l

Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Stefan Fuhrmann
One minute after my fix ;) On Sat, Sep 8, 2012 at 12:35 AM, Paul Burba wrote: > On Fri, Sep 7, 2012 at 3:29 PM, Julian Foad > wrote: > > (Just forwarding this thread to Stefan.) > > > > > > - Julian > > > > > > I (Julian Foad) wrote: > > > >> Paul Burba wrote: > >> > >>> On Thu, Sep 6, 2012 at

Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Stefan Fuhrmann
On Fri, Sep 7, 2012 at 9:18 PM, Julian Foad wrote: > Paul Burba wrote: > > > On Thu, Sep 6, 2012 at 7:32 PM, wrote: > >> URL: http://svn.apache.org/viewvc?rev=1381800&view=rev > >> Log: > >> Re-implement svn_io_read_length_line as this is one of the > >> most-called functions in SVN. Instead

Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Paul Burba
On Fri, Sep 7, 2012 at 3:29 PM, Julian Foad wrote: > (Just forwarding this thread to Stefan.) > > > - Julian > > > I (Julian Foad) wrote: > >> Paul Burba wrote: >> >>> On Thu, Sep 6, 2012 at 7:32 PM, wrote: URL: http://svn.apache.org/viewvc?rev=1381800&view=rev Log: Re-impl

Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Philip Martin
Paul Burba writes: > Anybody else seeing this? > > I haven't figured out why yet, but r1381800 is causing failures on my > Windows box, all similar to this: > > C:\SVN\src-trunk>win-tests.py -d -c --test=basic#1 --log-to-stdout > --log-level=DEBUG > Testing Debug configuration on local repository

Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Julian Foad
(Just forwarding this thread to Stefan.) - Julian   I (Julian Foad) wrote: > Paul Burba wrote: > >> On Thu, Sep 6, 2012 at 7:32 PM,  wrote: >>>   URL: http://svn.apache.org/viewvc?rev=1381800&view=rev >>>   Log: >>>   Re-implement svn_io_read_length_line as this is one of the >>>   most-call

Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Julian Foad
Paul Burba wrote: > On Thu, Sep 6, 2012 at 7:32 PM,  wrote: >> URL: http://svn.apache.org/viewvc?rev=1381800&view=rev >> Log: >> Re-implement svn_io_read_length_line as this is one of the >> most-called functions in SVN. Instead of reading data a byte >> at a time, read 128 byte chunks and s

Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Paul Burba
On Thu, Sep 6, 2012 at 7:32 PM, wrote: > Author: stefan2 > Date: Thu Sep 6 23:32:11 2012 > New Revision: 1381800 > > URL: http://svn.apache.org/viewvc?rev=1381800&view=rev > Log: > Re-implement svn_io_read_length_line as this is one of the > most-called functions in SVN. Instead of reading data

Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Stefan Fuhrmann
On Fri, Sep 7, 2012 at 10:11 AM, Ivan Zhakov wrote: > On Fri, Sep 7, 2012 at 3:32 AM, wrote: > > Author: stefan2 > > Date: Thu Sep 6 23:32:11 2012 > > New Revision: 1381800 > > > > URL: http://svn.apache.org/viewvc?rev=1381800&view=rev > > Log: > > Re-implement svn_io_read_length_line as this

Re: svn commit: r1381800 - /subversion/trunk/subversion/libsvn_subr/io.c

2012-09-07 Thread Ivan Zhakov
On Fri, Sep 7, 2012 at 3:32 AM, wrote: > Author: stefan2 > Date: Thu Sep 6 23:32:11 2012 > New Revision: 1381800 > > URL: http://svn.apache.org/viewvc?rev=1381800&view=rev > Log: > Re-implement svn_io_read_length_line as this is one of the > most-called functions in SVN. Instead of reading data