svn commit: r1899721 - in /subversion/trunk/subversion: libsvn_subr/sysinfo.c svn/help-cmd.c

2022-04-10 Thread brane
Author: brane Date: Sun Apr 10 22:50:33 2022 New Revision: 1899721 URL: http://svn.apache.org/viewvc?rev=1899721=rev Log: Correctly report newer macOS version names. * subversion/libsvn_subr/sysinfo.c (release_name_from_version): Detect Big Sur (11.x) and Monterey (12.x). * subversion/svn/help

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

2022-04-10 Thread brane
Author: brane Date: Sun Apr 10 21:29:50 2022 New Revision: 1899719 URL: http://svn.apache.org/viewvc?rev=1899719=rev Log: * tools/dist/release.py: - Generate public key algorithm names in the same format as GnuPG 2. - Support DSA and RSA Sign Only keys. Modified: subversion/trunk/tools

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

2022-04-10 Thread brane
Author: brane Date: Sun Apr 10 20:36:36 2022 New Revision: 1899717 URL: http://svn.apache.org/viewvc?rev=1899717=rev Log: * tools/dist/release.py: Support EDDSA GnuPG keys. Modified: subversion/trunk/tools/dist/release.py Modified: subversion/trunk/tools/dist/release.py URL: http

svn commit: r53725 - in /dev/subversion: subversion-1.10.8.tar.bz2.asc subversion-1.10.8.tar.gz.asc

2022-04-10 Thread brane
Author: brane Date: Sun Apr 10 16:27:53 2022 New Revision: 53725 Log: Added my signatures for 1.10.8 (Unix). Modified: dev/subversion/subversion-1.10.8.tar.bz2.asc dev/subversion/subversion-1.10.8.tar.gz.asc Modified: dev/subversion/subversion-1.10.8.tar.bz2.asc

svn commit: r53724 - in /dev/subversion: subversion-1.14.2.tar.bz2.asc subversion-1.14.2.tar.gz.asc

2022-04-10 Thread brane
Author: brane Date: Sun Apr 10 16:11:01 2022 New Revision: 53724 Log: Added my signatures for 1.14.2 (Unix). Modified: dev/subversion/subversion-1.14.2.tar.bz2.asc dev/subversion/subversion-1.14.2.tar.gz.asc Modified: dev/subversion/subversion-1.14.2.tar.bz2.asc

svn commit: r45954 - in /dev/subversion: subversion-1.10.7.tar.bz2.asc subversion-1.10.7.tar.gz.asc

2021-02-10 Thread brane
Author: brane Date: Wed Feb 10 09:48:11 2021 New Revision: 45954 Log: Added my signatures for 1.10.7 (Unix). Modified: dev/subversion/subversion-1.10.7.tar.bz2.asc dev/subversion/subversion-1.10.7.tar.gz.asc Modified: dev/subversion/subversion-1.10.7.tar.bz2.asc

svn commit: r45944 - in /dev/subversion: subversion-1.14.1.tar.bz2.asc subversion-1.14.1.tar.gz.asc

2021-02-09 Thread brane
Author: brane Date: Tue Feb 9 18:25:10 2021 New Revision: 45944 Log: Added my signatures for 1.14.1 (Unix). Modified: dev/subversion/subversion-1.14.1.tar.bz2.asc dev/subversion/subversion-1.14.1.tar.gz.asc Modified: dev/subversion/subversion-1.14.1.tar.bz2.asc

svn commit: r1884094 - /subversion/trunk/configure.ac

2020-12-04 Thread brane
Author: brane Date: Fri Dec 4 11:08:34 2020 New Revision: 1884094 URL: http://svn.apache.org/viewvc?rev=1884094=rev Log: Get rid of archiver warnings on Linux and related GNU binutils plarforms. * configure.ac (AR_FLAGS): Default to 'cr' because libtool uses 'cru' by default, which has been

svn propchange: r1883939 - svn:log

2020-11-29 Thread brane
Author: brane Revision: 1883939 Modified property: svn:log Modified: svn:log at Sun Nov 29 20:20:48 2020 -- --- svn:log (original) +++ svn:log Sun Nov 29 20:20:48 2020 @@ -1,4 +1,4 @@ -Fix 'make clean' in an out-of-tree

svn commit: r1883939 - /subversion/trunk/Makefile.in

2020-11-29 Thread brane
Author: brane Date: Sun Nov 29 20:17:19 2020 New Revision: 1883939 URL: http://svn.apache.org/viewvc?rev=1883939=rev Log: Fix 'make clean' in an out-of-tree build if bindings been built yet. * Makefile.in (fast-clean, clean-swig-pl, clean-swig-py, clean-swig-rb): Check that paths exist before

svn commit: r1883716 - /subversion/trunk/subversion/libsvn_subr/sysinfo.c

2020-11-21 Thread brane
Author: brane Date: Sun Nov 22 04:46:46 2020 New Revision: 1883716 URL: http://svn.apache.org/viewvc?rev=1883716=rev Log: Follow up to r1883712: Don't hide value truncation. * subversion/libsvn_subr/sysinfo.c (parse_pointer_value): Cast to apr_uintptr_t only when converting a pointer value

svn commit: r1883715 - in /subversion/trunk: build/ac-macros/compiler.m4 configure.ac subversion/bindings/cxx/tests/test_aprwrap_arrays.cpp

2020-11-21 Thread brane
Author: brane Date: Sun Nov 22 04:24:42 2020 New Revision: 1883715 URL: http://svn.apache.org/viewvc?rev=1883715=rev Log: Support C++11 and later and let users select the C++ language standard. * configure.ac (--enable-c++): New option. * build/ac-macros/compiler.m4 (SVN_CXX_MODE_SETUP

