svn commit: r1836409 - in /subversion/trunk/subversion: include/ include/private/ libsvn_client/ libsvn_wc/ svn/ tests/libsvn_client/

2018-07-21 Thread stsp
Author: stsp Date: Sat Jul 21 14:10:16 2018 New Revision: 1836409 URL: http://svn.apache.org/viewvc?rev=1836409&view=rev Log: Fix issue #4694 "cherry-pick edit after file was moved on source branch" Add conflict resolver support for cherry-picking changes from files which have bee

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

2018-07-21 Thread stsp
Author: stsp Date: Sat Jul 21 13:50:07 2018 New Revision: 1836408 URL: http://svn.apache.org/viewvc?rev=1836408&view=rev Log: * subversion/libsvn_client/conflicts.c (configure_option_local_move_file_merge): Ensure that this resolution option, which only applies to files, is not applie

svn commit: r1836406 - /subversion/trunk/subversion/tests/libsvn_client/conflicts-test.c

2018-07-21 Thread stsp
Author: stsp Date: Sat Jul 21 13:22:05 2018 New Revision: 1836406 URL: http://svn.apache.org/viewvc?rev=1836406&view=rev Log: Fix wrong expectations of an XFAIL conflict resolver test. * subversion/tests/libsvn_client/conflict-tests.c (test_cherry_pick_post_move_edit): The cherry-pick merg

svn commit: r1833914 - in /subversion/trunk/subversion/libsvn_wc: conflicts.c wc_db.c wc_db.h

2018-06-20 Thread stsp
Author: stsp Date: Wed Jun 20 13:38:21 2018 New Revision: 1833914 URL: http://svn.apache.org/viewvc?rev=1833914&view=rev Log: Rename svn_wc__find_repos_node_in_wc() to svn_wc__db_find_repos_node_in_wc(). This namespace is more appropriate for wc_db code, and we might eventually want to expo

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

2018-06-20 Thread stsp
Author: stsp Date: Wed Jun 20 09:58:40 2018 New Revision: 1833903 URL: http://svn.apache.org/viewvc?rev=1833903&view=rev Log: * STATUS: Nominate issue #4744 fix. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

svn commit: r1833901 - in /subversion/trunk/subversion: libsvn_client/conflicts.c tests/libsvn_client/conflicts-test.c

2018-06-20 Thread stsp
Author: stsp Date: Wed Jun 20 09:46:05 2018 New Revision: 1833901 URL: http://svn.apache.org/viewvc?rev=1833901&view=rev Log: Fix issue #4744, "assertion failed (start_rev > end_rev)". Do not attempt to fetch conflict details in the conflict scenario described in issue #4744,

svn commit: r1833899 - /subversion/trunk/subversion/tests/libsvn_client/conflicts-test.c

2018-06-20 Thread stsp
Author: stsp Date: Wed Jun 20 09:26:20 2018 New Revision: 1833899 URL: http://svn.apache.org/viewvc?rev=1833899&view=rev Log: Follow-up to r1833897: * subversion/tests/libsvn_client/conflicts-test.c (create_wc_with_dir_add_vs_dir_add_merge_conflict): Update test expections here as

svn commit: r1833897 - in /subversion/trunk/subversion: libsvn_client/conflicts.c tests/libsvn_client/conflicts-test.c

2018-06-20 Thread stsp
Author: stsp Date: Wed Jun 20 09:04:51 2018 New Revision: 1833897 URL: http://svn.apache.org/viewvc?rev=1833897&view=rev Log: In case of a merge operation, the 'merge added directories' resolution option requires tree conflict details. Do not offer this option unless details hav

svn commit: r1833895 - /subversion/trunk/subversion/tests/libsvn_client/conflicts-test.c

