svn commit: r1875921 - in /subversion/trunk: subversion/include/ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/svnadmin/ subversion/tests/cmdline/ subversion/tests/libsvn_fs_fs/ tool

2020-03-31 Thread stsp
Author: stsp Date: Tue Mar 31 08:53:55 2020 New Revision: 1875921 URL: http://svn.apache.org/viewvc?rev=1875921=rev Log: Introduce 'svnadmin build-repcache' command. Implement the 'svnadmin build-repcache' CLI and add an ioctl API for building the representation cache. The implementation

svn commit: r1875918 - in /subversion/trunk/subversion/libsvn_fs_fs: rep-cache-db.sql rep-cache.c

2020-03-31 Thread stsp
Author: stsp Date: Tue Mar 31 08:12:59 2020 New Revision: 1875918 URL: http://svn.apache.org/viewvc?rev=1875918=rev Log: rep-cache.db insert optimization. Use the 'IGNORE' conflict resolution algorithm [1] for STMT_SET_REP and remove SVN_ERR_SQLITE_CONSTRAINT handling, because the error should

svn commit: r1875925 - /subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py

2020-03-31 Thread stsp
Author: stsp Date: Tue Mar 31 10:47:50 2020 New Revision: 1875925 URL: http://svn.apache.org/viewvc?rev=1875925=rev Log: Follow-up to r1875921: Add missing test decorator. Skip build_repcache() test if read_rep_cache() is not supported by Python-SQLite version. *

svn commit: r1875926 - /subversion/branches/1.14.x/STATUS

2020-03-31 Thread stsp
Author: stsp Date: Tue Mar 31 10:49:02 2020 New Revision: 1875926 URL: http://svn.apache.org/viewvc?rev=1875926=rev Log: * STATUS: Add r1875925 to r1875921 nomination. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL:

svn commit: r1875922 - /subversion/branches/1.14.x/STATUS

2020-03-31 Thread stsp
Author: stsp Date: Tue Mar 31 08:58:21 2020 New Revision: 1875922 URL: http://svn.apache.org/viewvc?rev=1875922=rev Log: * STATUS: Nominate r1875918 and r1875921. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL:

Re: svn commit: r1875921 - in /subversion/trunk: subversion/include/ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/svnadmin/ subversion/tests/cmdline/ subversion/tests/libsvn_fs_fs/