svn commit: r1883712 - /subversion/trunk/subversion/libsvn_subr/sysinfo.c

2020-11-21 Thread brane
Author: brane Date: Sun Nov 22 02:51:48 2020 New Revision: 1883712 URL: http://svn.apache.org/viewvc?rev=1883712=rev Log: Fix warnings about int-to-pointer cast size in 32-bit platforms. * subversion/libsvn_subr/sysinfo.c (parse_pointer_value) Use apr_uintptr_t to silence -Wint-to-pointer

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

2020-11-13 Thread brane
Author: brane Date: Fri Nov 13 14:20:21 2020 New Revision: 1883387 URL: http://svn.apache.org/viewvc?rev=1883387=rev Log: * branches/1.14.x/STATUS: Cast some votes, approving some and vetoing one backport. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x

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

2020-11-13 Thread brane
Author: brane Date: Fri Nov 13 13:44:11 2020 New Revision: 1883385 URL: http://svn.apache.org/viewvc?rev=1883385=rev Log: * branches/1.14.x/STATUS: Fix tpyo. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn propchange: r1883355 - svn:log

2020-11-13 Thread brane
Author: brane Revision: 1883355 Modified property: svn:log Modified: svn:log at Fri Nov 13 13:42:13 2020 -- --- svn:log (original) +++ svn:log Fri Nov 13 13:42:13 2020 @@ -1,4 +1,4 @@ -Use the APR-1.4+ API for flusing

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

2020-11-12 Thread brane
Author: brane Date: Thu Nov 12 17:27:40 2020 New Revision: 1883356 URL: http://svn.apache.org/viewvc?rev=1883356=rev Log: * STATUS: Nominate r1883355. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1883355 - /subversion/trunk/subversion/libsvn_subr/io.c

2020-11-12 Thread brane
Author: brane Date: Thu Nov 12 17:21:34 2020 New Revision: 1883355 URL: http://svn.apache.org/viewvc?rev=1883355=rev Log: Use the APR-1.4+ API for flusing file contents to disk. * subversion/libsvn_subr/io.c (svn_io_file_flush_to_disk): Use apr_file_datasync instead of our homegrown

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

2020-09-29 Thread brane
Author: brane Date: Tue Sep 29 14:23:16 2020 New Revision: 1882129 URL: http://svn.apache.org/viewvc?rev=1882129=rev Log: * branches/1.14.x/STATUS: Extend and vote for the r1881958 group. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http

svn commit: r1882128 - /subversion/trunk/subversion/libsvn_subr/apr_escape.c

2020-09-29 Thread brane
Author: brane Date: Tue Sep 29 14:19:42 2020 New Revision: 1882128 URL: http://svn.apache.org/viewvc?rev=1882128=rev Log: Silence OSX ranlib warnings about object files with no symbols. * subversion/libsvn_subr/apr_escape.c (svn__fake__apr_escape): Add a dummy symbol to an otherwise empty

svn commit: r1882127 - /subversion/trunk/subversion/libsvn_subr/sysinfo.c

2020-09-29 Thread brane
Author: brane Date: Tue Sep 29 14:18:04 2020 New Revision: 1882127 URL: http://svn.apache.org/viewvc?rev=1882127=rev Log: Detect the next major version of macOS in 'svn --version --verbose'. * subversion/libsvn_subr/sysinfo.c (macos_version_number): Replaces macos_minor_version

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

2020-06-17 Thread brane
Author: brane Date: Thu Jun 18 05:33:10 2020 New Revision: 1878951 URL: http://svn.apache.org/viewvc?rev=1878951=rev Log: * STATUS: Update r1878909 proposal. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1878952 - /subversion/branches/1.13.x/STATUS

2020-06-17 Thread brane
Author: brane Date: Thu Jun 18 05:33:25 2020 New Revision: 1878952 URL: http://svn.apache.org/viewvc?rev=1878952=rev Log: * STATUS: Update r1878909 proposal. Modified: subversion/branches/1.13.x/STATUS Modified: subversion/branches/1.13.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1878950 - in /subversion/trunk: build.conf subversion/tests/client/

2020-06-17 Thread brane
Author: brane Date: Thu Jun 18 05:29:54 2020 New Revision: 1878950 URL: http://svn.apache.org/viewvc?rev=1878950=rev Log: Follow up to r1878909: Fix test description and ignore build artefacts. * build.conf (filesize-test): Fix test description. * subversion/tests/client: Add svn:ignore property

svn commit: r1878910 - in /subversion/branches: 1.13.x/STATUS 1.14.x/STATUS

2020-06-16 Thread brane
Author: brane Date: Wed Jun 17 05:00:42 2020 New Revision: 1878910 URL: http://svn.apache.org/viewvc?rev=1878910=rev Log: * STATUS: Propose r1878909. Modified: subversion/branches/1.13.x/STATUS subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.13.x/STATUS URL: http

svn commit: r1878909 - in /subversion/trunk: build.conf subversion/svn/filesize.c subversion/tests/client/ subversion/tests/client/filesize-test.c

2020-06-16 Thread brane
Author: brane Date: Wed Jun 17 04:49:32 2020 New Revision: 1878909 URL: http://svn.apache.org/viewvc?rev=1878909=rev Log: Fix a number of thinkos in human-readable file size formatting. * subversion/svn/filesize.c (format_size): Be smarter about predicting floating-point rounding to decide

