svn commit: r1818636 - /subversion/trunk/tools/dist/release.py

2017-12-18 Thread danielsh
Author: danielsh Date: Tue Dec 19 05:30:23 2017 New Revision: 1818636 URL: http://svn.apache.org/viewvc?rev=1818636&view=rev Log: Follow-up to r1804590: * tools/dist/release.py (Version.get_ver_tags): Fix an apparent typo. Modified: subversion/trunk/tools/dist/release.py Modified: subvers

svn commit: r1818635 - in /subversion/branches/1.10.x: ./ notes/move-tracking/README subversion/libsvn_fs_x/ subversion/libsvn_subr/utf8proc/

2017-12-18 Thread danielsh
Author: danielsh Date: Tue Dec 19 05:25:45 2017 New Revision: 1818635 URL: http://svn.apache.org/viewvc?rev=1818635&view=rev Log: On the 1.10.x branch, record-only merge r1817837. That revision is a CHANGES patch which is not needed on this branch. The merge is required to silence the following

svn propchange: r1817837 - svn:log

2017-12-18 Thread danielsh
Author: danielsh Revision: 1817837 Modified property: svn:log Modified: svn:log at Tue Dec 19 05:20:23 2017 -- --- svn:log (original) +++ svn:log Tue Dec 19 05:20:23 2017 @@ -1,5 +1,5 @@ Increment the trunk version number

Re: svn propchange: r1818584 - svn:log

2017-12-18 Thread Daniel Shahaf
danie...@apache.org wrote on Mon, 18 Dec 2017 18:12 +: > +++ svn:log Mon Dec 18 18:12:57 2017 > @@ -2,7 +2,11 @@ Fix a refcounting / cleanup race in svn_ > -https://lists.apache.org/thread.html/41ca5579bf7add3cb751234ea039fda531c1d22ffbed8cb2ec699e42@%3Cdev.subversion.apache.org%3E > +URL:

svn propchange: r1818584 - svn:log

2017-12-18 Thread danielsh
Author: danielsh Revision: 1818584 Modified property: svn:log Modified: svn:log at Mon Dec 18 18:12:57 2017 -- --- svn:log (original) +++ svn:log Mon Dec 18 18:12:57 2017 @@ -2,7 +2,11 @@ Fix a refcounting / cleanup race i

Re: svn commit: r1818578 - /subversion/trunk/subversion/libsvn_repos/list.c

2017-12-18 Thread Daniel Shahaf
Good morning Stefan, stef...@apache.org wrote on Mon, 18 Dec 2017 14:41 +: > Fix svn_repos_stat() implemention for directories to match the svn_dirent_t > docstring. > > * subversion/libsvn_repos/list.c > (fill_dirent): Make sure SIZE is 0 for directories. > > +++ subversion/trunk/subversi

svn commit: r1818593 - /subversion/site/publish/roadmap.html

2017-12-18 Thread julianfoad
Author: julianfoad Date: Mon Dec 18 16:52:00 2017 New Revision: 1818593 URL: http://svn.apache.org/viewvc?rev=1818593&view=rev Log: * publish/roadmap.html: Remove Ev2 from 'features' list as it isn't one. Modified: subversion/site/publish/roadmap.html Modified: subversion/site/publish/roadma

svn commit: r1818592 - /subversion/site/publish/roadmap.html

2017-12-18 Thread julianfoad
Author: julianfoad Date: Mon Dec 18 16:42:05 2017 New Revision: 1818592 URL: http://svn.apache.org/viewvc?rev=1818592&view=rev Log: * publish/roadmap.html: Update 1.10 target release date to 'Jan-Feb 2018'. Modified: subversion/site/publish/roadmap.html Modified: subversion/site/publish/road

svn commit: r1818590 - /subversion/site/publish/roadmap.html

2017-12-18 Thread julianfoad
Author: julianfoad Date: Mon Dec 18 16:39:59 2017 New Revision: 1818590 URL: http://svn.apache.org/viewvc?rev=1818590&view=rev Log: * publish/roadmap.html: Update target release of some 'most-wanted features'. Modified: subversion/site/publish/roadmap.html Modified: subversion/site/publish/r

svn commit: r1818589 - /subversion/site/publish/roadmap.html

2017-12-18 Thread julianfoad
Author: julianfoad Date: Mon Dec 18 16:35:35 2017 New Revision: 1818589 URL: http://svn.apache.org/viewvc?rev=1818589&view=rev Log: * publish/roadmap.html: Update status of checkpointing to 'in progress', and server-side renames and Ev2 each to 'stalled'. Modified: subversion/site/publish

svn commit: r1818584 - /subversion/trunk/subversion/libsvn_subr/object_pool.c

2017-12-18 Thread stefan2
Author: stefan2 Date: Mon Dec 18 15:31:59 2017 New Revision: 1818584 URL: http://svn.apache.org/viewvc?rev=1818584&view=rev Log: Fix a refcounting / cleanup race in svn_object_pool causing crashes when exiting svnserve while using the --config-file option. This patch has been outstandig for a whi

svn commit: r1818581 - /subversion/trunk/subversion/libsvn_ra_svn/protocol

2017-12-18 Thread stefan2
Author: stefan2 Date: Mon Dec 18 14:48:34 2017 New Revision: 1818581 URL: http://svn.apache.org/viewvc?rev=1818581&view=rev Log: Documentation fix only. No functional change. * subversion/libsvn_ra_svn/protocol (Main Command Set): Stat actually does not return the item name

svn commit: r1818578 - /subversion/trunk/subversion/libsvn_repos/list.c

2017-12-18 Thread stefan2
Author: stefan2 Date: Mon Dec 18 14:41:31 2017 New Revision: 1818578 URL: http://svn.apache.org/viewvc?rev=1818578&view=rev Log: Fix svn_repos_stat() implemention for directories to match the svn_dirent_t docstring. * subversion/libsvn_repos/list.c (fill_dirent): Make sure SIZE is 0 for directo

svn commit: r1818577 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

2017-12-18 Thread stefan2
Author: stefan2 Date: Mon Dec 18 14:38:21 2017 New Revision: 1818577 URL: http://svn.apache.org/viewvc?rev=1818577&view=rev Log: Fix a systematic error with the server version checking in our tests. The key here is to peg the actual server version used and seperate it from the restrictions impose