Re: authz changes between 1.9 and 1.10

2018-12-06 Thread Branko Čibej
On 05.12.2018 15:23, Branko Čibej wrote: > On 05.12.2018 15:05, Julian Foad wrote: >> Branko Čibej wrote: >>> On 05.12.2018 14:44, Julian Foad wrote: Branko Čibej wrote: > Yes, but I'm asking for a review of the BNF to make sure that it doesn't > contain silly bugs. At first glanc

[Patch] (swig-py) accept core.svn_stream_t object for svn_stream_t *

2018-12-06 Thread Yasuhito FUTATSUKI
Hi, I found SWIP Python bindings of APIs using svn_stream_t * in _client, _delta, _diff, _fs, _ra and _repos don't accept core.svn_stream_t proxy objects, so I modified %typemap(in) svn_stream_t *WRAPPED_STRAM to accept them as well as file like objects. The patch below is destined to trunk@18480

Re: (SVN-4784) auto-props cannot match filename patterns starting with [

2018-12-06 Thread Julian Foad
https://issues.apache.org/jira/browse/SVN-4784 Branko Čibej wrote: > 2. Introduce an anchor character for auto-props patterns: > * if the pattern begins with a single caret "{{\^}}", remove that caret from > the pattern; > * if the pattern begins with a double caret "{{\^\^}}", replace it with a

Re: (SVN-4784) auto-props cannot match filename patterns starting with [

2018-12-06 Thread Branko Čibej
On 06.12.2018 11:15, Julian Foad wrote: > https://issues.apache.org/jira/browse/SVN-4784 > > Branko Čibej wrote: >> 2. Introduce an anchor character for auto-props patterns: >> * if the pattern begins with a single caret "{{\^}}", remove that caret from >> the pattern; >> * if the pattern begins w

Configuration file syntax

2018-12-06 Thread Branko Čibej
As noted in another thread, I've written a page in Confluence that describes the syntax of our configuration files: https://cwiki.apache.org/confluence/x/oYvQBQ Please review it, especially the formal definition; and please use in-line comments to note any problems. Whilst doing that, I found