svn commit: r39771 - in /dev/subversion: subversion-1.14.0.tar.bz2.asc subversion-1.14.0.tar.gz.asc

2020-05-26 Thread brane
Author: brane Date: Tue May 26 10:30:30 2020 New Revision: 39771 Log: Added my signatures for 1.14.0. Modified: dev/subversion/subversion-1.14.0.tar.bz2.asc dev/subversion/subversion-1.14.0.tar.gz.asc Modified: dev/subversion/subversion-1.14.0.tar.bz2.asc

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

2020-05-02 Thread brane
Author: brane Date: Sat May 2 09:04:43 2020 New Revision: 1877288 URL: http://svn.apache.org/viewvc?rev=1877288=rev Log: * branches/1.14.x/STATUS: Fix description for r1877259. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http

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

2020-05-02 Thread brane
Author: brane Date: Sat May 2 09:03:15 2020 New Revision: 1877287 URL: http://svn.apache.org/viewvc?rev=1877287=rev Log: * branches/1.14.x/STATUS: Propose r1877259. Modified: subversion/branches/1.14.x/STATUS Modified: subversion/branches/1.14.x/STATUS URL: http://svn.apache.org/viewvc

svn propchange: r1831856 - svn:log

2020-05-02 Thread brane
Author: brane Revision: 1831856 Modified property: svn:log Modified: svn:log at Sat May 2 08:51:37 2020 -- --- svn:log (original) +++ svn:log Sat May 2 08:51:37 2020 @@ -15,4 +15,4 @@ content. * types/Revision.java

svn propchange: r1869853 - svn:log

2020-05-02 Thread brane
Author: brane Revision: 1869853 Modified property: svn:log Modified: svn:log at Sat May 2 08:49:18 2020 -- --- svn:log (original) +++ svn:log Sat May 2 08:49:18 2020 @@ -18,7 +18,7 @@ Support building with SWIG 4

svn propchange: r1870217 - svn:log

2020-05-02 Thread brane
Author: brane Revision: 1870217 Modified property: svn:log Modified: svn:log at Sat May 2 08:48:22 2020 -- --- svn:log (original) +++ svn:log Sat May 2 08:48:22 2020 @@ -5,7 +5,7 @@ Follow up to r1870204: Fix encoding

svn propchange: r1870561 - svn:log

2020-05-02 Thread brane
Author: brane Revision: 1870561 Modified property: svn:log Modified: svn:log at Sat May 2 08:47:35 2020 -- --- svn:log (original) +++ svn:log Sat May 2 08:47:35 2020 @@ -5,4 +5,4 @@ Follow up to r1870204,r1870217

svn commit: r1877259 - /subversion/trunk/subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c

2020-05-01 Thread brane
Author: brane Date: Fri May 1 13:23:50 2020 New Revision: 1877259 URL: http://svn.apache.org/viewvc?rev=1877259=rev Log: * subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c (svn_swig_py_stringhash_from_dict, svn_swig_py_mergeinfo_from_dict, svn_swig_py_prophash_from_dict

svn commit: r38948 - in /dev/subversion: subversion-1.14.0-rc2.tar.bz2.asc subversion-1.14.0-rc2.tar.gz.asc

2020-04-14 Thread brane
Author: brane Date: Tue Apr 14 13:52:01 2020 New Revision: 38948 Log: Add my signatures for 1.14.0-rc2 Modified: dev/subversion/subversion-1.14.0-rc2.tar.bz2.asc dev/subversion/subversion-1.14.0-rc2.tar.gz.asc Modified: dev/subversion/subversion-1.14.0-rc2.tar.bz2.asc

svn commit: r1869354 [2/4] - in /subversion/trunk: ./ build/ build/ac-macros/ build/generator/ build/generator/swig/ build/generator/templates/ subversion/bindings/swig/ subversion/bindings/swig/inclu

2019-11-03 Thread brane
Modified: subversion/trunk/subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c?rev=1869354=1869353=1869354=diff

svn commit: r1869354 [3/4] - in /subversion/trunk: ./ build/ build/ac-macros/ build/generator/ build/generator/swig/ build/generator/templates/ subversion/bindings/swig/ subversion/bindings/swig/inclu

2019-11-03 Thread brane
Modified: subversion/trunk/subversion/bindings/swig/python/tests/client.py URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/tests/client.py?rev=1869354=1869353=1869354=diff == ---

svn commit: r1869354 [4/4] - in /subversion/trunk: ./ build/ build/ac-macros/ build/generator/ build/generator/swig/ build/generator/templates/ subversion/bindings/swig/ subversion/bindings/swig/inclu

2019-11-03 Thread brane
Modified: subversion/trunk/subversion/bindings/swig/python/tests/trac/versioncontrol/svn_fs.py URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/tests/trac/versioncontrol/svn_fs.py?rev=1869354=1869353=1869354=diff

svn commit: r1869354 [1/4] - in /subversion/trunk: ./ build/ build/ac-macros/ build/generator/ build/generator/swig/ build/generator/templates/ subversion/bindings/swig/ subversion/bindings/swig/inclu

2019-11-03 Thread brane
Author: brane Date: Mon Nov 4 05:59:36 2019 New Revision: 1869354 URL: http://svn.apache.org/viewvc?rev=1869354=rev Log: Merge the swig-py3 branch to trunk. Added: subversion/trunk/build/ac-macros/py3c.m4 - copied unchanged from r1869353, subversion/branches/swig-py3/build/ac-macros

