Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-12-18 Thread Branko Čibej
On 15.11.2018 21:18, Branko Čibej wrote: > On 15.11.2018 17:27, Branko Čibej wrote: >> [Moved from users@] >> >> On 06.11.2018 19:16, Branko Čibej wrote: >>> On 04.11.2018 20:11, Branko Čibej wrote: On 04.11.2018 18:57, Thorsten Schöning wrote: > Guten Tag Branko Čibej, > am Sonntag, 4

Re: svn commit: r1849202 - in /subversion/trunk: build/ac-macros/compiler.m4 build/ac-macros/kwallet.m4 configure.ac subversion/bindings/javahl/native/RemoteSession.cpp

2018-12-18 Thread Branko Čibej
On 18.12.2018 19:14, br...@apache.org wrote: > Author: brane > Date: Tue Dec 18 18:14:13 2018 > New Revision: 1849202 > > URL: http://svn.apache.org/viewvc?rev=1849202&view=rev > Log: > Switch default C++ language level to C++11 on Unix. > > - "Modern" C++ (C++11 and later) has become ubiquitous.

Re: svn commit: r1849190 - in /subversion/trunk: subversion/svn/svn.c subversion/svn/util.c tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer.c tools/client-side/svnconflict/svnconfl

2018-12-18 Thread Branko Čibej
On 18.12.2018 17:17, br...@apache.org wrote: > Author: brane > Date: Tue Dec 18 16:17:58 2018 > New Revision: 1849190 > > URL: http://svn.apache.org/viewvc?rev=1849190&view=rev > Log: > Start using the safe canonicalize and internal_style functions. This commit is just a beginning. I doesn't come

Re: Time for new patch releases: 1.11.1, 1.10.4, 1.9.10

2018-12-18 Thread Julian Foad
> Julian Foad wrote: > > Could anyone review these in the next week or so? Stefan Fuhrmann wrote: > Done. Thank you, Stefan! Now SVN-4791 is approved, and one more vote is still needed for SVN-4793 (on 1.10, 1.11): [[[ * r1847598, r1847697, r1847922, r1847924, r1847946 Fix SVN-4793: authz

Re: Time for new patch releases: 1.11.1, 1.10.4, 1.9.10

2018-12-18 Thread Stefan Fuhrmann
On 14.12.18 23:23, Julian Foad wrote: There are some important server fixes nominated for backport: SVN-4791, an issue with the DAG open_path() (for 1.9, 1.10, 1.11) SVN-4793, authz rights from inverted access selectors (for 1.10, 1.11) I'd like to cut new releases around the new year. Could a

Re: [PATCH] fix use-after-free in mod_dav_svn's log_warning()

2018-12-18 Thread Stefan Sperling
On Tue, Dec 18, 2018 at 03:55:42AM +0100, Stefan Fuhrmann wrote: > Error handling during tear-down is always a bit messy. > > I guess not using the request struct will mean we cannot > tell what operation cased a problem - ever (not sure, > though). If true, that's a high cost. > > One way to imp