2018-06-20 Thread stsp
Author: stsp Date: Wed Jun 20 08:37:38 2018 New Revision: 1833895 URL: http://svn.apache.org/viewvc?rev=1833895&view=rev Log: Add a test for issue #4744, "assertion failed (start_rev > end_rev)" * subversion/tests/libsvn_client

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

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 18:15:36 2018 New Revision: 1833868 URL: http://svn.apache.org/viewvc?rev=1833868&view=rev Log: * STATUS: Vote for r1833621. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 18:11:24 2018 New Revision: 1833867 URL: http://svn.apache.org/viewvc?rev=1833867&view=rev Log: * STATUS: Nominate issue #4739 fix. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 18:08:34 2018 New Revision: 1833866 URL: http://svn.apache.org/viewvc?rev=1833866&view=rev Log: Follow-up to r1833864: * subversion/libsvn_client/conflicts.c (verify_local_state_for_incoming_delete): Compare local_change to the correct type of enum

svn commit: r1833864 - in /subversion/trunk/subversion: libsvn_client/conflicts.c tests/libsvn_client/conflicts-test.c

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 17:59:27 2018 New Revision: 1833864 URL: http://svn.apache.org/viewvc?rev=1833864&view=rev Log: Fix issue #4739, "Accept incoming deletion option doing nothing for a locally deleted file" The consistency check for copied state applies only to "loc

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

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 14:33:25 2018 New Revision: 1833848 URL: http://svn.apache.org/viewvc?rev=1833848&view=rev Log: Avoid potential (start_rev > end_rev) assertion failure in conflict resolver. * subversion/libsvn_client/conflicts.c (conflict_tree_get_details_incoming_delete

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

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 13:37:47 2018 New Revision: 1833843 URL: http://svn.apache.org/viewvc?rev=1833843&view=rev Log: * STATUS: Add r1833842 to issue #4740 fix. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 13:33:58 2018 New Revision: 1833842 URL: http://svn.apache.org/viewvc?rev=1833842&view=rev Log: Follow-up to r1833836: * subversion/libsvn_client/conflicts.c (conflict_tree_get_details_local_missing): Ensure start_rev > end_rev when

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

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 13:11:50 2018 New Revision: 1833838 URL: http://svn.apache.org/viewvc?rev=1833838&view=rev Log: * STATUS: Nominate r1833836 (issue #4740) Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 13:05:39 2018 New Revision: 1833836 URL: http://svn.apache.org/viewvc?rev=1833836&view=rev Log: Fix issue #4740 "conflict resolver searches too far back with file edit vs move" In case of the reproduction script attached to issue #4740, traversal n

svn commit: r1833824 - /subversion/trunk/subversion/tests/cmdline/externals_tests.py

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 11:51:12 2018 New Revision: 1833824 URL: http://svn.apache.org/viewvc?rev=1833824&view=rev Log: Stricter verification of update behaviour in update_dir_external_exclude test. * subversion/tests/cmdline/externals_tests.py (update_dir_external_exclude): Verify

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

2018-06-19 Thread stsp
Author: stsp Date: Tue Jun 19 11:12:27 2018 New Revision: 1833815 URL: http://svn.apache.org/viewvc?rev=1833815&view=rev Log: * STATUS: Vote for r1830882. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2018-05-18 Thread stsp
Author: stsp Date: Fri May 18 08:25:21 2018 New Revision: 1831834 URL: http://svn.apache.org/viewvc?rev=1831834&view=rev Log: * STATUS (1.9.x): Nominate r1830900 and friends. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache

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

2018-05-07 Thread stsp
Author: stsp Date: Mon May 7 17:56:20 2018 New Revision: 1831119 URL: http://svn.apache.org/viewvc?rev=1831119&view=rev Log: * STATUS: Vote for r1829344. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2018-05-07 Thread stsp
Author: stsp Date: Mon May 7 17:55:26 2018 New Revision: 1831118 URL: http://svn.apache.org/viewvc?rev=1831118&view=rev Log: * STATUS: Vote for r1829260. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2018-05-07 Thread stsp
Author: stsp Date: Mon May 7 17:53:19 2018 New Revision: 1831117 URL: http://svn.apache.org/viewvc?rev=1831117&view=rev Log: * STATUS: Vote for r1828613, approving. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-05-07 Thread stsp
Author: stsp Date: Mon May 7 17:49:41 2018 New Revision: 1831116 URL: http://svn.apache.org/viewvc?rev=1831116&view=rev Log: * STATUS: Vote for r1829012 group (libsecret fix); approving. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL:

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