svn commit: r1869353 - in /subversion/branches/swig-py3: ./ tools/dist/ tools/dist/templates/ tools/hook-scripts/mailer/

2019-11-03 Thread brane
Author: brane Date: Mon Nov 4 05:50:33 2019 New Revision: 1869353 URL: http://svn.apache.org/viewvc?rev=1869353=rev Log: On the swig-py3 branch: Sync from trunk up to r1869352. Modified: subversion/branches/swig-py3/ (props changed) subversion/branches/swig-py3/CHANGES subversion

svn commit: r36510 - in /dev/subversion: subversion-1.13.0.tar.bz2.asc subversion-1.13.0.tar.gz.asc

2019-10-26 Thread brane
Author: brane Date: Sat Oct 26 23:03:28 2019 New Revision: 36510 Log: Added my signatures for 1.13.0. Modified: dev/subversion/subversion-1.13.0.tar.bz2.asc dev/subversion/subversion-1.13.0.tar.gz.asc Modified: dev/subversion/subversion-1.13.0.tar.bz2.asc

svn commit: r1868760 - /subversion/trunk/COMMITTERS

2019-10-22 Thread brane
Author: brane Date: Tue Oct 22 14:36:25 2019 New Revision: 1868760 URL: http://svn.apache.org/viewvc?rev=1868760=rev Log: * COMMITTERS: Added futatuki to the blanket-commit list. Modified: subversion/trunk/COMMITTERS Modified: subversion/trunk/COMMITTERS URL: http://svn.apache.org/viewvc

svn commit: r1868737 - /subversion/branches/swig-py3/get-deps.sh

2019-10-22 Thread brane
Author: brane Date: Tue Oct 22 07:01:32 2019 New Revision: 1868737 URL: http://svn.apache.org/viewvc?rev=1868737=rev Log: Fix for r1868707: Remove debugging code. * get-deps.sh (get_deps): Remove echo statement. Modified: subversion/branches/swig-py3/get-deps.sh Modified: subversion

svn commit: r1868707 - in /subversion/branches/swig-py3: ./ get-deps.sh

2019-10-21 Thread brane
Author: brane Date: Mon Oct 21 13:54:28 2019 New Revision: 1868707 URL: http://svn.apache.org/viewvc?rev=1868707=rev Log: On the swig-py3 branch: Add tooling for downloading the new py3c dependency. * .: Ignore a local py3c directory. * get-deps.sh: Download py3c like all the other dependencies

svn commit: r1868698 - in /subversion/branches/swig-py3: ./ build/ notes/ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/libsvn_repos/ subversion/libsvn_subr/ subversion/libsvn_wc/ su

2019-10-21 Thread brane
Author: brane Date: Mon Oct 21 11:29:41 2019 New Revision: 1868698 URL: http://svn.apache.org/viewvc?rev=1868698=rev Log: On the swig-py3 branch: Sync with trunk up to r1868691. Added: subversion/branches/swig-py3/tools/dist/templates/STATUS.ezt - copied unchanged from r1868691

svn commit: r1868674 - /subversion/branches/swig-py3/build/get-py-info.py

2019-10-20 Thread brane
Author: brane Date: Mon Oct 21 02:09:21 2019 New Revision: 1868674 URL: http://svn.apache.org/viewvc?rev=1868674=rev Log: Python extensions on macOS do *not* have to link the Python framework. * build/get-py-info.py (link_options): Do not add framework options to the link command line

svn commit: r1868637 - in /subversion/trunk/tools/buildbot/slaves/svn-x64-macosx: svnbuild-bindings.sh svnbuild.sh svncheck-bindings.sh svncheck.sh

2019-10-19 Thread brane
Author: brane Date: Sat Oct 19 20:53:50 2019 New Revision: 1868637 URL: http://svn.apache.org/viewvc?rev=1868637=rev Log: Actually support building and testing with Python 3 on the macOS buildslave. [in tools/buildbot/slaves/svn-x64-macosx] * svnbuild.sh: For Python 3, activate the virtual

svn commit: r1868636 - /subversion/trunk/subversion/libsvn_subr/sysinfo.c

2019-10-19 Thread brane
Author: brane Date: Sat Oct 19 20:49:09 2019 New Revision: 1868636 URL: http://svn.apache.org/viewvc?rev=1868636=rev Log: Properly identify the newest macOS release in 'svn --version --verbose'. * subversion/libsvn_subr/sysinfo.c (release_name_from_minor_version): macOS 10.15.x is called

svn commit: r1868566 - /subversion/trunk/build/run_tests.py

2019-10-17 Thread brane
Author: brane Date: Thu Oct 17 21:44:13 2019 New Revision: 1868566 URL: http://svn.apache.org/viewvc?rev=1868566=rev Log: Print the Python version used by the unit test driver. * build/run_tests.py (TestHarness.run): Print the interpreter version in the test summary. Modified: subversion

svn commit: r1866737 - /subversion/branches/1.12.x/STATUS

2019-09-10 Thread brane
Author: brane Date: Tue Sep 10 11:25:47 2019 New Revision: 1866737 URL: http://svn.apache.org/viewvc?rev=1866737=rev Log: * branches/1.12.x/STATUS: Vote for r1866425. Modified: subversion/branches/1.12.x/STATUS Modified: subversion/branches/1.12.x/STATUS URL: http://svn.apache.org/viewvc

svn commit: r1866602 - /subversion/branches/1.12.x/STATUS

