Re: authz's inverted group access rules are only effective for users mentioned in authz

2018-11-27 Thread Branko Čibej
On 27.11.2018 22:33, Branko Čibej wrote: > On 27.11.2018 10:41, Branko Čibej wrote: >> On 26.11.2018 18:32, Pavel Goran wrote: >>> Hello mailing list, >>> >>> I'm migrating a repository from an ancient Subversion installation: >>> >>> svn, version 1.6.17 (r1128011) >>> compiled Jun 2 2011,

Re: authz's inverted group access rules are only effective for users mentioned in authz

2018-11-27 Thread Branko Čibej
On 27.11.2018 10:41, Branko Čibej wrote: > On 26.11.2018 18:32, Pavel Goran wrote: >> Hello mailing list, >> >> I'm migrating a repository from an ancient Subversion installation: >> >> svn, version 1.6.17 (r1128011) >> compiled Jun 2 2011, 23:35:08 >> (on Windows) >> >> to a recent version: >>

Re: svn commit: r1847572 - in /subversion/trunk/subversion: libsvn_fs_fs/tree.c tests/libsvn_fs/fs-test.c

2018-11-27 Thread Evgeny Kotkov
Branko Čibej writes: > > + else > > +return err_not_directory(root, directory, pool); > > +} > > } > > } > > > > Would be nice to wrap this return value in svn_error_trace(), as that > makes it easier to find where the error came from.

Re: [PATCH] A test for "Can't get entries" error

2018-11-27 Thread Julian Foad
Evgeny Kotkov wrote: > Apparently, this behavior is caused by a problem in the specific optimization > within the FSFS open_path() routine. > > I constructed an FS regression test and committed it and the fix in: >https://svn.apache.org/r1847572 > > (I'll try to nominate it for backport once

Re: svn commit: r1847572 - in /subversion/trunk/subversion: libsvn_fs_fs/tree.c tests/libsvn_fs/fs-test.c

2018-11-27 Thread Branko Čibej
On 27.11.2018 19:10, kot...@apache.org wrote: > Author: kotkov > Date: Tue Nov 27 18:10:01 2018 > New Revision: 1847572 > > URL: http://svn.apache.org/viewvc?rev=1847572=rev > Log: > fsfs: Fix an issue with the DAG open_path() that was causing unexpected > SVN_ERR_FS_NOT_DIRECTORY errors when

Re: [PATCH] A test for "Can't get entries" error

2018-11-27 Thread Evgeny Kotkov
Dmitry Pavlenko writes: > I've run into an error: when performing 2 specially constructed updates one > after another within the same session, SVN fails with > > $ ./ra-test 15 > svn_tests: E160016: Can't get entries of non-directory > XFAIL: ra-test 15: check that there's no "Can't get

Re: truncated author names in 'svn ls -v' output

2018-11-27 Thread Branko Čibej
On 27.11.2018 12:22, Branko Čibej wrote: > On 26.11.2018 04:15, Daniel Shahaf wrote: >> Branko Čibej wrote on Sun, 25 Nov 2018 23:28 +0100: >>> On 25.11.2018 18:42, Branko Čibej wrote: On 25.11.2018 11:58, Daniel Shahaf wrote: > Branko Čibej wrote on Sun, 25 Nov 2018 06:06 +0100: >> $

Re: truncated author names in 'svn ls -v' output

2018-11-27 Thread Branko Čibej
On 26.11.2018 04:15, Daniel Shahaf wrote: > Branko Čibej wrote on Sun, 25 Nov 2018 23:28 +0100: >> On 25.11.2018 18:42, Branko Čibej wrote: >>> On 25.11.2018 11:58, Daniel Shahaf wrote: Branko Čibej wrote on Sun, 25 Nov 2018 06:06 +0100: > $ svn ls --verbose --human-readable > 1847281

Re: authz's inverted group access rules are only effective for users mentioned in authz

2018-11-27 Thread Branko Čibej
On 26.11.2018 18:32, Pavel Goran wrote: > Hello mailing list, > > I'm migrating a repository from an ancient Subversion installation: > > svn, version 1.6.17 (r1128011) > compiled Jun 2 2011, 23:35:08 > (on Windows) > > to a recent version: > > svn, version 1.11.0 (r1845130) >compiled Oct 29

Re: truncated author names in 'svn ls -v' output

2018-11-27 Thread Branko Čibej
On 26.11.2018 16:30, Vincent Lefevre wrote: > On 2018-11-26 15:18:47 +0100, Branko Čibej wrote: >> Do please read the rest of the thread. A solution has already been >> implemented on trunk. > Except that this solution is not satisfactory for me. I guess that > the ultimate solution is to use