2020-03-31 Thread Daniel Shahaf
s...@apache.org wrote on Tue, 31 Mar 2020 08:53 -: > +++ subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Tue Mar 31 08:53:55 2020 > @@ -2343,3 +2344,168 @@ svn_fs_fs__info_config_files(apr_array_h > } > + > +static svn_error_t * > +ensure_representation_sha1(svn_fs_t *fs, > +

svn propchange: r1875971 - svn:log

2020-03-31 Thread jamessan
Author: jamessan Revision: 1875971 Modified property: svn:log Modified: svn:log at Tue Mar 31 23:20:40 2020 -- --- svn:log (original) +++ svn:log Tue Mar 31 23:20:40 2020 @@ -1,5 +1,6 @@ Fix various typos detected by

svn commit: r1875969 - in /subversion/trunk/subversion/include: ./ private/

2020-03-31 Thread jamessan
Author: jamessan Date: Tue Mar 31 22:54:33 2020 New Revision: 1875969 URL: http://svn.apache.org/viewvc?rev=1875969=rev Log: Fix various typos detected by codespell * include/private/svn_auth_private.h, include/private/svn_branch_impl.h, include/private/svn_config_private.h,

svn commit: r1875968 - in /subversion/trunk/subversion/tests: ./ cmdline/ libsvn_client/ libsvn_fs/ libsvn_fs_x/

2020-03-31 Thread jamessan
Author: jamessan Date: Tue Mar 31 22:50:41 2020 New Revision: 1875968 URL: http://svn.apache.org/viewvc?rev=1875968=rev Log: Fix various typos detected by codespell * tests/cmdline/externals_tests.py, tests/cmdline/lock_tests.py, tests/cmdline/log_tests.py, tests/cmdline/merge_authz_tests.py,

svn commit: r1875972 - in /subversion/trunk: ./ notes/ subversion/ subversion/svn/ subversion/svnbench/ subversion/svnfsfs/ subversion/svnlook/ subversion/svnserve/ subversion/svnsync/

2020-03-31 Thread jamessan
Author: jamessan Date: Tue Mar 31 23:11:01 2020 New Revision: 1875972 URL: http://svn.apache.org/viewvc?rev=1875972=rev Log: Fix various typos detected by codespell * CHANGES, INSTALL, build.conf, configure.ac, notes/anchors_and_targets.txt, subversion/svn/cl.h,

svn propchange: r1875969 - svn:log

2020-03-31 Thread jamessan
Author: jamessan Revision: 1875969 Modified property: svn:log Modified: svn:log at Tue Mar 31 23:13:52 2020 -- --- svn:log (original) +++ svn:log Tue Mar 31 23:13:52 2020 @@ -1,13 +1,12 @@ Fix various typos detected by

svn commit: r1875970 - in /subversion/trunk/subversion: mod_authz_svn/ mod_dav_svn/ mod_dav_svn/reports/

2020-03-31 Thread jamessan
Author: jamessan Date: Tue Mar 31 23:01:05 2020 New Revision: 1875970 URL: http://svn.apache.org/viewvc?rev=1875970=rev Log: Fix various typos detected by codespell * mod_authz_svn/mod_authz_svn.c, mod_dav_svn/dav_svn.h, mod_dav_svn/mirror.c, mod_dav_svn/mod_dav_svn.c,

svn propchange: r1875968 - svn:log

2020-03-31 Thread jamessan
Author: jamessan Revision: 1875968 Modified property: svn:log Modified: svn:log at Tue Mar 31 23:13:01 2020 -- --- svn:log (original) +++ svn:log Tue Mar 31 23:13:01 2020 @@ -1,10 +1,9 @@ Fix various typos detected by

svn commit: r1875971 [2/2] - in /subversion/trunk/subversion: libsvn_client/ libsvn_delta/ libsvn_diff/ libsvn_fs/ libsvn_fs_base/ libsvn_fs_base/bdb/ libsvn_fs_base/notes/ libsvn_fs_fs/ libsvn_fs_x/

2020-03-31 Thread jamessan
Modified: subversion/trunk/subversion/libsvn_subr/config_file.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/config_file.c?rev=1875971=1875970=1875971=diff == ---

svn commit: r1875971 [1/2] - in /subversion/trunk/subversion: libsvn_client/ libsvn_delta/ libsvn_diff/ libsvn_fs/ libsvn_fs_base/ libsvn_fs_base/bdb/ libsvn_fs_base/notes/ libsvn_fs_fs/ libsvn_fs_x/

2020-03-31 Thread jamessan
Author: jamessan Date: Tue Mar 31 23:07:06 2020 New Revision: 1875971 URL: http://svn.apache.org/viewvc?rev=1875971=rev Log: Fix various typos detected by codespell * libsvn_client/add.c, libsvn_client/blame.c, libsvn_client/commit_util.c, libsvn_client/conflicts.c, libsvn_client/copy.c,

svn propchange: r1875970 - svn:log

2020-03-31 Thread jamessan
Author: jamessan Revision: 1875970 Modified property: svn:log Modified: svn:log at Tue Mar 31 23:17:54 2020 -- --- svn:log (original) +++ svn:log Tue Mar 31 23:17:54 2020 @@ -1,7 +1,8 @@ Fix various typos detected by

svn commit: r1875975 - /subversion/site/publish/docs/release-notes/1.14.html

2020-03-31 Thread danielsh
Author: danielsh Date: Wed Apr 1 01:35:27 2020 New Revision: 1875975 URL: http://svn.apache.org/viewvc?rev=1875975=rev Log: * docs/release-notes/1.14.html (#new-feature-compatibility-table): Add a stub for «svnadmin build-repcache». Modified:

svn commit: r1875973 - /subversion/trunk/build.conf

2020-03-31 Thread jamessan
Author: jamessan Date: Wed Apr 1 01:05:04 2020 New Revision: 1875973 URL: http://svn.apache.org/viewvc?rev=1875973=rev Log: * build.conf (fs-fs-private-test): Add libsvn_fs_fs to libs to fix link failure Modified: subversion/trunk/build.conf Modified: subversion/trunk/build.conf URL:

svn commit: r1875974 - /subversion/site/publish/docs/release-notes/1.14.html

2020-03-31 Thread danielsh
Author: danielsh Date: Wed Apr 1 01:33:22 2020 New Revision: 1875974 URL: http://svn.apache.org/viewvc?rev=1875974=rev Log: * docs/release-notes/1.14.html (#new-feature-compatibility-table): Link to \#svnadmin-rev-size. Modified: subversion/site/publish/docs/release-notes/1.14.html

svn commit: r1875976 - /subversion/branches/1.14.x/STATUS

2020-03-31 Thread danielsh
Author: danielsh Date: Wed Apr 1 01:39:28 2020 New Revision: 1875976 URL: http://svn.apache.org/viewvc?rev=1875976=rev Log: * STATUS (r1875921): Record my commit review. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL:

svn propchange: r1875974 - svn:log

2020-03-31 Thread danielsh
Author: danielsh Revision: 1875974 Modified property: svn:log Modified: svn:log at Wed Apr 1 01:48:41 2020 -- --- svn:log (original) +++ svn:log Wed Apr 1 01:48:41 2020 @@ -1,2 +1,2 @@ * docs/release-notes/1.14.html -