Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

2013-06-28 Thread Greg Stein
On Fri, Jun 28, 2013 at 1:30 PM, Greg Stein wrote: > > > On Jun 28, 2013 11:17 AM, "Philip Martin" wrote: > > > > Philip Martin writes: > > > > > Suppose serf were to keep track of the number of outstanding requests > > > (it may already do that I haven't checked). Then if the number of > > > o

Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

2013-06-28 Thread Greg Stein
On Tue, Jun 25, 2013 at 3:11 PM, wrote: > > > I agree that force-http10 is not good name and semantic. Actually > > > these proxies is not busted: it's allowed to HTTP/1.1 proxies to > > > require content-length if they want. And strictly speaking proxies may > > > have different behavior for dif

Re: Merge error with SVN 1.8.0

2013-06-28 Thread Alexey Neyman
[copying dev@ because I found what the issue is] Hi, Did some further investigation and it turns out that SVN1.8 client creates more connections to the server when performing 'svn merge' - exceeding the xinetd's default number of connections per source (10) and indeed, closing the connection o

Re: [PATCH] make po-merge.py count fuzzy strings

2013-06-28 Thread Andreas Stieger
On 28/06/13 01:08, Daniel Shahaf wrote: > Andreas Stieger wrote on Fri, Jun 28, 2013 at 00:09:39 +0100: >> make po-merge.py count fuzzy strings > Personally I would have done something like if c.startswith('#,') and > 'fuzzy' in c.split(', '): to match 'fuzzy' only as a whole word. Good point. r1

Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

2013-06-28 Thread Greg Stein
On Jun 28, 2013 11:17 AM, "Philip Martin" wrote: > > Philip Martin writes: > > > Suppose serf were to keep track of the number of outstanding requests > > (it may already do that I haven't checked). Then if the number of > > outstanding requests is zero when the 411 is received the downgrade to

Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

2013-06-28 Thread Philip Martin
Philip Martin writes: > Lieven Govaerts writes: > >>> It seems to be connected to mod_deflate. My server was loading >>> mod_deflate (but not setting up any filters) and the import works with >>> the client setting >>> >>> http-compression = no >>> >>> but fails with >>> >>> http-compressio

Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

2013-06-28 Thread Philip Martin
Lieven Govaerts writes: >> It seems to be connected to mod_deflate. My server was loading >> mod_deflate (but not setting up any filters) and the import works with >> the client setting >> >> http-compression = no >> >> but fails with >> >> http-compression = yes >> >> Still investigating. >

Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

2013-06-28 Thread Lieven Govaerts
On Fri, Jun 28, 2013 at 6:28 PM, Philip Martin wrote: > "Bert Huijben" writes: > >>> -Original Message- >>> From: Philip Martin [mailto:philip.mar...@wandisco.com] >>> Sent: vrijdag 28 juni 2013 17:18 >>> To: Ivan Zhakov >>> Cc: Greg Stein; dev@subversion.apache.org >>> Subject: Re: svn c

Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

2013-06-28 Thread Philip Martin
"Bert Huijben" writes: >> -Original Message- >> From: Philip Martin [mailto:philip.mar...@wandisco.com] >> Sent: vrijdag 28 juni 2013 17:18 >> To: Ivan Zhakov >> Cc: Greg Stein; dev@subversion.apache.org >> Subject: Re: svn commit: r1495419 - in >> /subversion/trunk/subversion/libsvn_ra_s

RE: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

2013-06-28 Thread Bert Huijben
> -Original Message- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: vrijdag 28 juni 2013 17:18 > To: Ivan Zhakov > Cc: Greg Stein; dev@subversion.apache.org > Subject: Re: svn commit: r1495419 - in > /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.

Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

2013-06-28 Thread Philip Martin
Philip Martin writes: > Suppose serf were to keep track of the number of outstanding requests > (it may already do that I haven't checked). Then if the number of > outstanding requests is zero when the 411 is received the downgrade to > HTTP/1.0 will be OK. Lots of client operations start with

Re: svn commit: r1497757 - in /subversion/branches/verify-keep-going/subversion: include/svn_repos.h libsvn_repos/dump.c svnadmin/svnadmin.c

2013-06-28 Thread Stefan Sperling
On Fri, Jun 28, 2013 at 02:40:25PM +, Daniel Shahaf wrote: > Should it print the top-most error or the bottom-most one? > > Here are some traces: > > svnadmin: SVN_ERR_FS_CORRUPT: Corrupt node-revision '2-1.0.r1/114' > svnadmin: SVN_ERR_FS_CORRUPT: Found malformed header 'count 0' in

Re: svn commit: r1497757 - in /subversion/branches/verify-keep-going/subversion: include/svn_repos.h libsvn_repos/dump.c svnadmin/svnadmin.c

2013-06-28 Thread Daniel Shahaf
On Fri, Jun 28, 2013 at 03:46:11PM +0200, Stefan Sperling wrote: > On Fri, Jun 28, 2013 at 01:11:18PM +, Daniel Shahaf wrote: > > On Fri, Jun 28, 2013 at 12:56:27PM -, prabh...@apache.org wrote: > > > @@ -1532,6 +1610,18 @@ svn_repos_verify_fs3(svn_repos_t *repos, > > > +{ > > > +

Re: svn commit: r1497757 - in /subversion/branches/verify-keep-going/subversion: include/svn_repos.h libsvn_repos/dump.c svnadmin/svnadmin.c

2013-06-28 Thread Stefan Sperling
On Fri, Jun 28, 2013 at 01:11:18PM +, Daniel Shahaf wrote: > On Fri, Jun 28, 2013 at 12:56:27PM -, prabh...@apache.org wrote: > > @@ -1532,6 +1610,18 @@ svn_repos_verify_fs3(svn_repos_t *repos, > > +{ > > + struct error_list *err_list = APR_ARRAY_IDX(error_summary, i, > >

Re: svn commit: r1497757 - in /subversion/branches/verify-keep-going/subversion: include/svn_repos.h libsvn_repos/dump.c svnadmin/svnadmin.c

2013-06-28 Thread Daniel Shahaf
On Fri, Jun 28, 2013 at 12:56:27PM -, prabh...@apache.org wrote: > @@ -1532,6 +1610,18 @@ svn_repos_verify_fs3(svn_repos_t *repos, > +{ > + struct error_list *err_list = APR_ARRAY_IDX(error_summary, i, > struct error_list *); > + notify_verification_error_summary(err_

Re: [serf-dev] [Patch] Adding NTLM Support to Serf - Work in progress / Subversion regression

2013-06-28 Thread Ivan Zhakov
On Fri, Jun 21, 2013 at 1:51 PM, Greg Stein wrote: > On Fri, Jun 21, 2013 at 5:34 AM, Branko Čibej wrote: >> On 20.06.2013 17:27, Ivan Zhakov wrote: >>... >>> Also please believe that all my technical thoughts are fair and >>> related to technical issues only. My veto above is a technical veto. >

Re: Ev2 symlinks

2013-06-28 Thread Philip Martin
Daniel Shahaf writes: > (pop quiz: who ran 'make check' with 1.7 client and 1.8 server, or 1.8 > client and 1.7 server, during the soak?). I did it shortly before the soak, I raised issue 4348 :) -- Philip Martin | Subversion Committer WANdisco | Non-Stop Data www.wandisco.com