2019-09-08 Thread brane
Author: brane Date: Sun Sep 8 08:42:56 2019 New Revision: 1866602 URL: http://svn.apache.org/viewvc?rev=1866602=rev Log: * branches/1.12.x/STATUS: Approve r1865266. Modified: subversion/branches/1.12.x/STATUS Modified: subversion/branches/1.12.x/STATUS URL: http://svn.apache.org/viewvc

svn commit: r1866601 - /subversion/branches/1.12.x/STATUS

2019-09-08 Thread brane
Author: brane Date: Sun Sep 8 08:41:27 2019 New Revision: 1866601 URL: http://svn.apache.org/viewvc?rev=1866601=rev Log: * branches/1.12.x/STATUS: Approve r1864025 (and actually add my vote to the r1863987 group). Modified: subversion/branches/1.12.x/STATUS Modified: subversion/branches

svn commit: r1866599 - /subversion/branches/1.12.x/STATUS

2019-09-08 Thread brane
Author: brane Date: Sun Sep 8 08:38:15 2019 New Revision: 1866599 URL: http://svn.apache.org/viewvc?rev=1866599=rev Log: * branches/1.12.x/STATUS: Vote for r1864440 and approve the r1863987 group. Modified: subversion/branches/1.12.x/STATUS Modified: subversion/branches/1.12.x/STATUS URL

svn commit: r1866600 - /subversion/branches/1.10.x/STATUS

2019-09-08 Thread brane
Author: brane Date: Sun Sep 8 08:38:47 2019 New Revision: 1866600 URL: http://svn.apache.org/viewvc?rev=1866600=rev Log: * branches/1.10.x/STATUS: Approve r1864440 and the r1863987 group. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http

svn commit: r1866595 - /subversion/branches/1.10.x/STATUS

2019-09-08 Thread brane
Author: brane Date: Sun Sep 8 08:08:32 2019 New Revision: 1866595 URL: http://svn.apache.org/viewvc?rev=1866595=rev Log: * branches/1.10.x/STATUS: Vote for r1866425. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc

svn commit: r1866594 - in /subversion/branches: 1.10.x/STATUS 1.12.x/STATUS

2019-09-08 Thread brane
Author: brane Date: Sun Sep 8 08:01:15 2019 New Revision: 1866594 URL: http://svn.apache.org/viewvc?rev=1866594=rev Log: * branches/1.10.x/STATUS, branches/1.12.x/STATUS: Propose r1865987, r1866588 for backport. Modified: subversion/branches/1.10.x/STATUS subversion/branches/1.12.x

svn commit: r1866588 - /subversion/trunk/subversion/libsvn_fs_fs/verify.c

2019-09-08 Thread brane
Author: brane Date: Sun Sep 8 07:47:07 2019 New Revision: 1866588 URL: http://svn.apache.org/viewvc?rev=1866588=rev Log: Follow up to r1865987: Fix another printf format bug in FSFS. * subversion/libsvn_fs_fs/verify.c (compare_p2l_to_rev): Cast entry::type to unsigned integer and use the %u

svn commit: r1866033 - /subversion/trunk/notes/commit-access-templates/full-committer.tmpl

2019-08-28 Thread brane
Author: brane Date: Wed Aug 28 11:01:20 2019 New Revision: 1866033 URL: http://svn.apache.org/viewvc?rev=1866033=rev Log: * notes/commit-access-templates/full-committer.tmpl: Almost revert r1866031, leaving just the http:// -> https:// change. Modified: subversion/trunk/notes/com

svn commit: r1866031 - in /subversion/trunk/notes/commit-access-templates: full-committer.tmpl partial-committer.tmpl pmc-member.tmpl

2019-08-28 Thread brane
Author: brane Date: Wed Aug 28 10:36:02 2019 New Revision: 1866031 URL: http://svn.apache.org/viewvc?rev=1866031=rev Log: Update URLs in the commit access invitation templates. Modified: subversion/trunk/notes/commit-access-templates/full-committer.tmpl subversion/trunk/notes/commit

svn commit: r1865987 - /subversion/trunk/subversion/libsvn_fs_fs/verify.c

2019-08-27 Thread brane
Author: brane Date: Tue Aug 27 12:10:43 2019 New Revision: 1865987 URL: http://svn.apache.org/viewvc?rev=1865987=rev Log: * subversion/libsvn_fs_fs/verify.c (compare_p2l_to_rev): Fix format string that was broken on 32-bit platforms. Modified: subversion/trunk/subversion/libsvn_fs_fs

svn commit: r1863986 - in /subversion/site/publish: ./ index.html news.html roadmap.html site-nav.html style/site.css

2019-07-30 Thread brane
Author: brane Date: Tue Jul 30 11:03:10 2019 New Revision: 1863986 URL: http://svn.apache.org/viewvc?rev=1863986=rev Log: Merged from staging: Event advertisement and some property changes. Modified: subversion/site/publish/ (props changed) subversion/site/publish/index.html (props

svn commit: r1863908 - /subversion/site/staging/site-nav.html

2019-07-28 Thread brane
Author: brane Date: Sun Jul 28 22:29:03 2019 New Revision: 1863908 URL: http://svn.apache.org/viewvc?rev=1863908=rev Log: * site/staging/site-nav.html: Tweak spacing in the ApacheCon advert. Modified: subversion/site/staging/site-nav.html Modified: subversion/site/staging/site-nav.html URL

svn commit: r1863907 - in /subversion/site/staging: site-nav.html style/site.css

