svn commit: r1888617 - /subversion/trunk/subversion/libsvn_subr/task.c

2021-04-11 Thread stefan2
Author: stefan2 Date: Sun Apr 11 11:38:32 2021 New Revision: 1888617 URL: http://svn.apache.org/viewvc?rev=1888617=rev Log: Make task runner build & work without APR threading support. * subversion/libsvn_subr/task.c (next_task, worker_cancelled, send_terminate, wo

svn commit: r1888616 - /subversion/trunk/subversion/libsvn_subr/task.c

2021-04-11 Thread stefan2
Author: stefan2 Date: Sun Apr 11 11:34:53 2021 New Revision: 1888616 URL: http://svn.apache.org/viewvc?rev=1888616=rev Log: * subversion/libsvn_subr/task.c Remove tailing whitespace. No functional change. Modified: subversion/trunk/subversion/libsvn_subr/task.c Modified: subversion/trunk

svn commit: r1888590 - /subversion/trunk/subversion/tests/svn_test.h

2021-04-10 Thread stefan2
Author: stefan2 Date: Sat Apr 10 15:49:44 2021 New Revision: 1888590 URL: http://svn.apache.org/viewvc?rev=1888590=rev Log: Fix GCC "warning: ā€˜%sā€™ directive argument is null" in tests. * subversion/tests/svn_test.h (SVN_TEST_STRING_ASSERT): Don't pass NULL as strings into formatters.

svn commit: r1888589 - in /subversion/trunk: build.conf subversion/tests/libsvn_subr/task-test.c

2021-04-10 Thread stefan2
Author: stefan2 Date: Sat Apr 10 15:35:23 2021 New Revision: 1888589 URL: http://svn.apache.org/viewvc?rev=1888589=rev Log: Add some basic tests for the new svn_task__t API. * build.conf (task-test): Define new binary. (__ALL_TESTS__): Register new test binary. Added: subversion/trunk

svn commit: r1888588 - /subversion/trunk/subversion/libsvn_subr/task.c

2021-04-10 Thread stefan2
Author: stefan2 Date: Sat Apr 10 15:32:06 2021 New Revision: 1888588 URL: http://svn.apache.org/viewvc?rev=1888588=rev Log: Fix segfault when the root task has output to process. * subversion/libsvn_subr/task.c (remove_task): Make sure we don't access the RESULTS after freeing

svn commit: r1888583 - /subversion/trunk/subversion/libsvn_subr/task.c

2021-04-10 Thread stefan2
Author: stefan2 Date: Sat Apr 10 12:11:22 2021 New Revision: 1888583 URL: http://svn.apache.org/viewvc?rev=1888583=rev Log: Add multi-threaded execution to the task runner. The basic execution logic is the same as for sequential execution but the place of execution is different. The main thread

svn commit: r1888557 - in /subversion/trunk/subversion: include/private/svn_task.h libsvn_subr/task.c

2021-04-09 Thread stefan2
Author: stefan2 Date: Fri Apr 9 09:41:51 2021 New Revision: 1888557 URL: http://svn.apache.org/viewvc?rev=1888557=rev Log: Incorporate danielsh' review feedback on the initial svn_task__* code. This is improving naming, docstrings and assertions. * subversion/include/private/svn_task.h

svn commit: r1888523 - in /subversion/trunk/subversion: include/private/svn_task.h libsvn_subr/task.c

2021-04-08 Thread stefan2
Author: stefan2 Date: Thu Apr 8 15:46:02 2021 New Revision: 1888523 URL: http://svn.apache.org/viewvc?rev=1888523=rev Log: For the svn_task__t API, incorporate feedback on documentation and use clearer parameter names. * subversion/include/private/svn_task.h (): Typos and clarify order

svn commit: r1888520 - in /subversion/trunk: build.conf subversion/libsvn_subr/task.c

2021-04-08 Thread stefan2
Author: stefan2 Date: Thu Apr 8 14:35:52 2021 New Revision: 1888520 URL: http://svn.apache.org/viewvc?rev=1888520=rev Log: Initial, single-theaded implementation of the svn_task__t API. * subversion/libsvn_subr/task.c (new file): Initial implementation. Added: subversion/trunk/subversion

svn commit: r1888446 - /subversion/trunk/subversion/include/private/svn_task.h

2021-04-06 Thread stefan2
Author: stefan2 Date: Tue Apr 6 18:37:38 2021 New Revision: 1888446 URL: http://svn.apache.org/viewvc?rev=1888446=rev Log: Introduce the new internal svn_task__t API. This is only the interface without implementation nor tests. * subversion/include/private/svn_task.h (new file): Declare

svn commit: r1888439 - in /subversion/trunk: build.conf subversion/include/private/svn_waitable_counter.h subversion/libsvn_fs_x/batch_fsync.c subversion/libsvn_subr/waitable_counter.c

2021-04-06 Thread stefan2
Author: stefan2 Date: Tue Apr 6 14:06:34 2021 New Revision: 1888439 URL: http://svn.apache.org/viewvc?rev=1888439=rev Log: Turn waitable_counter_t into the svn_waitable_counter__* internal API. * subversion/include/private/svn_waitable_counter.h (new file): Declare & document the

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

2021-04-06 Thread stefan2
Author: stefan2 Date: Tue Apr 6 13:13:51 2021 New Revision: 1888436 URL: http://svn.apache.org/viewvc?rev=1888436=rev Log: Follow-up to hopefully unbreak the Windows build. * build.conf (libsvn_subr/msvc-export): Add new private API header. Modified: subversion/trunk/build.conf Modified