2018-05-07 Thread stsp
Author: stsp Date: Mon May 7 17:48:09 2018 New Revision: 1831115 URL: http://svn.apache.org/viewvc?rev=1831115&view=rev Log: * STATUS: Vote for issue #4741 fix. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-05-04 Thread stsp
Author: stsp Date: Fri May 4 09:17:53 2018 New Revision: 1830902 URL: http://svn.apache.org/viewvc?rev=1830902&view=rev Log: * STATUS: Nominate r1830900 and related revisions. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL:

svn commit: r1830901 - /subversion/trunk/subversion/libsvn_client/update.c

2018-05-04 Thread stsp
Author: stsp Date: Fri May 4 09:14:49 2018 New Revision: 1830901 URL: http://svn.apache.org/viewvc?rev=1830901&view=rev Log: Follow-up to r1830900: * subversion/libsvn_client/update.c (update_internal): Remove a redundant comment which became the docstring for the new reuse_ra_ses

svn commit: r1830900 - in /subversion/trunk/subversion: libsvn_client/update.c tests/cmdline/externals_tests.py

2018-05-04 Thread stsp
Author: stsp Date: Fri May 4 09:11:12 2018 New Revision: 1830900 URL: http://svn.apache.org/viewvc?rev=1830900&view=rev Log: Prune externals from excluded subtrees after 'update --set-depth=exclude'. * subversion/libsvn_client/update.c (handle_externals, reuse_ra_session

svn commit: r1830883 - /subversion/trunk/subversion/tests/cmdline/externals_tests.py

2018-05-04 Thread stsp
Author: stsp Date: Fri May 4 07:20:34 2018 New Revision: 1830883 URL: http://svn.apache.org/viewvc?rev=1830883&view=rev Log: Add a new test for a problem where 'svn update --set-depth=exclude' leaves behind externals in the excluded subtree. This is a similar problem to issue

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

2018-04-16 Thread stsp
Author: stsp Date: Mon Apr 16 16:16:16 2018 New Revision: 1829294 URL: http://svn.apache.org/viewvc?rev=1829294&view=rev Log: * STATUS: Vote for r1829241. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2018-04-15 Thread stsp
Author: stsp Date: Sun Apr 15 08:05:00 2018 New Revision: 1829192 URL: http://svn.apache.org/viewvc?rev=1829192&view=rev Log: * subversion/libsvn_client/conflicts.c: Fix typo in a comment. Modified: subversion/trunk/subversion/libsvn_client/conflicts.c Modified: subversion/trunk/subver

svn commit: r1828877 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-04-11 Thread stsp
Author: stsp Date: Wed Apr 11 08:28:46 2018 New Revision: 1828877 URL: http://svn.apache.org/viewvc?rev=1828877&view=rev Log: * tools/dev/unix-build/Makefile.svn: Ruby build patches needed on OpenBSD 6.3. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subver

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

2018-04-11 Thread stsp
Author: stsp Date: Wed Apr 11 07:32:00 2018 New Revision: 26286 Log: add my signatures for 1.10.0 Modified: dev/subversion/subversion-1.10.0.tar.bz2.asc dev/subversion/subversion-1.10.0.tar.gz.asc Modified: dev/subversion/subversion-1.10.0.tar.bz2.asc

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

2018-03-30 Thread stsp
Author: stsp Date: Fri Mar 30 11:12:14 2018 New Revision: 26054 Log: Add my signatures for 1.10.0-rc2. 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: r1826297 - /subversion/branches/1.9.x/STATUS

2018-03-08 Thread stsp
Author: stsp Date: Fri Mar 9 06:01:00 2018 New Revision: 1826297 URL: http://svn.apache.org/viewvc?rev=1826297&view=rev Log: * STATUS: Vote for issue 4722 fix. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/vi

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

2018-03-03 Thread stsp
Author: stsp Date: Sat Mar 3 17:24:49 2018 New Revision: 1825780 URL: http://svn.apache.org/viewvc?rev=1825780&view=rev Log: * STATUS: Vote for r1825778. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2018-03-02 Thread stsp
Author: stsp Date: Fri Mar 2 18:34:02 2018 New Revision: 1825737 URL: http://svn.apache.org/viewvc?rev=1825737&view=rev Log: * STATUS: Nominate r1825736. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

