Re: "svn list -vH" broken for files >1M

2020-06-17 Thread Tobias Bading
Hi Brane. On 17.06.2020 07:02, Branko Čibej wrote: > […] > r1878909; there were a number of other problems with that code, so I > added unit tests as well. Thanks for your patch in r1878909. It merges cleanly into ^/subversion/tags/1.14.0 and seems to work fine, including the new filesize-test

Re: FSFS commit failure should release txn proto-rev lock

2020-06-17 Thread Julian Foad
CC'ing more possible experts Dmitry, Evgeny: any thoughts about whether this change makes sense for FSFS commit? - Julian Julian Foad wrote: TL;DR: I propose a change to the FSFS commit-transaction function, to release the proto-rev write lock if an error occurs while it has this lock. The

Re: svn commit: r1878918 - /subversion/trunk/build.conf

2020-06-17 Thread Daniel Shahaf
Add this to the backport nomination? rhuij...@apache.org wrote on Wed, 17 Jun 2020 11:43 -: > Author: rhuijben > Date: Wed Jun 17 11:43:11 2020 > New Revision: 1878918 > > URL: http://svn.apache.org/viewvc?rev=1878918&view=rev > Log: > * build.conf: Add filesize-test to ALL_TESTS to allow tes

Re: svn commit: r1878918 - /subversion/trunk/build.conf

2020-06-17 Thread Branko Čibej
On 17.06.2020 20:27, Daniel Shahaf wrote: > Add this to the backport nomination? > > rhuij...@apache.org wrote on Wed, 17 Jun 2020 11:43 -: >> Author: rhuijben >> Date: Wed Jun 17 11:43:11 2020 >> New Revision: 1878918 >> >> URL: http://svn.apache.org/viewvc?rev=1878918&view=rev >> Log: >> * bu

Re: "svn list -vH" broken for files >1M

2020-06-17 Thread Branko Čibej
On 17.06.2020 11:41, Tobias Bading wrote: > Hi Brane. > > On 17.06.2020 07:02, Branko Čibej wrote: >> […] >> r1878909; there were a number of other problems with that code, so I >> added unit tests as well. > Thanks for your patch in r1878909. It merges cleanly into > ^/subversion/tags/1.14.0 and