svn commit: r1888434 - in /subversion/trunk/subversion: include/private/svn_thread_cond.h libsvn_fs_x/batch_fsync.c libsvn_subr/thread_cond.c

2021-04-06 Thread stefan2
Author: stefan2 Date: Tue Apr 6 13:07:05 2021 New Revision: 1888434 URL: http://svn.apache.org/viewvc?rev=1888434=rev Log: Turn svn_thread_cond__* into a proper internal API. The APR dependency follows the same logic as svn_mutex__t. * subversion/include/private/svn_thread_cond.h (new file

svn commit: r33745 - in /dev/subversion: subversion-1.12.0.tar.bz2.asc subversion-1.12.0.tar.gz.asc

2019-04-23 Thread stefan2
Author: stefan2 Date: Tue Apr 23 19:11:52 2019 New Revision: 33745 Log: Signing 1.12.0 for Unix. Modified: dev/subversion/subversion-1.12.0.tar.bz2.asc dev/subversion/subversion-1.12.0.tar.gz.asc Modified: dev/subversion/subversion-1.12.0.tar.bz2.asc

svn commit: r32746 - in /dev/subversion: subversion-1.12.0-rc1.tar.bz2.asc subversion-1.12.0-rc1.tar.gz.asc

2019-03-04 Thread stefan2
Author: stefan2 Date: Mon Mar 4 16:44:07 2019 New Revision: 32746 Log: Signing 1.12.0-rc1 for Unix. Modified: dev/subversion/subversion-1.12.0-rc1.tar.bz2.asc dev/subversion/subversion-1.12.0-rc1.tar.gz.asc Modified: dev/subversion/subversion-1.12.0-rc1.tar.bz2.asc

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

2018-12-17 Thread stefan2
Author: stefan2 Date: Tue Dec 18 06:28:52 2018 New Revision: 1849149 URL: http://svn.apache.org/viewvc?rev=1849149=rev Log: * STATUS: Vote for r1847377 (reduction of win-specific .po) Modified: subversion/branches/1.11.x/STATUS Modified: subversion/branches/1.11.x/STATUS URL: http

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

2018-12-17 Thread stefan2
Author: stefan2 Date: Tue Dec 18 06:23:38 2018 New Revision: 1849148 URL: http://svn.apache.org/viewvc?rev=1849148=rev Log: * STATUS: Vote for and approve r1847572 group (issue #4791). Modified: subversion/branches/1.11.x/STATUS Modified: subversion/branches/1.11.x/STATUS URL: http

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

2018-12-17 Thread stefan2
Author: stefan2 Date: Tue Dec 18 06:12:26 2018 New Revision: 1849147 URL: http://svn.apache.org/viewvc?rev=1849147=rev Log: * STATUS: Vote for r1847598 group (issue #4793). Modified: subversion/branches/1.11.x/STATUS Modified: subversion/branches/1.11.x/STATUS URL: http

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

2018-12-17 Thread stefan2
Author: stefan2 Date: Tue Dec 18 05:59:16 2018 New Revision: 1849146 URL: http://svn.apache.org/viewvc?rev=1849146=rev Log: * STATUS: Vote for r1847598 group (issue #4793). Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http

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

2018-12-17 Thread stefan2
Author: stefan2 Date: Tue Dec 18 05:29:10 2018 New Revision: 1849145 URL: http://svn.apache.org/viewvc?rev=1849145=rev Log: * STATUS: Vote for and approve r1847572 group (issue #4791). Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http

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

2018-12-17 Thread stefan2
Author: stefan2 Date: Tue Dec 18 05:22:00 2018 New Revision: 1849144 URL: http://svn.apache.org/viewvc?rev=1849144=rev Log: * STATUS: Vote for and approve r1847572 group (issue #4791). Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http

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

2018-12-17 Thread stefan2
Author: stefan2 Date: Tue Dec 18 04:55:08 2018 New Revision: 1849143 URL: http://svn.apache.org/viewvc?rev=1849143=rev Log: * STATUS: Vote for and approve r1826720 group (issue #4722). Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http

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

2018-12-17 Thread stefan2
Author: stefan2 Date: Tue Dec 18 04:25:28 2018 New Revision: 1849142 URL: http://svn.apache.org/viewvc?rev=1849142=rev Log: * STATUS: Vote for and approve r1800754 group. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org

svn commit: r29914 - in /dev/subversion: subversion-1.10.3.tar.bz2.asc subversion-1.10.3.tar.gz.asc

2018-10-06 Thread stefan2
Author: stefan2 Date: Sat Oct 6 12:54:50 2018 New Revision: 29914 Log: Signing 1.10.3 for Unix. Modified: dev/subversion/subversion-1.10.3.tar.bz2.asc dev/subversion/subversion-1.10.3.tar.gz.asc Modified: dev/subversion/subversion-1.10.3.tar.bz2.asc

svn commit: r29422 - in /dev/subversion: subversion-1.11.0-rc1.tar.bz2.asc subversion-1.11.0-rc1.tar.gz.asc

2018-09-16 Thread stefan2
Author: stefan2 Date: Sun Sep 16 14:04:13 2018 New Revision: 29422 Log: Signing 1.11.0-rc1 for Unix. Modified: dev/subversion/subversion-1.11.0-rc1.tar.bz2.asc dev/subversion/subversion-1.11.0-rc1.tar.gz.asc Modified: dev/subversion/subversion-1.11.0-rc1.tar.bz2.asc