svn commit: r1825736 - /subversion/trunk/subversion/mod_authz_svn/mod_authz_svn.c

2018-03-02 Thread stsp
Author: stsp Date: Fri Mar 2 18:30:56 2018 New Revision: 1825736 URL: http://svn.apache.org/viewvc?rev=1825736&view=rev Log: Fix a memory usage problem in mod_authz_svn. The authz config was being repeatadly re-read into the per-connection pool which could drive the server out of me

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

2018-03-02 Thread stsp
Author: stsp Date: Fri Mar 2 15:18:36 2018 New Revision: 1825731 URL: http://svn.apache.org/viewvc?rev=1825731&view=rev Log: * STATUS: Vote for r1825721. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

svn commit: r1825730 - in /subversion/trunk/subversion: libsvn_wc/ tests/libsvn_wc/

2018-03-02 Thread stsp
Author: stsp Date: Fri Mar 2 14:43:20 2018 New Revision: 1825730 URL: http://svn.apache.org/viewvc?rev=1825730&view=rev Log: Record the move target path in a moved-away tree conflict skel. Updates can modify the NODES table in ways which discard local move information about tree conf

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

2018-03-02 Thread stsp
Author: stsp Date: Fri Mar 2 11:49:13 2018 New Revision: 1825712 URL: http://svn.apache.org/viewvc?rev=1825712&view=rev Log: * STATUS: Nominate r1825711. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

svn commit: r1825711 - in /subversion/trunk/subversion: libsvn_client/conflicts.c tests/libsvn_client/conflicts-test.c

2018-03-02 Thread stsp
Author: stsp Date: Fri Mar 2 11:48:32 2018 New Revision: 1825711 URL: http://svn.apache.org/viewvc?rev=1825711&view=rev Log: Offer 'move and merge' resolution option for directories only when supported. The function resolve_incoming_move_dir_merge() currently only supports situat

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

2018-03-02 Thread stsp
Author: stsp Date: Fri Mar 2 11:37:17 2018 New Revision: 1825710 URL: http://svn.apache.org/viewvc?rev=1825710&view=rev Log: * STATUS: Nominate r1825709. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2018-03-02 Thread stsp
Author: stsp Date: Fri Mar 2 11:34:18 2018 New Revision: 1825709 URL: http://svn.apache.org/viewvc?rev=1825709&view=rev Log: Do not offer conflict resolution options for move vs. move conflicts. The resolver does not yet support 'move vs. move' conflict resolution options

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

2018-02-28 Thread stsp
Author: stsp Date: Wed Feb 28 14:15:05 2018 New Revision: 1825568 URL: http://svn.apache.org/viewvc?rev=1825568&view=rev Log: * STATUS (1.8.x): Vote for 1.8.x-issue4686 branch. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL: http://svn.apache

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

2018-02-28 Thread stsp
Author: stsp Date: Wed Feb 28 14:03:47 2018 New Revision: 1825567 URL: http://svn.apache.org/viewvc?rev=1825567&view=rev Log: * STATUS (1.8.x): Vote for r1823327. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-28 Thread stsp
Author: stsp Date: Wed Feb 28 14:02:44 2018 New Revision: 1825566 URL: http://svn.apache.org/viewvc?rev=1825566&view=rev Log: * STATUS (1.8.x): Vote for 1.8.x-fsfs-txn-access branch. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL:

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

2018-02-23 Thread stsp
Author: stsp Date: Fri Feb 23 18:16:17 2018 New Revision: 25252 Log: Add my signatures for 1.10.0-rc1 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: r1824843 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-02-20 Thread stsp
Author: stsp Date: Tue Feb 20 09:26:17 2018 New Revision: 1824843 URL: http://svn.apache.org/viewvc?rev=1824843&view=rev Log: * tools/dev/unix/build/Makefile.svn: Turns out the JavaHL bindings build is not make -jN safe. Disable parallel build of JavaHL for now. Modified: subversion/t

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

