Re: svn commit: r1727621 - in /subversion/trunk/subversion: svn/svn.c svnadmin/svnadmin.c svnbench/svnbench.c svnfsfs/svnfsfs.c svnlook/svnlook.c svnrdump/svnrdump.c svnsync/svnsync.c

2016-01-29 Thread Daniel Shahaf
phi...@apache.org wrote on Fri, Jan 29, 2016 at 18:55:22 -: > +#ifndef WIN32 > + /* If cancelled by SIGINT then attempt to exit via SIGINT. This > + allows the shell to use WIFSIGNALED and WTERMSIG to detect the > + SIGINT. See http://www.cons.org/cracauer/sigint.html */ > + if (ca

Re: [RFC/PATCH] Handling PROPFIND in mod_dav_svn (was: Re: Issue with browsing a SVN 1.9.2, schema 7, packed, repository)

2016-01-29 Thread Daniel Shahaf
Evgeny Kotkov wrote on Fri, Jan 29, 2016 at 17:37:28 +0300: > Daniel Shahaf writes: > > > Well, it isn't consensus, but there's an old fallback we can use: > > pick an agreed-upon third party and let him decide. > > > > So let's ask a mod_dav/mod_dav_svn dev for his opinion and do what he says. >

Re: Merging parallel-put to /trunk

2016-01-29 Thread Evgeny Kotkov
Stefan Fuhrmann writes: > This branch adds support for HTTP2-style transactions to all backends. > The feature is opt-in and supported in all 3 FS implementations. > > I'd like to merge this to /trunk next weekend, so that e.g. Bert can > continue the work on the network layer. Because it is opt-

Re: [RFC/PATCH] Handling PROPFIND in mod_dav_svn (was: Re: Issue with browsing a SVN 1.9.2, schema 7, packed, repository)

2016-01-29 Thread Evgeny Kotkov
Daniel Shahaf writes: > Well, it isn't consensus, but there's an old fallback we can use: > pick an agreed-upon third party and let him decide. > > So let's ask a mod_dav/mod_dav_svn dev for his opinion and do what he says. It seems like we still don't have a consensus here. I still say we shou