svn commit: r26048 - in /dev/subversion: subversion-1.10.0-rc2.tar.bz2.asc subversion-1.10.0-rc2.tar.gz.asc

2018-03-30 Thread stefan2
Author: stefan2 Date: Fri Mar 30 08:44:59 2018 New Revision: 26048 Log: Sign 1.10-rc2 on UNIX. Modified: dev/subversion/subversion-1.10.0-rc2.tar.bz2.asc dev/subversion/subversion-1.10.0-rc2.tar.gz.asc Modified: dev/subversion/subversion-1.10.0-rc2.tar.bz2.asc

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

2018-03-24 Thread stefan2
Author: stefan2 Date: Sat Mar 24 12:19:54 2018 New Revision: 1827638 URL: http://svn.apache.org/viewvc?rev=1827638=rev Log: * STATUS: Vote for the r1826720 group (fsfs corruption detection) Vote for and approve r1826272 (#4722 fix) Vote for and approve r1823327 (info command performance

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

2018-03-24 Thread stefan2
Author: stefan2 Date: Sat Mar 24 09:55:54 2018 New Revision: 1827632 URL: http://svn.apache.org/viewvc?rev=1827632=rev Log: * STATUS: Vote for the r1826720 group (v1.9.7 corruption detection) Vote for the r1826811 group (block-read of svndiff-v2) Vote for and approve the r1827105 group

svn commit: r25299 - in /dev/subversion: subversion-1.10.0-rc1.tar.bz2.asc subversion-1.10.0-rc1.tar.gz.asc

2018-02-27 Thread stefan2
Author: stefan2 Date: Tue Feb 27 08:14:57 2018 New Revision: 25299 Log: Signing 1.10.0-rc1 for Unix. Modified: dev/subversion/subversion-1.10.0-rc1.tar.bz2.asc dev/subversion/subversion-1.10.0-rc1.tar.gz.asc Modified: dev/subversion/subversion-1.10.0-rc1.tar.bz2.asc

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

2018-01-07 Thread stefan2
Author: stefan2 Date: Sun Jan 7 11:04:26 2018 New Revision: 1820445 URL: http://svn.apache.org/viewvc?rev=1820445=rev Log: * STATUS Move r1818577 group to approved (test-only change). Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http

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

2018-01-07 Thread stefan2
Author: stefan2 Date: Sun Jan 7 11:01:08 2018 New Revision: 1820444 URL: http://svn.apache.org/viewvc?rev=1820444=rev Log: * STATUS: Vote for and approve the r1808955 group (DAV test driver only). Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL

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

2018-01-04 Thread stefan2
Author: stefan2 Date: Thu Jan 4 11:03:35 2018 New Revision: 1820057 URL: http://svn.apache.org/viewvc?rev=1820057=rev Log: * STATUS: Vote for and approve r1819444 (autogen warning py3) Vote for and approve r1819556 group (swig command invocation) Vote for r1819804 (shelve with paths

svn commit: r1819491 - /subversion/trunk/CHANGES

2017-12-29 Thread stefan2
Author: stefan2 Date: Fri Dec 29 13:40:40 2017 New Revision: 1819491 URL: http://svn.apache.org/viewvc?rev=1819491=rev Log: Complete the CHANGES list for 1.10. * CHANGES: Add missing entries for 1.10. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http

svn commit: r1819436 - /subversion/trunk/CHANGES

2017-12-28 Thread stefan2
Author: stefan2 Date: Thu Dec 28 18:13:34 2017 New Revision: 1819436 URL: http://svn.apache.org/viewvc?rev=1819436=rev Log: Add a whole bunch of changes since 1.10-alpha. The list is not complete with 18 candidate entries still missing. See the remainder being tracked in this thead

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

2017-12-23 Thread stefan2
Author: stefan2 Date: Sat Dec 23 16:14:44 2017 New Revision: 1819168 URL: http://svn.apache.org/viewvc?rev=1819168=rev Log: * STATUS Vote for & approve r1817856. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/vi

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

2017-12-23 Thread stefan2
Author: stefan2 Date: Sat Dec 23 16:06:04 2017 New Revision: 1819167 URL: http://svn.apache.org/viewvc?rev=1819167=rev Log: * STATUS: Vote for r1819093. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subversion

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

2017-12-23 Thread stefan2
Author: stefan2 Date: Sat Dec 23 15:34:36 2017 New Revision: 1819163 URL: http://svn.apache.org/viewvc?rev=1819163=rev Log: * STATUS: Add r1819162 to r1818651 group (lz4 config & doc) and vote for it. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/ST

svn commit: r1819162 - /subversion/trunk/INSTALL

2017-12-23 Thread stefan2
Author: stefan2 Date: Sat Dec 23 15:32:09 2017 New Revision: 1819162 URL: http://svn.apache.org/viewvc?rev=1819162=rev Log: Doc fix only, no functional change. * INSTALL (C.22): Typo in libname. Modified: subversion/trunk/INSTALL Modified: subversion/trunk/INSTALL URL: http

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

