Re: Using delta editor to read and write WC local mods

2018-08-02 Thread Julian Foad
Julian Foad wrote: > svnrdump dump > - calls svn_ra_do_update3(send_copy_from_args=False) for > the initial full revision (if not 'incremental') > - then expects to receive copyfrom info (files and dirs) > so it can write out a complete dump record > - ### it won't receive any

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

2018-08-02 Thread Julian Foad
Folker Schamel wrote: > Daniel Shahaf wrote: >> Folker Schamel wrote: >>> * site/staging/faq.html: >>>Add entry for "An error occurred during SSL communication" error. >>> * site/staging/docs/release-notes/1.10.html: >>>Add entry for an OpenSSL upgrade causing "An error occurred during

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. ]]] Second patch

Re: Using delta editor to read and write WC local mods

2018-08-02 Thread Julian Foad
Julian Foad wrote: > ra_serf/update.c > - uses copyfrom to select a base file version for delta > - passes any copyfrom through to the update editor > - the update editor asserts that no copyfrom shall ever arrive > (svn_wc__get_update_editor/svn_wc__get_switch_editor) [...] >