Re: svn commit: r1845312 - /subversion/trunk/tools/dist/backport.pl

2018-10-30 Thread Daniel Shahaf
Good morning Ruediger, rpl...@apache.org wrote on Wed, 31 Oct 2018 06:45 +: > Adjust grep syntax to be able to run it with Perl 5.16.3. > > * tools/dist/backport.pl > (vote) Adjust grep syntax to be able to run it with Perl 5.16.3. > > [D:other] backport.pl: Make it run with Perl 5.16.3.

Re: svn commit: r1845204 - in /subversion/trunk/subversion: mod_authz_svn/mod_authz_svn.c mod_dav_svn/mod_dav_svn.c

2018-10-30 Thread Ruediger Pluem
On 2018/10/30 21:11:57, Daniel Shahaf wrote: > Ruediger Pluem wrote on Tue, Oct 30, 2018 at 19:57:58 -: > > BTW, I had to apply the following patch to nominate.pl to get it running > > with perl 5.16.3 on CentOS 7: > > > > Index: tools/dist/backport.pl > > ===

Re: svn commit: r1845204 - in /subversion/trunk/subversion: mod_authz_svn/mod_authz_svn.c mod_dav_svn/mod_dav_svn.c

2018-10-30 Thread Ruediger Pluem
On 2018/10/30 21:03:53, Daniel Shahaf wrote: > Ruediger Pluem wrote on Tue, Oct 30, 2018 at 20:00:01 -: > > > > > > On 2018/10/30 18:09:42, Daniel Shahaf wrote: > > > Branko Čibej wrote on Tue, 30 Oct 2018 10:22 +0100: > > > > Should I add the above to the commit log? Or should I add

Disabling plain-text password storage by defult

2018-10-30 Thread Branko Čibej
Given that we support a number of secure credentials stores, I propose that, starting with 1.14.0 LTS, we disable the on-disk plain-text password store by default. I've prepared a patch for configure.ac to issue appropriate warnings before that time. If we decide to do this, we should also mention

Re: Staging the 1.11.0 website updates

2018-10-30 Thread Branko Čibej
On 30.10.2018 22:32, Julian Foad wrote: > Branko Čibej wrote: >> Oops. I was just reminded in IRC that we did not update the API doc >> links in the last two .0 releases: >> >> https://subversion-staging.apache.org/docs/ >> >> We should have statically  generated pages for the API docs committed to

[ANNOUNCE] Apache Subversion 1.11.0 released

2018-10-30 Thread Julian Foad
I'm happy to announce the release of Apache Subversion 1.11.0. Please choose the mirror closest to you by visiting: https://subversion.apache.org/download.cgi#recommended-release This is a stable feature release of the Apache Subversion open source version control system. SHA-512 checksums a

Re: Staging the 1.11.0 website updates

2018-10-30 Thread Julian Foad
Branko Čibej wrote: > Oops. I was just reminded in IRC that we did not update the API doc > links in the last two .0 releases: > > https://subversion-staging.apache.org/docs/ > > We should have statically  generated pages for the API docs committed to > the site tree. I'm doing that right now: a

Re: svn commit: r1845204 - in /subversion/trunk/subversion: mod_authz_svn/mod_authz_svn.c mod_dav_svn/mod_dav_svn.c

2018-10-30 Thread Daniel Shahaf
Ruediger Pluem wrote on Tue, Oct 30, 2018 at 19:57:58 -: > BTW, I had to apply the following patch to nominate.pl to get it running with > perl 5.16.3 on CentOS 7: > > Index: tools/dist/backport.pl > === > --- tools/dist/backport

Re: svn commit: r1845204 - in /subversion/trunk/subversion: mod_authz_svn/mod_authz_svn.c mod_dav_svn/mod_dav_svn.c

2018-10-30 Thread Daniel Shahaf
Ruediger Pluem wrote on Tue, Oct 30, 2018 at 20:00:01 -: > > > On 2018/10/30 18:09:42, Daniel Shahaf wrote: > > Branko Čibej wrote on Tue, 30 Oct 2018 10:22 +0100: > > > It's important enough to be added to CHANGES, in the server-side > > > bugfixes section, so please add a line there, for

Re: Staging the 1.11.0 website updates

2018-10-30 Thread Branko Čibej
On 30.10.2018 17:11, Branko Čibej wrote: > On 29.10.2018 18:43, Julian Foad wrote: >> I just pushed the website updates for 1.11.0 to staging: >> >> https://subversion-staging.apache.org/ >> https://subversion-staging.apache.org/news >> https://subversion-staging.apache.org/download >> https://subv

Re: svn commit: r1845204 - in /subversion/trunk/subversion: mod_authz_svn/mod_authz_svn.c mod_dav_svn/mod_dav_svn.c

2018-10-30 Thread Ruediger Pluem
On 2018/10/30 18:09:42, Daniel Shahaf wrote: > Branko Čibej wrote on Tue, 30 Oct 2018 10:22 +0100: > > It's important enough to be added to CHANGES, in the server-side > > bugfixes section, so please add a line there, for 1.12.0. > > Since we'll have to add this revision four times to CHANGES

Re: svn commit: r1845204 - in /subversion/trunk/subversion: mod_authz_svn/mod_authz_svn.c mod_dav_svn/mod_dav_svn.c