2017-12-23 Thread stefan2
Author: stefan2 Date: Sat Dec 23 15:17:23 2017 New Revision: 1819157 URL: http://svn.apache.org/viewvc?rev=1819157=rev Log: * STATUS Voting for & approving r1817856. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2017-12-23 Thread stefan2
Author: stefan2 Date: Sat Dec 23 14:39:32 2017 New Revision: 1819154 URL: http://svn.apache.org/viewvc?rev=1819154=rev Log: * STATUS: Nominate r1818584 (svnserve crash) and vote for it. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http

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

2017-12-23 Thread stefan2
Author: stefan2 Date: Sat Dec 23 14:33:53 2017 New Revision: 1819153 URL: http://svn.apache.org/viewvc?rev=1819153=rev Log: * STATUS: Nominate the r1818578 group (svn_dirent_t.size API) and vote for it. Nominate the r1818577 group (fsfs-v4 tests) and vote for it. Nominate the r1819036 group

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

2017-12-23 Thread stefan2
Author: stefan2 Date: Sat Dec 23 13:24:19 2017 New Revision: 1819146 URL: http://svn.apache.org/viewvc?rev=1819146=rev Log: Follow up on r1818577: Make tests pass without GLOBAL_SCHEDULER. run_tests.py must run the test sub-suites with the original parameter set instead of the tweaked one

svn commit: r1819052 - /subversion/trunk/notes/api-errata/1.10/ra001.txt

2017-12-22 Thread stefan2
Author: stefan2 Date: Fri Dec 22 16:16:31 2017 New Revision: 1819052 URL: http://svn.apache.org/viewvc?rev=1819052=rev Log: Add erratum for the svn_dirent_t issue. * notes/api-errata/1.10/ra001.txt (): New file. Added: subversion/trunk/notes/api-errata/1.10/ra001.txt (with props) Added

svn commit: r1819049 - /subversion/trunk/subversion/bindings/swig/perl/native/t/3client.t

2017-12-22 Thread stefan2
Author: stefan2 Date: Fri Dec 22 15:39:23 2017 New Revision: 1819049 URL: http://svn.apache.org/viewvc?rev=1819049=rev Log: Follow-up on r1819037: Update Perl test expectations over ra_local. * subversion/bindings/swig/perl/native/t/3client.t (dirent tests): ra_local now also returns -1

svn commit: r1819043 - /subversion/trunk/subversion/svn/svn.c

2017-12-22 Thread stefan2
Author: stefan2 Date: Fri Dec 22 14:31:18 2017 New Revision: 1819043 URL: http://svn.apache.org/viewvc?rev=1819043=rev Log: Follow-up to r1819036: (Hopefully) fix the windows build. * subversion/svn/svn.c (svn_cl__cmd_table): MS VC seems not to like preprocessor directives

svn commit: r1819037 - in /subversion/trunk/subversion: include/svn_types.h libsvn_ra_local/ra_plugin.c libsvn_ra_serf/list.c libsvn_repos/list.c

2017-12-22 Thread stefan2
Author: stefan2 Date: Fri Dec 22 13:06:58 2017 New Revision: 1819037 URL: http://svn.apache.org/viewvc?rev=1819037=rev Log: Fix inconsistent handling of svn_dirent_t.size for directories. Most code uses SVN_INVALID_FILESIZE for them, so change the docs to match that fact and update all users

svn commit: r1819036 - in /subversion/trunk/subversion: svn/list-cmd.c svn/svn.c tests/cmdline/basic_tests.py

2017-12-22 Thread stefan2
Author: stefan2 Date: Fri Dec 22 13:04:20 2017 New Revision: 1819036 URL: http://svn.apache.org/viewvc?rev=1819036=rev Log: Work-around for our common Windows CLI limitations with 'svn ls --search'. Since we currently can't pass typical glob patterns like "*.txt", we will instead impl

svn commit: r1818932 - /subversion/trunk/subversion/libsvn_ra_serf/list.c

2017-12-21 Thread stefan2
Author: stefan2 Date: Thu Dec 21 14:43:20 2017 New Revision: 1818932 URL: http://svn.apache.org/viewvc?rev=1818932=rev Log: Fix build. * subversion/libsvn_ra_serf/list.c Add missing #include. Modified: subversion/trunk/subversion/libsvn_ra_serf/list.c Modified: subversion/trunk

svn commit: r1818928 - /subversion/trunk/subversion/libsvn_ra_serf/list.c

2017-12-21 Thread stefan2
Author: stefan2 Date: Thu Dec 21 14:20:52 2017 New Revision: 1818928 URL: http://svn.apache.org/viewvc?rev=1818928=rev Log: Cleanup following r1816313. * subversion/libsvn_ra_serf/list.c: Remove unnecessary includes. Modified: subversion/trunk/subversion/libsvn_ra_serf/list.c Modified

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=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 while

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=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=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 directories

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=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 imposed

svn commit: r1817083 - in /subversion/trunk/subversion: svn/svn.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

2017-12-04 Thread stefan2
Author: stefan2 Date: Mon Dec 4 11:34:20 2017 New Revision: 1817083 URL: http://svn.apache.org/viewvc?rev=1817083=rev Log: Follow-up to r1817053: Fix help formatting and tests. * subversion/svn/svn.c (svn_cl__options): Add missing newline. * subversion/tests/cmdline/getopt_tests_data

svn commit: r1817056 - /subversion/site/publish/docs/release-notes/1.10.html

2017-12-03 Thread stefan2
Author: stefan2 Date: Sun Dec 3 23:07:39 2017 New Revision: 1817056 URL: http://svn.apache.org/viewvc?rev=1817056=rev Log: * site/publish/docs/release-notes/1.10.html (Enhancements and Bugfixes/Command-line client improvements): Add section for 'svn ls --search'. Modified: subversion

