Re: svn commit: r1837321 - in /subversion/site/publish: docs/release-notes/1.10.html faq.html

2018-08-03 Thread Folker Schamel
From my perspective, all these changes would be fine. The core information I care about is: Googling for "An error occurred during SSL communication" should lead to this "openssl s_client" tip. Cheers, Folker On 2018-08-03 13:04, Daniel Shahaf wrote: julianf...@apache.org wrote on Thu, Aug 0

Re: [PATCH] Was: Bug report: Regression SVN Client, SSL, Serf 1.3.9-3, SSLVerifyClient require

2018-08-03 Thread Folker Schamel
On 2018-08-03 12:46, Daniel Shahaf wrote: Folker Schamel wrote on Thu, 02 Aug 2018 15:34 +0200: On 2018-08-01 19:19, Daniel Shahaf wrote: Folker Schamel wrote on Wed, 01 Aug 2018 17:51 +0200: Hi Julian, Draft which may save you some time: First patch against trunk: [[[ * site/staging

Re: [PATCH] Was: Bug report: Regression SVN Client, SSL, Serf 1.3.9-3, SSLVerifyClient require

2018-08-02 Thread Folker Schamel
On 2018-08-01 19:19, Daniel Shahaf wrote: Folker Schamel wrote on Wed, 01 Aug 2018 17:51 +0200: Hi Julian, Draft which may save you some time: First patch against trunk: [[[ * site/staging/faq.html: Add entry for "An error occurred during SSL communication" error. ]]] Se

[PATCH] Was: Bug report: Regression SVN Client, SSL, Serf 1.3.9-3, SSLVerifyClient require

2018-08-01 Thread Folker Schamel
de causing "An error occurred during SSL communication" error. ]]] Cheers, Folker On 2018-08-01 15:03, Julian Foad wrote: Folker Schamel wrote: Hi Stefan, That's the catch here. Subversion does not ship with OpenSSL by itself. From Subversion's point of view this is a 3

Re: Bug report: Regression SVN Client, SSL, Serf 1.3.9-3, SSLVerifyClient require

2018-08-01 Thread Folker Schamel
Hi Stefan, That's the catch here. Subversion does not ship with OpenSSL by itself. From Subversion's point of view this is a 3rd-party dependency. You can easily build Subversion 1.9.x/1.10.x with OpenSSL 1.0.x. Whether or not you run into this issue therefore is outside the scope of Subversio

Re: Bug report: Regression SVN Client, SSL, Serf 1.3.9-3, SSLVerifyClient require

2018-08-01 Thread Folker Schamel
On 2018-07-31 21:09, Philip Martin wrote: Daniel Shahaf writes: Subversion uses Serf, which uses OpenSSL, which talks to an SSL implementation on the server. The root cause of the error is known to the SSL implementation on the server (that's why you see it in the error log). It's not obviou

Re: Bug report: Regression SVN Client, SSL, Serf 1.3.9-3, SSLVerifyClient require

2018-07-31 Thread Folker Schamel
On 2018-07-31 17:04, Philip Martin wrote: Folker Schamel writes: After upgrading, Subversion SSL connections with "SSLVerifyClient require" seem to be broken. Broken: SVN Client 1.9.5, Serf 1.3.9-3, Server "SSLVerifyClient require" Works:  SVN Client 1.9.5, Serf 1.3.9-3, Serv

Bug report: Regression SVN Client, SSL, Serf 1.3.9-3, SSLVerifyClient require

2018-07-31 Thread Folker Schamel
Hello everyone, After upgrading, Subversion SSL connections with "SSLVerifyClient require" seem to be broken. Broken: SVN Client 1.9.5, Serf 1.3.9-3, Server "SSLVerifyClient require" Works:  SVN Client 1.9.5, Serf 1.3.9-3, Server "SSLVerifyClient off" Works:  SVN Client 1.9.5, Serf 1.3.8-1, Se

Re: Fixing merge - Subtree, Cyclic, and Tree Change cases

2011-08-08 Thread Folker Schamel
ted, stored, managed, and applied. Basically implementing a new logic of changes and merging in parallel to the existing merging logic in Subversion. And I think this is not necessary. On 7/19/2011 3:47 PM, Folker Schamel wrote: On 7/18/2011 4:37 PM, Folker Schamel wrote: Hi Andy, two thought

Re: Fixing merge - Subtree, Cyclic, and Tree Change cases

2011-07-19 Thread Folker Schamel
On 7/18/2011 4:37 PM, Folker Schamel wrote: Hi Andy, two thoughts about cyclic merges: 1. Merging should not skip cyclic merges (like this old svnmerge tool), but must subtract (reverse-merge) the original change first, and then add (merge) the cyclic merge, in order to not loose adaptions of

Re: Fixing merge - Subtree, Cyclic, and Tree Change cases

2011-07-18 Thread Folker Schamel
Hi Andy, two thoughts about cyclic merges: 1. Merging should not skip cyclic merges (like this old svnmerge tool), but must subtract (reverse-merge) the original change first, and then add (merge) the cyclic merge, in order to not loose adaptions of changes. For example, suppose you have two br