Re: fs-test 44 XPASS

2015-05-17 Thread Stefan Fuhrmann
On Wed, May 6, 2015 at 11:07 AM, Philip Martin wrote: > Stefan Fuhrmann writes: > > > Here is what I believe causes the different behaviour between > > test runs. To support read function that may block, e.g. wait for > > network buffers to flush, writes have been made non-blocking > > if they d

Re: fsfs7 structure-indexes - questions

2015-05-17 Thread Stefan Fuhrmann
Hi Daniel, I'll fly back to Europe tomorrow & the day after. Once there, I'll take time to answer your questions and review your patch (elsethread). -- Stefan^2. On Mon, May 18, 2015 at 1:20 AM, Daniel Shahaf wrote: > Good morning Stefan, > > A couple of questions on the fsfs7 indexes doc: >

Re: svn commit: r1679228 - /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c

2015-05-17 Thread Daniel Shahaf
Ivan Zhakov wrote on Fri, May 15, 2015 at 14:31:13 +0300: > On 14 May 2015 at 17:20, Daniel Shahaf wrote: > > i...@apache.org wrote on Wed, May 13, 2015 at 15:37:18 -: > >> * subversion/tests/libsvn_fs/fs-test.c > >> (freeze_and_commit): Use "/" instead of "" as PATH argument for > >>svn

fsfs7 structure-indexes - questions

2015-05-17 Thread Daniel Shahaf
Good morning Stefan, A couple of questions on the fsfs7 indexes doc: [[[ --- subversion/libsvn_fs_fs/structure-indexes +++ subversion/libsvn_fs_fs/structure-indexes @@ -18,6 +18,9 @@ a simple concatenation of runtime structs and as such, an implementation detail subject to change. A proto inde

[PATCH] fsfs7 index offset validation

2015-05-17 Thread Daniel Shahaf
Stefan, How about the following patch to sanity check the rev file footer? [[[ fsfs7: Validate index offsets in rev file footer. * subversion/libsvn_fs_fs/low_level.c (svn_fs_fs__parse_footer): Take FILESIZE argument, use it for validation. * subversion/libsvn_fs_fs/low_level.h (svn_fs_fs__

Re: [VOTE] Merging 1.9-cache-improvements to /trunk

2015-05-17 Thread Ivan Zhakov
On 17 May 2015 at 17:41, Stefan Fuhrmann wrote: > On Thu, May 14, 2015 at 2:37 PM, Branko Čibej wrote: >> >> On 13.05.2015 19:04, Ivan Zhakov wrote: >> > [adjusting subject to make it valid vote thread] >> > >> > On 13 May 2015 at 19:23, Stefan Fuhrmann >> > wrote: >> >> Hi there, >> >> >> >> Iv

Re: [VOTE] Merging 1.9-cache-improvements to /trunk

2015-05-17 Thread Stefan Fuhrmann
On Sat, May 16, 2015 at 7:45 PM, Ivan Zhakov wrote: > On 16 May 2015 at 07:48, Stefan Fuhrmann > wrote: > > On Fri, May 15, 2015 at 7:25 PM, Philip Martin < > philip.mar...@wandisco.com> > > wrote: > >> Another issue: find_entry() now calls drop_entry() in more cases and can > >> now call it whe

Re: [VOTE] Merging 1.9-cache-improvements to /trunk

2015-05-17 Thread Stefan Fuhrmann
On Thu, May 14, 2015 at 2:37 PM, Branko Čibej wrote: > On 13.05.2015 19:04, Ivan Zhakov wrote: > > [adjusting subject to make it valid vote thread] > > > > On 13 May 2015 at 19:23, Stefan Fuhrmann > wrote: > >> Hi there, > >> > >> Ivan has reviewed my recent membuffer cache > >> key handling cha

Re: SVN write through proxy out off sync

2015-05-17 Thread Nico Kadel-Garcia
On Fri, May 15, 2015 at 6:10 AM, Mustafa Karci wrote: > Today ore svn mirrror got out off sync. The setup is as the headline > describes. We have setup a mirror that does only read actions and write > actions are committed to the master SVN server. Andreas pointed out a likely file permissions pr