svn commit: r1817053 - /subversion/trunk/subversion/svn/svn.c

2017-12-03 Thread stefan2
Author: stefan2 Date: Sun Dec 3 21:39:49 2017 New Revision: 1817053 URL: http://svn.apache.org/viewvc?rev=1817053=rev Log: * subversion/svn/svn.c (svn_cl__options): Mention that --search arguments may require quotation marks. Modified: subversion/trunk/subversion/svn

svn commit: r1817028 - in /subversion/trunk/subversion/tests/cmdline: svnadmin_tests.py svntest/main.py

2017-12-03 Thread stefan2
Author: stefan2 Date: Sun Dec 3 11:33:02 2017 New Revision: 1817028 URL: http://svn.apache.org/viewvc?rev=1817028=rev Log: Fix test expectations for rep sharing with BDB. BDB *does* support rep sharing as well, so test it. The only difference to FSFS and FSX is that there is no metadata

svn commit: r1816967 - in /subversion/trunk/subversion/tests/cmdline/svntest: main.py verify.py

2017-12-02 Thread stefan2
Author: stefan2 Date: Sat Dec 2 16:04:37 2017 New Revision: 1816967 URL: http://svn.apache.org/viewvc?rev=1816967=rev Log: Fix test expectations regarding dump files for repositories that don't store SHA1 checksums. * subversion/tests/cmdline/svntest/main.py (fs_has_sha1): New capability

svn commit: r1816966 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2017-12-02 Thread stefan2
Author: stefan2 Date: Sat Dec 2 15:58:46 2017 New Revision: 1816966 URL: http://svn.apache.org/viewvc?rev=1816966=rev Log: Fix an assertion in 'svnfsfs stats' with pre-v4 FSFS repositories. * subversion/libsvn_fs_fs/fs_fs.c (svn_fs_fs__min_unpacked_rev): MIN_UNPACKED_REV is always well

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

2017-12-02 Thread stefan2
Author: stefan2 Date: Sat Dec 2 15:47:54 2017 New Revision: 1816965 URL: http://svn.apache.org/viewvc?rev=1816965=rev Log: Follow-up to r1816949: * subversion/tests/cmdline/svntest/main.py (parse_options): FSFS v4 has been released in svn 1.6. Modified: subversion/trunk/subversion/tests

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

2017-12-02 Thread stefan2
Author: stefan2 Date: Sat Dec 2 13:21:00 2017 New Revision: 1816949 URL: http://svn.apache.org/viewvc?rev=1816949=rev Log: In our test suite, use more generic code to support old FSFS versions. Over ra_svn, 76 test are failing for fsfs-v1, 70 for v2 and 21 for v3, while v4, v6 and v7 pass

svn commit: r1816944 - in /subversion/trunk/subversion/tests/templates: empty-fsfs-v1.zip empty-fsfs-v2.zip empty-fsfs-v3.zip greek-fsfs-v1.zip greek-fsfs-v2.zip greek-fsfs-v3.zip

2017-12-02 Thread stefan2
Author: stefan2 Date: Sat Dec 2 12:39:22 2017 New Revision: 1816944 URL: http://svn.apache.org/viewvc?rev=1816944=rev Log: To generate the FSFS v1..3 test template repositories, use the svnadmin binary versions that introduced the respective format version. Suggested by: kotkov * subversion

svn commit: r1816402 - in /subversion/trunk/subversion/tests/templates: empty-fsfs-v1.zip empty-fsfs-v2.zip empty-fsfs-v3.zip empty-fsfs-v7.zip greek-fsfs-v1.zip greek-fsfs-v2.zip greek-fsfs-v3.zip gr

2017-11-26 Thread stefan2
Author: stefan2 Date: Sun Nov 26 23:10:22 2017 New Revision: 1816402 URL: http://svn.apache.org/viewvc?rev=1816402=rev Log: Add templates for all other released FSFS versions. They were created using SVN 1.9. Two tests fail with FS_TYPE=fsfs-v7 due to differences in error messages and many fail

svn commit: r1816330 - in /subversion/trunk/subversion/mod_dav_svn: dav_svn.h reports/list.c version.c

2017-11-25 Thread stefan2
Author: stefan2 Date: Sat Nov 25 17:12:38 2017 New Revision: 1816330 URL: http://svn.apache.org/viewvc?rev=1816330=rev Log: Add the server-side implementation for the 'svn/list' report. * subversion/mod_dav_svn/dav_svn.h (dav_svn__reports_list): Add new report type. (dav_svn__list_report

svn commit: r1816325 - in /subversion/trunk/subversion/mod_dav_svn: dav_svn.h liveprops.c util.c

2017-11-25 Thread stefan2
Author: stefan2 Date: Sat Nov 25 17:05:19 2017 New Revision: 1816325 URL: http://svn.apache.org/viewvc?rev=1816325=rev Log: Minor refactoring in mod_dav_svn: Move the "fuzzy escaping" / sanitizing for author names to a separate function. * subversion/mod_dav_svn

svn commit: r1816317 - /subversion/trunk/subversion/libsvn_ra_serf/list.c

2017-11-25 Thread stefan2
Author: stefan2 Date: Sat Nov 25 16:16:25 2017 New Revision: 1816317 URL: http://svn.apache.org/viewvc?rev=1816317=rev Log: Follow-up to r1816313: Fix Windows build. * subversion/libsvn_ra_serf/list.c (item_closed): Use the right string-to-number converter. Modified: subversion/trunk

