Re: r1295006 and openhub

2016-11-18 Thread Stefan Sperling
On Tue, Oct 18, 2016 at 09:25:54AM +0200, Stefan Sperling wrote: > On Mon, Oct 17, 2016 at 09:20:16PM +, Daniel Shahaf wrote: > > Daniel Shahaf wrote on Sun, Oct 16, 2016 at 22:36:39 +: > > > Stefan Sperling wrote on Sun, Oct 16, 2016 at 23:22:22 +0200: > > > > Reading our openhub stats for

Re: Intent to roll Subversion 1.9.5 / 1.8.17 (was: Re: Status review for 1.8.17 and 1.9.5)

2016-11-18 Thread Evgeny Kotkov
Evgeny Kotkov writes: > I am going to roll the 1.9.5 and 1.8.17 tarballs this Friday, November 18th. There have been a few issues with some of the recent backports, so I'll roll on Monday, instead of doing this today. Regards, Evgeny Kotkov

Re: r1295006 and openhub

2016-11-18 Thread Daniel Shahaf
Stefan Sperling wrote on Fri, Nov 18, 2016 at 11:20:20 +0100: > On Tue, Oct 18, 2016 at 09:25:54AM +0200, Stefan Sperling wrote: > > On Mon, Oct 17, 2016 at 09:20:16PM +, Daniel Shahaf wrote: > > > Daniel Shahaf wrote on Sun, Oct 16, 2016 at 22:36:39 +: > > > > Stefan Sperling wrote on Sun,

Re: [PATCH] Fix for SVN 1.8 with sqlite >= 3.12.0 and VS 2005+

2016-11-18 Thread Stefan Hett
On 7/26/2016 12:13 AM, Stefan wrote: Hi, building SVN 1.8 using sqlite >= SQLite 3.12.0 (amalgamation) and VS 2005+ raises the following error: [...]\sqlite\sqlite3.c(42437): error C4013: 'rand_s' undefined; assuming extern returning int [[...]\1.8.16\build\win32\vcnet-vcproj\test_wc_queri

Re: [PATCH] Fix for SVN 1.8 with sqlite >= 3.12.0 and VS 2005+

2016-11-18 Thread Daniel Shahaf
Stefan wrote on Tue, Jul 26, 2016 at 00:13:55 +0200: > +++ subversion/tests/libsvn_wc/wc-queries-test.c (working copy) > @@ -21,14 +21,6 @@ > * > */ > > -#include "svn_pools.h" > -#include "svn_ctype.h" > -#include "pri

Re: [PATCH] Fix for SVN 1.8 with sqlite >= 3.12.0 and VS 2005+

2016-11-18 Thread Daniel Shahaf
Stefan wrote on Tue, Jul 26, 2016 at 00:13:55 +0200: > If it's ok, I'll just add a 1.8 backport branch and nominate it for > backporting to the 1.8-branch. For future reference: you don't need permission to create backport branches, nor to nominate them in STATUS. You can just create branches and

Re: r1295006 and openhub

2016-11-18 Thread Daniel Shahaf
Daniel Shahaf wrote on Fri, Nov 18, 2016 at 10:59:36 +: > Stefan Sperling wrote on Fri, Nov 18, 2016 at 11:20:20 +0100: > > On Tue, Oct 18, 2016 at 09:25:54AM +0200, Stefan Sperling wrote: > > > On Mon, Oct 17, 2016 at 09:20:16PM +, Daniel Shahaf wrote: > > > > Daniel Shahaf wrote on Sun, O

Re: [PATCH v3] Reject checkouts to existing directory

2016-11-18 Thread Daniel Shahaf
Patrick Steinhardt wrote on Wed, Nov 09, 2016 at 12:54:08 +0100: > +++ b/subversion/svn/checkout-cmd.c > @@ -61,6 +61,144 @@ >Is this the same as CVS? Does it matter if it is not? > */ > > +static svn_error_t * > +listing_cb(void *baton, > + const char *path, > + const s