2018-10-30 Thread Ruediger Pluem
On 2018/10/30 09:22:56, Branko Čibej wrote: > > [[[ > .../repos/1.11.x$ ../trunk/tools/dist/nominate.pl r1845204 "Prevents a crash > in mod_http2." > Index: STATUS > === > --- STATUS(revision 1845205) > +++ STATUS(worki

[PATCH] Suppress conflict resolver in dry-run merge

2018-10-30 Thread Jonathan Guy
[[[ *subversion/svn/merge-cmd.c (svn_cl__merge): Suppress the interactive conflict resolver if a merge has been performed with the dry-run option. ]]] merge-cmd.c.patch Description: Binary data

Re: svn commit: r1845204 - in /subversion/trunk/subversion: mod_authz_svn/mod_authz_svn.c mod_dav_svn/mod_dav_svn.c

2018-10-30 Thread Daniel Shahaf
Branko Čibej wrote on Tue, 30 Oct 2018 10:22 +0100: > It's important enough to be added to CHANGES, in the server-side > bugfixes section, so please add a line there, for 1.12.0. Since we'll have to add this revision four times to CHANGES (on for each of 1.9, 1.10, 1.11, 1.12), perhaps we should s

Re: Staging the 1.11.0 website updates

2018-10-30 Thread Nathan Hartman
> > On 29.10.2018 18:43, Julian Foad wrote: > > I just pushed the website updates for 1.11.0 to staging: > > > > https://subversion-staging.apache.org/ > > https://subversion-staging.apache.org/news > > https://subversion-staging.apache.org/download > > > https://subversion-staging.apache.org/docs/

Re: Staging the 1.11.0 website updates

2018-10-30 Thread Branko Čibej
On 29.10.2018 18:43, Julian Foad wrote: > I just pushed the website updates for 1.11.0 to staging: > > https://subversion-staging.apache.org/ > https://subversion-staging.apache.org/news > https://subversion-staging.apache.org/download > https://subversion-staging.apache.org/docs/release-notes/rele

Re: Merge dry-run and conflict resolution

2018-10-30 Thread Stefan Sperling
On Tue, Oct 30, 2018 at 10:27:28AM +0100, Branko Čibej wrote: > [Moving to dev@ as this is more of a development question.] > > On 30.10.2018 09:35, Jonathan Guy wrote: > > Hi all > > Just looking over the code for the interactive conflict resolution. > > This is just an initial observation but in

Re: The future of the Subversion book

2018-10-30 Thread Branko Čibej
On 30.10.2018 14:33, Michael Pilato wrote: > On 10/27/18 1:12 PM, Branko Čibej wrote: >> On 18.10.2018 20:40, Branko Čibej wrote: >>> On 06.09.2018 15:25, Branko Čibej wrote: On 06.09.2018 15:10, C. Michael Pilato wrote: > > The book carries a cc-by-2.0 license, with Ben, Fitz and my

Re: The future of the Subversion book

2018-10-30 Thread Michael Pilato
On 10/27/18 1:12 PM, Branko Čibej wrote: > On 18.10.2018 20:40, Branko Čibej wrote: >> On 06.09.2018 15:25, Branko Čibej wrote: >>> On 06.09.2018 15:10, C. Michael Pilato wrote: The book carries a cc-by-2.0 license, with Ben, Fitz and myself named as the copyright holders. I suspect

Re: Merge dry-run and conflict resolution

2018-10-30 Thread Branko Čibej
[Moving to dev@ as this is more of a development question.] On 30.10.2018 09:35, Jonathan Guy wrote: > Hi all > Just looking over the code for the interactive conflict resolution. > This is just an initial observation but in merge_cmd.c the function > svn_cl__merge calls run_merge then checks for

Re: svn commit: r1845204 - in /subversion/trunk/subversion: mod_authz_svn/mod_authz_svn.c mod_dav_svn/mod_dav_svn.c

2018-10-30 Thread Branko Čibej
On 30.10.2018 10:04, rpl...@apache.org wrote: > Author: rpluem > Date: Tue Oct 30 09:04:14 2018 > New Revision: 1845204 > > URL: http://svn.apache.org/viewvc?rev=1845204&view=rev > Log: > Fix issue SVN-4782: Do not use (const char*)1 in httpd modules as value for > r->notes. > > mod_authz_svn.c an

Re: Subversion 1.11.0 up for testing/signing

2018-10-30 Thread Julian Foad
Thank you all for signing. I published the tarballs now and may be able to announce late this evening if most of the mirrors have caught up ( https://mirror-vm.apache.org/~henkp/cgi-bin/utd.cgi?DATE=2018-10-30:09 ), else tomorrow morning. -- - Julian

Re: svn commit: r1845013 - /subversion/trunk/subversion/tests/cmdline/basic_tests.py

2018-10-30 Thread Branko Čibej
On 30.10.2018 05:51, Daniel Shahaf wrote: > Branko Čibej wrote on Tue, 30 Oct 2018 01:04 +0100: >> On 29.10.2018 19:08, Daniel Shahaf wrote: >>> Good morning Brane, >>> >>> br...@apache.org wrote on Sun, 28 Oct 2018 10:40 +: Add XFAIL tests for issue #4530. +++ subversion/trunk/s