svn commit: r1816313 - in /subversion/trunk/subversion/libsvn_ra_serf: list.c options.c ra_serf.h serf.c

2017-11-25 Thread stefan2
Author: stefan2 Date: Sat Nov 25 16:09:08 2017 New Revision: 1816313 URL: http://svn.apache.org/viewvc?rev=1816313=rev Log: Add the client-side implementation for the 'svn/list' report. * subversion/libsvn_ra_serf/list.c (): New file implementing the client-side handling of the new report

svn commit: r1816309 - /subversion/trunk/subversion/include/svn_dav.h

2017-11-25 Thread stefan2
Author: stefan2 Date: Sat Nov 25 15:47:58 2017 New Revision: 1816309 URL: http://svn.apache.org/viewvc?rev=1816309=rev Log: Declare support for 'ra_list' as a new DAV capability. Ideally, we would use some recursive propfind request. However, mod_dav will construct the full response in memory

svn commit: r1816307 - in /subversion/trunk/subversion/libsvn_ra_serf: ra_serf.h stat.c util.c

2017-11-25 Thread stefan2
Author: stefan2 Date: Sat Nov 25 15:21:45 2017 New Revision: 1816307 URL: http://svn.apache.org/viewvc?rev=1816307=rev Log: Refactoring in ra_serf: Move the DIRENT_FIELDS to property names mapping into a separate function. * subversion/libsvn_ra_serf/ra_serf.h (svn_ra_serf__get_dirent_props

svn commit: r1816135 - in /subversion/trunk/subversion: include/private/svn_ra_svn_private.h libsvn_ra_svn/editorp.c libsvn_ra_svn/marshal.c svnserve/serve.c

2017-11-23 Thread stefan2
Author: stefan2 Date: Thu Nov 23 11:12:21 2017 New Revision: 1816135 URL: http://svn.apache.org/viewvc?rev=1816135=rev Log: In ra_svn, use SVNDIFF2 if supported by both sides of the connection and compression has not been disabled. We use this opportunity to factor out the code that decides what

svn commit: r1816132 - /subversion/trunk/subversion/tests/libsvn_ra/ra-test.c

2017-11-23 Thread stefan2
Author: stefan2 Date: Thu Nov 23 11:06:12 2017 New Revision: 1816132 URL: http://svn.apache.org/viewvc?rev=1816132=rev Log: Follow-up to r1815799: Fix assertion triggered in ra-tests over ra_svn. * subversion/tests/libsvn_ra/ra-test.c (commit_locked_file): Don't use a closed editor, create

svn commit: r1816114 - /subversion/trunk/subversion/libsvn_subr/utf8proc.c

2017-11-23 Thread stefan2
Author: stefan2 Date: Thu Nov 23 09:37:29 2017 New Revision: 1816114 URL: http://svn.apache.org/viewvc?rev=1816114=rev Log: Fix build with utf8proc < 2.0. Ubuntu 16.04 comes with 1.3.1. * subversion/libsvn_subr/utf8proc.c (svn_utf__utf8proc_runtime_version): Ignore only th

svn commit: r1807284 - /subversion/trunk/subversion/libsvn_client/conflicts.c

2017-09-04 Thread stefan2
Author: stefan2 Date: Mon Sep 4 18:52:18 2017 New Revision: 1807284 URL: http://svn.apache.org/viewvc?rev=1807284=rev Log: Fix the authz error testing code in the conflict resolver. Sometimes, the actual error gets wrapped in another. * subversion/libsvn_client/conflicts.c

svn commit: r1807156 - /subversion/trunk/subversion/libsvn_client/conflicts.c

2017-09-03 Thread stefan2
Author: stefan2 Date: Sun Sep 3 17:28:53 2017 New Revision: 1807156 URL: http://svn.apache.org/viewvc?rev=1807156=rev Log: Follow-up on r1807154: * subversion/libsvn_client/conflicts.c (ignore_authz_failures): Turns out, mod_dav uses its own error codes for authz

svn commit: r1807155 - /subversion/trunk/subversion/libsvn_subr/utf8proc.c

2017-09-03 Thread stefan2
Author: stefan2 Date: Sun Sep 3 15:14:14 2017 New Revision: 1807155 URL: http://svn.apache.org/viewvc?rev=1807155=rev Log: * subversion/libsvn_subr/utf8proc.c (svn_utf__fuzzy_glob_match): Never let invalid UTF data be a match. Suggested by: brane Modified: subversion/trunk/subversion

svn commit: r1807154 - /subversion/trunk/subversion/libsvn_client/conflicts.c

2017-09-03 Thread stefan2
Author: stefan2 Date: Sun Sep 3 15:02:16 2017 New Revision: 1807154 URL: http://svn.apache.org/viewvc?rev=1807154=rev Log: Fix the authz test failures caused by the latest tree conflict resolution UI improvements. The problem is triggered when we try to gather details for a given conflict

svn commit: r1807061 - in /subversion/trunk/subversion: svn/svn.c tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

2017-09-02 Thread stefan2
Author: stefan2 Date: Sat Sep 2 15:42:22 2017 New Revision: 1807061 URL: http://svn.apache.org/viewvc?rev=1807061=rev Log: Improve UI documentation for the '--search' option. * subversion/svn/svn.c (svn_cl__options): Mention that '--search' is case- and accent-insensitive

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

