Re: New warnings on trunk on OSX

2016-11-13 Thread Stefan Fuhrmann
On 11.11.2016 14:30, Branko Čibej wrote: In case anyone is interested: /Users/brane/src/svn/repos/trunk/subversion/libsvn_fs_x/changes.c:243:29: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] first = MIN(context->next + list_first,

Re: 'svn info --show-item=revision' has trailing whitespace

2016-11-13 Thread Stefan
On 11/8/2016 21:45, Stefan wrote: > On 10/28/2016 20:40, Daniel Shahaf wrote: >> Stefan Hett found this trailing whitespace: >> >> % svn info --show-item=revision | xxd >> 000: 3137 3632 3031 3620 2020 0a 1762016 . >> >> I think the attached patch should fix it. Haven't tested i

Re: Svn perf curiosity

2016-11-13 Thread Paul Hammant
I created a Gist for this - https://gist.github.com/paul-hammant/0581dd8062afbe1b6d19a42bba9a72dd I wasn't hard for people to run the above, but it is a little easier now. On Mon, Oct 31, 2016 at 8:27 AM, Paul Hammant wrote: > I'm curious as to what could make a checkin of a single 10MB file ta

Re: [PATCH] svn_client_list4: accept `NULL` patterns

2016-11-13 Thread Stefan Fuhrmann
On 11.11.2016 15:30, Branko Čibej wrote: On 11.11.2016 15:04, Patrick Steinhardt wrote: On Wed, Nov 09, 2016 at 02:05:38PM +0100, Stefan Sperling wrote: On Wed, Nov 09, 2016 at 11:27:47AM +0100, Patrick Steinhardt wrote: Hi, while continuing my work on the obstructed checkout patch I just upd