2019-07-28 Thread brane
Author: brane Date: Sun Jul 28 22:25:15 2019 New Revision: 1863907 URL: http://svn.apache.org/viewvc?rev=1863907=rev Log: * site/staging/site-nav.html: Use a different image for the ApacheCon advert. * site/stagingy/style/site.css: Add styling for the ApacheCon advert. Modified: subversion

svn commit: r1863906 - /subversion/site/staging/site-nav.html

2019-07-28 Thread brane
Author: brane Date: Sun Jul 28 22:17:14 2019 New Revision: 1863906 URL: http://svn.apache.org/viewvc?rev=1863906=rev Log: Add ASF event advert to the staging site. Modified: subversion/site/staging/site-nav.html Modified: subversion/site/staging/site-nav.html URL: http://svn.apache.org

svn commit: r1863905 - in /subversion/site/staging: ./ index.html news.html roadmap.html

2019-07-28 Thread brane
Author: brane Date: Sun Jul 28 22:16:27 2019 New Revision: 1863905 URL: http://svn.apache.org/viewvc?rev=1863905=rev Log: Sync staging site with published site. Modified: subversion/site/staging/ (props changed) subversion/site/staging/index.html (contents, props changed

svn commit: r35001 - in /release/subversion: subversion-1.12.2.tar.bz2.asc subversion-1.12.2.tar.gz.asc

2019-07-23 Thread brane
Author: brane Date: Wed Jul 24 00:26:12 2019 New Revision: 35001 Log: Added my signatures for 1.12.2 (Unix). Modified: release/subversion/subversion-1.12.2.tar.bz2.asc release/subversion/subversion-1.12.2.tar.gz.asc Modified: release/subversion/subversion-1.12.2.tar.bz2.asc

svn commit: r34995 - in /release/subversion: subversion-1.10.6.tar.bz2.asc subversion-1.10.6.tar.gz.asc

2019-07-23 Thread brane
Author: brane Date: Tue Jul 23 18:47:10 2019 New Revision: 34995 Log: Added my signatures for 1.10.6 (Unix). Modified: release/subversion/subversion-1.10.6.tar.bz2.asc release/subversion/subversion-1.10.6.tar.gz.asc Modified: release/subversion/subversion-1.10.6.tar.bz2.asc

svn commit: r34982 - in /dev/subversion: subversion-1.9.12.tar.bz2.asc subversion-1.9.12.tar.gz.asc

2019-07-22 Thread brane
Author: brane Date: Tue Jul 23 05:28:40 2019 New Revision: 34982 Log: Added my signatures for 1.9.12 (Unix). Modified: dev/subversion/subversion-1.9.12.tar.bz2.asc dev/subversion/subversion-1.9.12.tar.gz.asc Modified: dev/subversion/subversion-1.9.12.tar.bz2.asc

svn commit: r1854843 - /subversion/branches/1.9.x/STATUS

2019-03-05 Thread brane
Author: brane Date: Tue Mar 5 11:15:26 2019 New Revision: 1854843 URL: http://svn.apache.org/viewvc?rev=1854843=rev Log: * branches/1.9.x/STATUS: Remove the vetoed r1854072 group nomination. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http

svn commit: r1854221 - /subversion/branches/1.9.x/STATUS

2019-02-23 Thread brane
Author: brane Date: Sat Feb 23 15:49:11 2019 New Revision: 1854221 URL: http://svn.apache.org/viewvc?rev=1854221=rev Log: * branches/1.9.x/STATUS: Update the r1854072 group proposal. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http

svn commit: r1854219 - in /subversion/branches: 1.10.x/STATUS 1.11.x/STATUS

2019-02-23 Thread brane
Author: brane Date: Sat Feb 23 15:48:42 2019 New Revision: 1854219 URL: http://svn.apache.org/viewvc?rev=1854219=rev Log: * branches/1.10.x/STATUS, branches/1.11.x/STATUS: Add r1854216 to the r1854072 group. Modified: subversion/branches/1.10.x/STATUS subversion/branches/1.11.x/STATUS

svn commit: r1854216 - /subversion/trunk/subversion/libsvn_subr/io.c

2019-02-23 Thread brane
Author: brane Date: Sat Feb 23 15:33:37 2019 New Revision: 1854216 URL: http://svn.apache.org/viewvc?rev=1854216=rev Log: Follow up to r1854072: Reduce the number of file-open operations on Windows. * subversion/libsvn_subr/io.c (svn_io_dir_remove_nonrecursive): On Windows, only remove

svn commit: r1854128 - in /subversion/branches: 1.10.x/STATUS 1.11.x/STATUS 1.9.x/STATUS

2019-02-22 Thread brane
Author: brane Date: Fri Feb 22 09:58:02 2019 New Revision: 1854128 URL: http://svn.apache.org/viewvc?rev=1854128=rev Log: Vote for the r1853761 backport proposal. Modified: subversion/branches/1.10.x/STATUS subversion/branches/1.11.x/STATUS subversion/branches/1.9.x/STATUS Modified

svn commit: r1854078 - in /subversion/branches: 1.10.x/STATUS 1.11.x/STATUS 1.9.x/STATUS

2019-02-21 Thread brane
Author: brane Date: Thu Feb 21 18:42:43 2019 New Revision: 1854078 URL: http://svn.apache.org/viewvc?rev=1854078=rev Log: * branches/1.9.x/STATUS, branches/1.10.x/STATUS, branches/1.11.x/STATUS: Propose r1854072 et al. Modified: subversion/branches/1.10.x/STATUS subversion/branches

svn commit: r1854076 - /subversion/trunk/CHANGES