2018-02-12 Thread stsp
Author: stsp Date: Mon Feb 12 19:00:20 2018 New Revision: 1824055 URL: http://svn.apache.org/viewvc?rev=1824055&view=rev Log: * STATUS: Nominate r1823211. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2018-02-12 Thread stsp
Author: stsp Date: Mon Feb 12 18:56:14 2018 New Revision: 1824053 URL: http://svn.apache.org/viewvc?rev=1824053&view=rev Log: * STATUS: Nominate r1822587, r1822591. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-12 Thread stsp
Author: stsp Date: Mon Feb 12 18:52:49 2018 New Revision: 1824052 URL: http://svn.apache.org/viewvc?rev=1824052&view=rev Log: * STATUS: Nominate r1823791. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

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

2018-02-12 Thread stsp
Author: stsp Date: Mon Feb 12 15:45:35 2018 New Revision: 1823993 URL: http://svn.apache.org/viewvc?rev=1823993&view=rev Log: STATUS: Vote for r1823966 (approving) and 1823989 (just piling on top). Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS

svn propchange: r1823787 - svn:log

2018-02-12 Thread stsp
Author: stsp Revision: 1823787 Modified property: svn:log Modified: svn:log at Mon Feb 12 12:11:59 2018 -- --- svn:log (original) +++ svn:log Mon Feb 12 12:11:59 2018 @@ -1,2 +1,3 @@ +[ Note from the future: Reverted in

svn commit: r1823952 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-02-12 Thread stsp
Author: stsp Date: Mon Feb 12 12:09:30 2018 New Revision: 1823952 URL: http://svn.apache.org/viewvc?rev=1823952&view=rev Log: Revert r1823787. For an unknown reason it caused segfaults and bus errors in httpd worker processes on the svn-bb-openbsd bot. Modified: subversion/trunk/tools

svn commit: r1823930 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnbuild.sh

2018-02-12 Thread stsp
Author: stsp Date: Mon Feb 12 09:41:03 2018 New Revision: 1823930 URL: http://svn.apache.org/viewvc?rev=1823930&view=rev Log: * tools/dev/buildbot/bb-openbsd/svnbuild.sh: The buildbot framework checks out a working copy for us to build and test. Prevent Makefile.svn from updating the wor

svn commit: r1823839 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-02-11 Thread stsp
Author: stsp Date: Sun Feb 11 13:42:04 2018 New Revision: 1823839 URL: http://svn.apache.org/viewvc?rev=1823839&view=rev Log: * tools/dev/unix-build/Makefile.svn: Move stale HTTPD error log file out of the way. Otherwise, this file keeps growing with every test run, and eventually avail

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 19:26:03 2018 New Revision: 1823791 URL: http://svn.apache.org/viewvc?rev=1823791&view=rev Log: * Makefile.in: Ensure that libsvn_swig_perl is built before Makefile.PL is generated. Fixes the Perl bindings build in parallel mode (make -jN). When the pro

svn commit: r1823789 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 18:16:45 2018 New Revision: 1823789 URL: http://svn.apache.org/viewvc?rev=1823789&view=rev Log: * tools/dev/unix-build/Makefile.svn: Ensure that pkg-config uses information from our self-built dependencies in favour of system-wide ones. Modified: subver

svn commit: r1823787 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 17:17:17 2018 New Revision: 1823787 URL: http://svn.apache.org/viewvc?rev=1823787&view=rev Log: * tools/dev/unix-build/Makefile.svn: Remove the LIB_PTHREAD_HACK. This is no longer needed. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 13:06:23 2018 New Revision: 1823771 URL: http://svn.apache.org/viewvc?rev=1823771&view=rev Log: * STATUS (1.9.x): Vote for rr1804013. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 13:02:14 2018 New Revision: 1823770 URL: http://svn.apache.org/viewvc?rev=1823770&view=rev Log: * STATUS (1.9.x): Vote for r1811189. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 13:00:04 2018 New Revision: 1823769 URL: http://svn.apache.org/viewvc?rev=1823769&view=rev Log: * STATUS (1.9.x): Vote for r1811786. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 12:58:15 2018 New Revision: 1823768 URL: http://svn.apache.org/viewvc?rev=1823768&view=rev Log: * STATUS (1.9.x): Vote for r1816365. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 12:52:30 2018 New Revision: 1823767 URL: http://svn.apache.org/viewvc?rev=1823767&view=rev Log: * STATUS (1.9.x): Vote for 1.9.x-r1794166 branch. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 12:40:00 2018 New Revision: 1823763 URL: http://svn.apache.org/viewvc?rev=1823763&view=rev Log: * STATUS (1.9.x): Vote for r1818584. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 12:32:41 2018 New Revision: 1823762 URL: http://svn.apache.org/viewvc?rev=1823762&view=rev Log: * STATUS (1.9.x): Vote for r1823327. Modified: subversion/branches/1.9.x/STATUS Modified: subversion/branches/1.9.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 12:25:35 2018 New Revision: 1823758 URL: http://svn.apache.org/viewvc?rev=1823758&view=rev Log: * STATUS: Vote for r1820627, approving. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 12:22:36 2018 New Revision: 1823755 URL: http://svn.apache.org/viewvc?rev=1823755&view=rev Log: * STATUS: Vote for r1823327, approving. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 12:13:19 2018 New Revision: 1823748 URL: http://svn.apache.org/viewvc?rev=1823748&view=rev Log: * STATUS: Vote for r1820044, approving. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 12:10:58 2018 New Revision: 1823746 URL: http://svn.apache.org/viewvc?rev=1823746&view=rev Log: * STATUS: Vote for r1820778, approving. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

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

2018-02-10 Thread stsp
Author: stsp Date: Sat Feb 10 12:04:55 2018 New Revision: 1823745 URL: http://svn.apache.org/viewvc?rev=1823745&view=rev Log: STATUS: Vote for r1822996, approving. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/vi

svn commit: r1823662 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-02-09 Thread stsp
Author: stsp Date: Fri Feb 9 14:57:08 2018 New Revision: 1823662 URL: http://svn.apache.org/viewvc?rev=1823662&view=rev Log: * tools/dev/unix-build/Makefile.svn: Add another hack tweaking the generated Perl buindings Makefile.PL to avoid linking the Perl bindings against SVN librarie

svn commit: r1823227 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-02-05 Thread stsp
Author: stsp Date: Mon Feb 5 18:22:45 2018 New Revision: 1823227 URL: http://svn.apache.org/viewvc?rev=1823227&view=rev Log: * tools/dev/unix-build/Makefile.svn: Fix the URL for apr-iconv-1.2.1. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/t

svn commit: r1823216 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-02-05 Thread stsp
Author: stsp Date: Mon Feb 5 17:30:51 2018 New Revision: 1823216 URL: http://svn.apache.org/viewvc?rev=1823216&view=rev Log: * tools/dev/unix-build/Makefile.svn: It turns out that Perl on OpenBSD uses default linker flags which can make us link libsvn_swig_pl to libraries from the

svn commit: r1823211 - /subversion/trunk/build/ac-macros/swig.m4

2018-02-05 Thread stsp
Author: stsp Date: Mon Feb 5 16:56:08 2018 New Revision: 1823211 URL: http://svn.apache.org/viewvc?rev=1823211&view=rev Log: * build/ac-macros/swig.m4: Filter standard library directories from SWIG_PL_LINK, as already done for the other swig bindings. Modified: subversion/trunk/buil

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

2018-01-29 Thread stsp
Author: stsp Date: Mon Jan 29 23:18:55 2018 New Revision: 1822591 URL: http://svn.apache.org/viewvc?rev=1822591&view=rev Log: Make the build/run_tests.py --bin option work with the --parallel option. * subversion/tests/cmdline/svntest/main.py (TestSpawningThread): Don't forget to

svn commit: r1822590 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-01-29 Thread stsp
Author: stsp Date: Mon Jan 29 22:06:06 2018 New Revision: 1822590 URL: http://svn.apache.org/viewvc?rev=1822590&view=rev Log: * tools/dev/unix-build/Makefile.svn: Use the new SVN_BIN_DIR 'make check' flag. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modifi

svn commit: r1822587 - in /subversion/trunk: Makefile.in build/run_tests.py

2018-01-29 Thread stsp
Author: stsp Date: Mon Jan 29 21:55:15 2018 New Revision: 1822587 URL: http://svn.apache.org/viewvc?rev=1822587&view=rev Log: Make run_tests.py's existing --bin option usable from 'make check'. Using this speeds up test runs on OpenBSD a lot because running every 'svn&#

svn commit: r1822585 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh

2018-01-29 Thread stsp
Author: stsp Date: Mon Jan 29 21:24:42 2018 New Revision: 1822585 URL: http://svn.apache.org/viewvc?rev=1822585&view=rev Log: * tools/buildbot/slaves/bb-openbsd/svncheck.sh: Limit parallel tests to 4 at a time. Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnchec

svn commit: r1822416 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh

2018-01-27 Thread stsp
Author: stsp Date: Sat Jan 27 15:23:30 2018 New Revision: 1822416 URL: http://svn.apache.org/viewvc?rev=1822416&view=rev Log: * tools/buildbot/slaves/bb-openbsd/svnclean.sh: Ensure bindings will be recompiled with each build run. Should fix failing Perl tests as seen in svn-bb-openbsd b

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

2018-01-27 Thread stsp
Author: stsp Date: Sat Jan 27 13:02:53 2018 New Revision: 1822403 URL: http://svn.apache.org/viewvc?rev=1822403&view=rev Log: * STATUS: Nominate r1822401. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

svn propchange: r1822401 - svn:log

2018-01-27 Thread stsp
Author: stsp Revision: 1822401 Modified property: svn:log Modified: svn:log at Sat Jan 27 12:55:03 2018 -- --- svn:log (original) +++ svn:log Sat Jan 27 12:55:03 2018 @@ -1,4 +1,4 @@ -Fix a crash on strict alignment

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

2018-01-27 Thread stsp
Author: stsp Date: Sat Jan 27 12:38:39 2018 New Revision: 1822401 URL: http://svn.apache.org/viewvc?rev=1822401&view=rev Log: Fix a crash on strict alignment platforms in the conflict resolver. * subversion/libsvn_client/conflicts.c (configure_option_incoming_move_file_m

svn commit: r1822306 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh

2018-01-26 Thread stsp
Author: stsp Date: Fri Jan 26 15:03:43 2018 New Revision: 1822306 URL: http://svn.apache.org/viewvc?rev=1822306&view=rev Log: * tools/buildbot/slaves/bb-openbsd/svncheck.sh: Run tests in parallel. Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh Modified: subver

svn commit: r1822301 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh

2018-01-26 Thread stsp
Author: stsp Date: Fri Jan 26 14:38:05 2018 New Revision: 1822301 URL: http://svn.apache.org/viewvc?rev=1822301&view=rev Log: * tools/buildbot/slaves/bb-openbsd/svncheck.sh: Stop testing memcached server. Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh Modi

svn commit: r1822264 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnbuild.sh

2018-01-26 Thread stsp
Author: stsp Date: Fri Jan 26 09:59:08 2018 New Revision: 1822264 URL: http://svn.apache.org/viewvc?rev=1822264&view=rev Log: * tools/buildbot/slaves/bb-openbsd/svnbuild.sh: Create Makefile symlink, in case svnclean.sh didn't create one for some reason (as seen in svn-bb-openbsd bui

svn commit: r1822261 - in /subversion/trunk/tools/buildbot/slaves/bb-openbsd: svnbuild.sh svncheck-bindings.sh svncheck.sh svnclean.sh

2018-01-26 Thread stsp
Author: stsp Date: Fri Jan 26 09:32:02 2018 New Revision: 1822261 URL: http://svn.apache.org/viewvc?rev=1822261&view=rev Log: * tools/buildbot/slaves/bb-openbsd (svnbuild.sh, svncheck-bindings.sh, svncheck.sh, svnclean.sh): Adjust these scripts to fit my new build machine. Modi

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

2018-01-16 Thread stsp
Author: stsp Date: Tue Jan 16 17:11:31 2018 New Revision: 1821273 URL: http://svn.apache.org/viewvc?rev=1821273&view=rev Log: * STATUS: Nominate r1821224. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

svn propchange: r1820758 - svn:log

2018-01-10 Thread stsp
Author: stsp Revision: 1820758 Modified property: svn:log Modified: svn:log at Wed Jan 10 17:38:12 2018 -- --- svn:log (original) +++ svn:log Wed Jan 10 17:38:12 2018 @@ -1,2 +1,2 @@ * tools/dev/unix-build/Makefile.svn

svn commit: r1820766 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-01-10 Thread stsp
Author: stsp Date: Wed Jan 10 17:37:13 2018 New Revision: 1820766 URL: http://svn.apache.org/viewvc?rev=1820766&view=rev Log: Follow-up to r1820758: * tools/dev/unix-build/Makefile.svn: Fix a typo which sneaked into r1820758 and broke Makefile dependency chain for the cyrus-sasl b

svn commit: r1820761 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-01-10 Thread stsp
Author: stsp Date: Wed Jan 10 16:09:58 2018 New Revision: 1820761 URL: http://svn.apache.org/viewvc?rev=1820761&view=rev Log: * tools/dev/unix-build/Makefile.svn: Ignore MAKE_JOBS while compiling ruby. Ruby doesn't seem to build reliably in parallel make mode. Modified: subvers

svn commit: r1820760 - /subversion/trunk/tools/dev/unix-build/README

2018-01-10 Thread stsp
Author: stsp Date: Wed Jan 10 15:46:34 2018 New Revision: 1820760 URL: http://svn.apache.org/viewvc?rev=1820760&view=rev Log: * tools/dev/unix-build/README: Add some notes about using this on OpenBSD. I keep forgetting which packages I need to install first... Modified: subversion/t

svn commit: r1820758 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-01-10 Thread stsp
Author: stsp Date: Wed Jan 10 15:29:59 2018 New Revision: 1820758 URL: http://svn.apache.org/viewvc?rev=1820758&view=rev Log: * tools/dev/unix-build/Makefile.svn: Ignore MAKE_JOBS while compiling cyrus-sasl. cyrus-sals doesn't seem to build reliably in parallel make mode.

svn commit: r1820757 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-01-10 Thread stsp
Author: stsp Date: Wed Jan 10 15:24:34 2018 New Revision: 1820757 URL: http://svn.apache.org/viewvc?rev=1820757&view=rev Log: * tools/dev/unix-build/Makefile.svn: Fix the httpd build if APR is compiled without thread support. Modified: subversion/trunk/tools/dev/unix-build/Makefile

svn commit: r1820608 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-01-08 Thread stsp
Author: stsp Date: Mon Jan 8 23:19:57 2018 New Revision: 1820608 URL: http://svn.apache.org/viewvc?rev=1820608&view=rev Log: * tools/dev/unix-build/Makefile.svn: Add a MAKE_JOBS parameter which gets passed as make -j while compiling the various dependencies and svn. Defaults to 4. Modi

svn commit: r1820478 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2018-01-07 Thread stsp
Author: stsp Date: Sun Jan 7 19:08:30 2018 New Revision: 1820478 URL: http://svn.apache.org/viewvc?rev=1820478&view=rev Log: * tools/dev/unix-build/Makefile.svn: Get the neon distfile from a backup mirror because webdav.org seems to be down. Modified: subversion/trunk/tools/dev/

svn propchange: r1819093 - svn:log

2017-12-22 Thread stsp
Author: stsp Revision: 1819093 Modified property: svn:log Modified: svn:log at Fri Dec 22 21:56:06 2017 -- --- svn:log (original) +++ svn:log Fri Dec 22 21:56:06 2017 @@ -1,6 +1,6 @@ Introduce a new global option

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

2017-12-22 Thread stsp
Author: stsp Date: Fri Dec 22 21:32:56 2017 New Revision: 1819094 URL: http://svn.apache.org/viewvc?rev=1819094&view=rev Log: * STATUS: Nominate r1819093. Modified: subversion/branches/1.10.x/STATUS Modified: subversion/branches/1.10.x/STATUS URL: http://svn.apache.org/viewvc/subver

<    1   2   3   4   5   6   7   8   9   10   >