2017-09-02 Thread stefan2
Author: stefan2 Date: Sat Sep 2 15:41:10 2017 New Revision: 1807060 URL: http://svn.apache.org/viewvc?rev=1807060=rev Log: * subversion/tests/cmdline/basic_tests.py (filtered_ls): Actually check for the expected outputs. Add test cases to cover case insensitivity and segment

svn commit: r1807057 - /subversion/trunk/CHANGES

2017-09-02 Thread stefan2
Author: stefan2 Date: Sat Sep 2 15:14:41 2017 New Revision: 1807057 URL: http://svn.apache.org/viewvc?rev=1807057=rev Log: * CHANGES: (1.10): The '--pattern' option is now '--search' again. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES URL: http://svn.apache.org

svn commit: r1807056 - in /subversion/trunk/subversion: include/private/svn_utf_private.h libsvn_client/list.c libsvn_repos/list.c libsvn_subr/utf8proc.c

2017-09-02 Thread stefan2
Author: stefan2 Date: Sat Sep 2 15:12:03 2017 New Revision: 1807056 URL: http://svn.apache.org/viewvc?rev=1807056=rev Log: Make the 'svn ls --search' implementation actually case- and accent- insensitive. The option handling of '--search' already assumes it but the implementation did not follow

svn propchange: r1806548 - svn:log

2017-09-02 Thread stefan2
Author: stefan2 Revision: 1806548 Modified property: svn:log Modified: svn:log at Sat Sep 2 14:36:27 2017 -- --- svn:log (original) +++ svn:log Sat Sep 2 14:36:27 2017 @@ -1,3 +1,4 @@ +[Reverted in r1807050] As Julian

svn commit: r1807050 - in /subversion/trunk/subversion: svn/svn.c svnbench/svnbench.c tests/cmdline/basic_tests.py

2017-09-02 Thread stefan2
Author: stefan2 Date: Sat Sep 2 14:35:54 2017 New Revision: 1807050 URL: http://svn.apache.org/viewvc?rev=1807050=rev Log: Revert r1806548. Modified: subversion/trunk/subversion/svn/svn.c subversion/trunk/subversion/svnbench/svnbench.c subversion/trunk/subversion/tests/cmdline

svn propchange: r1806548 - svn:log

2017-08-29 Thread stefan2
Author: stefan2 Revision: 1806548 Modified property: svn:log Modified: svn:log at Tue Aug 29 10:15:45 2017 -- --- svn:log (original) +++ svn:log Tue Aug 29 10:15:45 2017 @@ -1,4 +1,4 @@ -As Julian discovered, '--search

svn commit: r1806550 - /subversion/trunk/CHANGES

2017-08-29 Thread stefan2
Author: stefan2 Date: Tue Aug 29 10:07:41 2017 New Revision: 1806550 URL: http://svn.apache.org/viewvc?rev=1806550=rev Log: * CHANGES (1.10): Add --pattern option for 'svn ls'. Update the same for svnbench. Modified: subversion/trunk/CHANGES Modified: subversion/trunk/CHANGES

svn commit: r1806548 - in /subversion/trunk/subversion: svn/svn.c svnbench/svnbench.c tests/cmdline/basic_tests.py

2017-08-29 Thread stefan2
Author: stefan2 Date: Tue Aug 29 09:56:31 2017 New Revision: 1806548 URL: http://svn.apache.org/viewvc?rev=1806548=rev Log: As Julian discovered, '--search' as used with 'svn log' is may not suitable for 'svn ls'. File name matching should be case-sensitive and requires full patterns just like

svn commit: r1803440 - /subversion/branches/1.8.x/STATUS

2017-07-30 Thread stefan2
Author: stefan2 Date: Sun Jul 30 16:52:48 2017 New Revision: 1803440 URL: http://svn.apache.org/viewvc?rev=1803440=rev Log: * STATUS: Add r1803435 (svnadmin load vs. SHA1 collision warnings). Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL: http

svn commit: r1803439 - /subversion/branches/1.8.x/STATUS

2017-07-30 Thread stefan2
Author: stefan2 Date: Sun Jul 30 16:46:45 2017 New Revision: 1803439 URL: http://svn.apache.org/viewvc?rev=1803439=rev Log: * STATUS: Retract the r1536854 nomination as using 1.9 for dumps is an alternative now. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8

svn commit: r1803435 - /subversion/branches/1.8.x-fsfs-txn-access/subversion/libsvn_fs_fs/fs_fs.c

2017-07-30 Thread stefan2
Author: stefan2 Date: Sun Jul 30 15:29:15 2017 New Revision: 1803435 URL: http://svn.apache.org/viewvc?rev=1803435=rev Log: On the 1.8.x-fsfs-txn-access branch: Don't use caches for the in-txn portion of data when reading in-txn file contents in FSFS. The issue has been dormant ever since in 1.8

svn commit: r1803433 - /subversion/branches/1.8.x-fsfs-txn-access/

2017-07-30 Thread stefan2
Author: stefan2 Date: Sun Jul 30 15:10:00 2017 New Revision: 1803433 URL: http://svn.apache.org/viewvc?rev=1803433=rev Log: Create a bugfix branch for access to in-txn data in 1.8.x FSFS. Added: subversion/branches/1.8.x-fsfs-txn-access/ (props changed) - copied from r1803432