2019-02-21 Thread brane
Author: brane Date: Thu Feb 21 18:27:57 2019 New Revision: 1854076 URL: http://svn.apache.org/viewvc?rev=1854076=rev Log: * CHANGES: Record the fix for issue #4806. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion/trunk

svn commit: r1854074 - /subversion/trunk/subversion/libsvn_subr/io.c

2019-02-21 Thread brane
Author: brane Date: Thu Feb 21 18:25:22 2019 New Revision: 1854074 URL: http://svn.apache.org/viewvc?rev=1854074=rev Log: Follow up to r1854072: Fix a typo in Windows-specific code. * subversion/libsvn_subr/io.c (io_set_readonly_flag): Fix function signature. Modified: subversion/trunk

svn propchange: r1854072 - svn:log

2019-02-21 Thread brane
Author: brane Revision: 1854072 Modified property: svn:log Modified: svn:log at Thu Feb 21 18:08:03 2019 -- --- svn:log (original) +++ svn:log Thu Feb 21 18:08:03 2019 @@ -11,3 +11,11 @@ Fix issue #4806: Remove on-disk

svn commit: r1854072 - in /subversion/trunk/subversion: libsvn_subr/io.c tests/libsvn_subr/io-test.c

2019-02-21 Thread brane
Author: brane Date: Thu Feb 21 18:04:15 2019 New Revision: 1854072 URL: http://svn.apache.org/viewvc?rev=1854072=rev Log: Fix issue #4806: Remove on-disk trees with read-only directories in them. * subversion/libsvn_subr/io.c (io_set_perms): New; helper function for io_set_*_perms

svn commit: r1852064 - /subversion/branches/1.10.x/STATUS

2019-01-24 Thread brane
Author: brane Date: Thu Jan 24 18:39:39 2019 New Revision: 1852064 URL: http://svn.apache.org/viewvc?rev=1852064=rev Log: * STATUS: Vote +1 on r1850651. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1852065 - /subversion/branches/1.11.x/STATUS

2019-01-24 Thread brane
Author: brane Date: Thu Jan 24 18:41:23 2019 New Revision: 1852065 URL: http://svn.apache.org/viewvc?rev=1852065=rev Log: * STATUS: Vote +1 on r1850651. Modified: subversion/branches/1.11.x/STATUS Modified: subversion/branches/1.11.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1852063 - /subversion/branches/1.9.x/STATUS

2019-01-24 Thread brane
Author: brane Date: Thu Jan 24 18:38:55 2019 New Revision: 1852063 URL: http://svn.apache.org/viewvc?rev=1852063=rev Log: * STATUS: Vote +1 on r1850651. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1852015 - in /subversion/branches: 1.10.x/STATUS 1.11.x/STATUS 1.9.x/STATUS

2019-01-24 Thread brane
Author: brane Date: Thu Jan 24 11:22:09 2019 New Revision: 1852015 URL: http://svn.apache.org/viewvc?rev=1852015=rev Log: * 1.9.x/STATUS, 1.10.x/STATUS, 1.11.x/STATUS: Nominate r1852013. Modified: subversion/branches/1.10.x/STATUS subversion/branches/1.11.x/STATUS subversion/branches

svn propchange: r1852013 - svn:log

2019-01-24 Thread brane
Author: brane Revision: 1852013 Modified property: svn:log Modified: svn:log at Thu Jan 24 11:14:29 2019 -- --- svn:log (original) +++ svn:log Thu Jan 24 11:14:29 2019 @@ -3,3 +3,5 @@ feature was enabled that changes its

svn commit: r1852013 - /subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c

2019-01-24 Thread brane
Author: brane Date: Thu Jan 24 10:58:23 2019 New Revision: 1852013 URL: http://svn.apache.org/viewvc?rev=1852013=rev Log: Fix issue #4804: avoid test failures just because some SQLite compile-time feature was enabled that changes its query plan descriptions. * subversion/tests/libsvn_wc/wc

svn commit: r1851856 - /subversion/trunk/CHANGES

2019-01-22 Thread brane
Author: brane Date: Tue Jan 22 19:41:40 2019 New Revision: 1851856 URL: http://svn.apache.org/viewvc?rev=1851856=rev Log: * CHANGES: Fix typo that crept in in r1851827. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion/trunk

svn commit: r1851827 - /subversion/trunk/CHANGES

2019-01-22 Thread brane
Author: brane Date: Tue Jan 22 14:45:45 2019 New Revision: 1851827 URL: http://svn.apache.org/viewvc?rev=1851827=rev Log: * CHANGES: Record authz file parsing improvements. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion

svn commit: r1851823 - in /subversion/trunk: subversion/include/ subversion/libsvn_repos/ subversion/mod_authz_svn/ subversion/svnserve/ subversion/tests/cmdline/ subversion/tests/libsvn_repos/ tools/

2019-01-22 Thread brane
Author: brane Date: Tue Jan 22 14:34:55 2019 New Revision: 1851823 URL: http://svn.apache.org/viewvc?rev=1851823=rev Log: Introduce a warning callback to the authz file parser API. We need this to warn about the use of empty groups in authz files; this is not an error and doesn't affect

svn commit: r1851816 - in /subversion/trunk/subversion/tests: ./ cmdline/

2019-01-22 Thread brane
Author: brane Date: Tue Jan 22 13:58:15 2019 New Revision: 1851816 URL: http://svn.apache.org/viewvc?rev=1851816=rev Log: Follow-up to r1851815: update svn:ignore lists. * subversion/tests: Do not ignore svnserveautocheck.pid. * subversion/tests/cmdline: Do ignore svnserve-*. Modified

