SVN 1.10 AuthZ file parsing too strict?!

2019-01-18 Thread Doug Robinson
Honored committers (and the rest of us): It's come to my attention that if a group is defined in an AuthZ file without an associated account that SVN is, as of 1.10, generating an error and failing to allow the use of that AuthZ file. Example: [groups] goodGroup = acct1 goodGroup2 =

Re: extending the blame callback

2019-01-18 Thread Julian Foad
Stefan Kueng wrote: > On 14.01.2019 14:25, Branko Čibej wrote: > > I started on that then decided that svn_client_blame6 is far too narrow > > scope for that. In order to do this right, we have to introduce a line > > splitter callback to svn_subst_stream_translated. > > > > My idea was to do