svn commit: r20495 - in /dev/subversion: subversion-1.10.0-alpha3.tar.bz2.asc subversion-1.10.0-alpha3.tar.gz.asc

2017-07-19 Thread stefan2
Author: stefan2 Date: Wed Jul 19 21:58:53 2017 New Revision: 20495 Log: Signing 1.10.0-alpha3 for UNIX. Modified: dev/subversion/subversion-1.10.0-alpha3.tar.bz2.asc dev/subversion/subversion-1.10.0-alpha3.tar.gz.asc Modified: dev/subversion/subversion-1.10.0-alpha3.tar.bz2.asc

svn commit: r20295 - in /dev/subversion: subversion-1.8.18.tar.bz2.asc subversion-1.8.18.tar.gz.asc

2017-07-04 Thread stefan2
Author: stefan2 Date: Tue Jul 4 21:24:10 2017 New Revision: 20295 Log: Signing 1.8.18 for UNIX. Modified: dev/subversion/subversion-1.8.18.tar.bz2.asc dev/subversion/subversion-1.8.18.tar.gz.asc Modified: dev/subversion/subversion-1.8.18.tar.bz2.asc

svn commit: r20248 - in /dev/subversion: subversion-1.9.6.tar.bz2.asc subversion-1.9.6.tar.gz.asc

2017-07-01 Thread stefan2
Author: stefan2 Date: Sat Jul 1 13:02:10 2017 New Revision: 20248 Log: Signing 1.9.6 for UNIX. Modified: dev/subversion/subversion-1.9.6.tar.bz2.asc dev/subversion/subversion-1.9.6.tar.gz.asc Modified: dev/subversion/subversion-1.9.6.tar.bz2.asc

svn commit: r1800480 - /subversion/branches/1.8.x/STATUS

2017-07-01 Thread stefan2
Author: stefan2 Date: Sat Jul 1 07:27:50 2017 New Revision: 1800480 URL: http://svn.apache.org/viewvc?rev=1800480=rev Log: * STATUS: Extend my vote on the strict-rep-sharing group to include r1800387. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS

svn propchange: r1796399 - svn:log

2017-05-27 Thread stefan2
Author: stefan2 Revision: 1796399 Modified property: svn:log Modified: svn:log at Sat May 27 14:49:16 2017 -- --- svn:log (original) +++ svn:log Sat May 27 14:49:16 2017 @@ -1 +1 @@ -m +[Accidental commit, reverted

svn commit: r1796402 - in /subversion/trunk/subversion: libsvn_fs_x/batch_fsync.c libsvn_ra/ra_loader.c libsvn_repos/dump.c libsvn_subr/pool.c svnadmin/svnadmin.c

2017-05-27 Thread stefan2
Author: stefan2 Date: Sat May 27 14:46:15 2017 New Revision: 1796402 URL: http://svn.apache.org/viewvc?rev=1796402=rev Log: Revert r1796399. This was accidentally committed by a faulty script. Modified: subversion/trunk/subversion/libsvn_fs_x/batch_fsync.c subversion/trunk/subversion

svn commit: r1796399 - in /subversion/trunk/subversion: libsvn_fs_x/batch_fsync.c libsvn_ra/ra_loader.c libsvn_repos/dump.c libsvn_subr/pool.c svnadmin/svnadmin.c

2017-05-27 Thread stefan2
Author: stefan2 Date: Sat May 27 14:14:55 2017 New Revision: 1796399 URL: http://svn.apache.org/viewvc?rev=1796399=rev Log: m Modified: subversion/trunk/subversion/libsvn_fs_x/batch_fsync.c subversion/trunk/subversion/libsvn_ra/ra_loader.c subversion/trunk/subversion/libsvn_repos

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

2017-05-25 Thread stefan2
Author: stefan2 Date: Thu May 25 16:29:20 2017 New Revision: 1796169 URL: http://svn.apache.org/viewvc?rev=1796169=rev Log: * STATUS Add r1796167 to the r1795116 (issue #4677) Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org

svn commit: r1796167 - in /subversion/branches/1.9.x-r1795116: ./ STATUS subversion/libsvn_fs_fs/cached_data.c subversion/libsvn_fs_fs/cached_data.h subversion/libsvn_fs_fs/transaction.c subversion/li

2017-05-25 Thread stefan2
Author: stefan2 Date: Thu May 25 16:24:08 2017 New Revision: 1796167 URL: http://svn.apache.org/viewvc?rev=1796167=rev Log: On the 1.9.x-r1795116 branch: Sync up with the 1.9.x branch and resolve a trivial insert-insert conflict in the FS tests. Modified: subversion/branches/1.9.x-r1795116

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

2017-05-25 Thread stefan2
Author: stefan2 Date: Thu May 25 16:17:26 2017 New Revision: 1796163 URL: http://svn.apache.org/viewvc?rev=1796163=rev Log: * STATUS: Add r1796143 (1.9.x breakage) and record my & stsp's vote (IRC) Add r1796158 and vote for it. Modified: subversion/branches/1.9.x/STATUS Modi

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

2017-05-25 Thread stefan2
Author: stefan2 Date: Thu May 25 16:03:34 2017 New Revision: 1796160 URL: http://svn.apache.org/viewvc?rev=1796160=rev Log: Make the FSFS format 7 metadata verification more thorough. * subversion/libsvn_fs_fs/verify.c (compare_p2l_to_rev): Verify item types to the degree feasible. Modified

  1   2   3   4   5   6   7   8   9   10   >