svn commit: r1851815 - in /subversion/trunk: Makefile.in subversion/tests/cmdline/svnserveautocheck.sh

2019-01-22 Thread brane
Author: brane Date: Tue Jan 22 13:55:54 2019 New Revision: 1851815 URL: http://svn.apache.org/viewvc?rev=1851815=rev Log: Add logging to the svnserveautocheck configuration. * Makefile.in (check-clean): Clean up the svnserveautocheck and davautocheck configuration/log directories

svn propchange: r1851687 - svn:log

2019-01-22 Thread brane
Author: brane Revision: 1851687 Modified property: svn:log Modified: svn:log at Tue Jan 22 09:47:23 2019 -- --- svn:log (original) +++ svn:log Tue Jan 22 09:47:23 2019 @@ -10,4 +10,5 @@ an access entry was treated

svn commit: r1851793 - in /subversion/branches: 1.10.x/STATUS 1.11.x/STATUS

2019-01-22 Thread brane
Author: brane Date: Tue Jan 22 09:46:02 2019 New Revision: 1851793 URL: http://svn.apache.org/viewvc?rev=1851793=rev Log: * 1.10.x/STATUS, 1.11.x/STATUS: Add r1851791 to the r1851676 group. Modified: subversion/branches/1.10.x/STATUS subversion/branches/1.11.x/STATUS Modified

svn commit: r1851791 - /subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py

2019-01-22 Thread brane
Author: brane Date: Tue Jan 22 09:40:55 2019 New Revision: 1851791 URL: http://svn.apache.org/viewvc?rev=1851791=rev Log: * subversion/tests/cmdline/svnauthz_tests.py (svnauthz_empty_group_test): Reference issue #4802. Modified: subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py

svn commit: r1851690 - in /subversion/branches: 1.10.x/STATUS 1.11.x/STATUS

2019-01-19 Thread brane
Author: brane Date: Sat Jan 19 22:03:53 2019 New Revision: 1851690 URL: http://svn.apache.org/viewvc?rev=1851690=rev Log: * 1.10.x/STATUS, 1.11.x/STATUS: Nominate r1851676, r1851687. Modified: subversion/branches/1.10.x/STATUS subversion/branches/1.11.x/STATUS Modified: subversion

svn commit: r1851687 - in /subversion/trunk/subversion: libsvn_repos/authz_parse.c tests/cmdline/svnauthz_tests.py

2019-01-19 Thread brane
Author: brane Date: Sat Jan 19 20:09:44 2019 New Revision: 1851687 URL: http://svn.apache.org/viewvc?rev=1851687=rev Log: Fix a bug in the authz parser where using a group with no members in an access entry was treated as an error instead of being ignored. * subversion/libsvn_repos/authz_parse.c

svn commit: r1851676 - /subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py

2019-01-19 Thread brane
Author: brane Date: Sat Jan 19 16:50:05 2019 New Revision: 1851676 URL: http://svn.apache.org/viewvc?rev=1851676=rev Log: Add a new XFail test for the authz parser for the validity of empty groups. * subversion/tests/cmdline/svnauthz_tests.py (svnauthz_empty_group_test): New test case

svn commit: r1851536 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/ src/org/apache/subversion/javahl/callback/ tests/org/apache/subversion/javahl/

2019-01-17 Thread brane
Author: brane Date: Thu Jan 17 14:50:52 2019 New Revision: 1851536 URL: http://svn.apache.org/viewvc?rev=1851536=rev Log: Expose the output arguments of svn_client_blame6 in JavaHL. [in subversion/bindings/javahl/src/org/apache/subversion] * callback/BlameRangeCallback.java: New callback

svn commit: r1851525 - in /subversion/trunk/subversion: bindings/javahl/native/SVNClient.cpp include/svn_client.h libsvn_client/blame.c libsvn_client/deprecated.c svn/blame-cmd.c

2019-01-17 Thread brane
Author: brane Date: Thu Jan 17 13:05:11 2019 New Revision: 1851525 URL: http://svn.apache.org/viewvc?rev=1851525=rev Log: Follow up to r1851268: our coding guidelines say that output parameters should come first in the function argument list. * subversion/include/svn_client.h

svn commit: r1851358 - /subversion/trunk/subversion/tests/libsvn_fs/locks-test.c

2019-01-15 Thread brane
Author: brane Date: Tue Jan 15 14:08:59 2019 New Revision: 1851358 URL: http://svn.apache.org/viewvc?rev=1851358=rev Log: * subversion/tests/libsvn_fs/locks-test.c (obtain_write_lock_failure): Add a comment that explains why this test fails when run as root. No functional change. Modified

svn commit: r1851335 - /subversion/trunk/CHANGES

2019-01-15 Thread brane
Author: brane Date: Tue Jan 15 10:58:49 2019 New Revision: 1851335 URL: http://svn.apache.org/viewvc?rev=1851335=rev Log: * CHANGES: Record r1851333 and reword r1845408. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org/viewvc/subversion/trunk

svn commit: r1851333 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/ src/org/apache/subversion/javahl/callback/ tests/org/apache/subversion/javahl/

2019-01-15 Thread brane
Author: brane Date: Tue Jan 15 10:20:26 2019 New Revision: 1851333 URL: http://svn.apache.org/viewvc?rev=1851333=rev Log: Fix issue #4801: Make JavaHL blame return byte[] file contents in the blame callback instead of assuming they can be converted to String. [in subversion/bindings/javahl/src

  1   2   3   4   5   6   7   8   9   10   >