svn commit: r1655020 - in /subversion/branches/dump-load-cross-check: Makefile.in build/run_tests.py subversion/tests/cmdline/svntest/main.py subversion/tests/cmdline/svntest/sandbox.py

2015-01-27 Thread brane
Author: brane Date: Tue Jan 27 12:25:27 2015 New Revision: 1655020 URL: http://svn.apache.org/r1655020 Log: On the dump-load-cross-check branch: Make dump/load cross-checking optional and turned off by default. * Makefile.in (check): Add a new DUMP_LOAD_CROSS_CHECK flag. * build/run_tests.py

svn commit: r1655019 - /subversion/branches/pin-externals/subversion/tests/cmdline/externals_tests.py

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 12:24:35 2015 New Revision: 1655019 URL: http://svn.apache.org/r1655019 Log: On the pin-externals branch, fix non-portable use of paths in regression test. * subversion/tests/cmdline/externals_tests.py (copy_pin_externals): Use os.path.join(wc_dir, 'foo') instead

svn commit: r1655022 - /subversion/trunk/subversion/libsvn_fs_base/dag.c

2015-01-27 Thread philip
Author: philip Date: Tue Jan 27 12:31:09 2015 New Revision: 1655022 URL: http://svn.apache.org/r1655022 Log: * subversion/libsvn_fs_base/dag.c (svn_fs_base__dag_delete_if_mutable): Reduce memory usage by clearing and destroying the subpool. Comparable to r1647820 for FSFS. Modified:

svn propchange: r1655024 - svn:log

2015-01-27 Thread stsp
Author: stsp Revision: 1655024 Modified property: svn:log Modified: svn:log at Tue Jan 27 12:38:06 2015 -- --- svn:log (original) +++ svn:log Tue Jan 27 12:38:06 2015 @@ -2,5 +2,5 @@ On the pin-externals branch: *

svn commit: r1655026 - in /subversion/trunk/subversion: include/private/svn_repos_private.h libsvn_repos/dump.c svndumpfilter/svndumpfilter.c svnrdump/dump_editor.c

2015-01-27 Thread julianfoad
Author: julianfoad Date: Tue Jan 27 12:39:14 2015 New Revision: 1655026 URL: http://svn.apache.org/r1655026 Log: Factor out writing a dumpfile node record, from 'svnadmin dump', 'svnrdump dump' and 'svndumpfilter'. No functional change. * subversion/include/private/svn_repos_private.h

svn propchange: r1655026 - svn:log

2015-01-27 Thread julianfoad
Author: julianfoad Revision: 1655026 Modified property: svn:log Modified: svn:log at Tue Jan 27 13:06:10 2015 -- --- svn:log (original) +++ svn:log Tue Jan 27 13:06:10 2015 @@ -1,7 +1,8 @@ Factor out writing a dumpfile

svn commit: r1655044 - in /subversion/branches/1.8.x-issue4411: ./ subversion/ subversion/libsvn_wc/externals.c subversion/tests/cmdline/externals_tests.py

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 13:57:50 2015 New Revision: 1655044 URL: http://svn.apache.org/r1655044 Log: Create a backport branch for issue #4411 fixes. This merges r1513479 and r1625522 from trunk, resolving conflicts. Added: subversion/branches/1.8.x-issue4411/ (props changed) -

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

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 14:00:30 2015 New Revision: 1655045 URL: http://svn.apache.org/r1655045 Log: * STATUS: Nominate issue #4411 fix. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL:

svn commit: r1655116 - /subversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 19:23:39 2015 New Revision: 1655116 URL: http://svn.apache.org/r1655116 Log: Add more svn_uri_canonicalize() test cases for multiple slashes after the scheme. * subversion/tests/libsvn_subr/dirent_uri-test.c (uri_canonical): Add tests for http:example.com; and

svn commit: r1655113 - /subversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 19:20:52 2015 New Revision: 1655113 URL: http://svn.apache.org/r1655113 Log: Add an svn_uri_canonicalize() test case that shows the expected behaviour for 3 slashes after the scheme. The 3rd slash is always retained, as in http:/// - http:///, even if the scheme

svn commit: r1655118 - in /subversion/branches/dump-load-cross-check/subversion/tests/cmdline: svnsync_authz_tests.py svntest/main.py

2015-01-27 Thread brane
Author: brane Date: Tue Jan 27 19:28:03 2015 New Revision: 1655118 URL: http://svn.apache.org/r1655118 Log: On the dump-load-cross-check branch: Fix almost all the test failures in svnsync_authz_tests.py when using dump/load check via svnserve. * subversion/tests/cmdline/svntest/main.py

svn commit: r1654989 - /subversion/branches/svn-auth-x509/subversion/tests/libsvn_subr/x509-test.c

2015-01-27 Thread breser
Author: breser Date: Tue Jan 27 08:49:27 2015 New Revision: 1654989 URL: http://svn.apache.org/r1654989 Log: On the 'svn-auth-x509' branch, add a test for overflow in object ids. This test is currently XFAIL. I'll commit the fix tomorrow. * subversion/tests/libsvn_subr/x509-test.c

svn commit: r1654995 - /subversion/branches/1.7.x-issue4554/

2015-01-27 Thread stefan2
Author: stefan2 Date: Tue Jan 27 09:50:19 2015 New Revision: 1654995 URL: http://svn.apache.org/r1654995 Log: Open 1.7.x backport branch for issue #4554 fixes. Added: subversion/branches/1.7.x-issue4554/ (props changed) - copied from r1654994, subversion/branches/1.7.x/ Propchange:

svn commit: r1655189 [3/9] - in /subversion/branches/svn-auth-x509: ./ build/ build/generator/ subversion/bindings/javahl/native/ subversion/include/ subversion/include/private/ subversion/libsvn_clie

2015-01-27 Thread breser
Modified: subversion/branches/svn-auth-x509/subversion/libsvn_fs_x/transaction.c URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/libsvn_fs_x/transaction.c?rev=1655189r1=1655188r2=1655189view=diff

svn commit: r1655189 [8/9] - in /subversion/branches/svn-auth-x509: ./ build/ build/generator/ subversion/bindings/javahl/native/ subversion/include/ subversion/include/private/ subversion/libsvn_clie

2015-01-27 Thread breser
Modified: subversion/branches/svn-auth-x509/subversion/svndumpfilter/svndumpfilter.c URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/svndumpfilter/svndumpfilter.c?rev=1655189r1=1655188r2=1655189view=diff

svn commit: r1655189 [1/9] - in /subversion/branches/svn-auth-x509: ./ build/ build/generator/ subversion/bindings/javahl/native/ subversion/include/ subversion/include/private/ subversion/libsvn_clie

2015-01-27 Thread breser
Author: breser Date: Tue Jan 27 23:27:44 2015 New Revision: 1655189 URL: http://svn.apache.org/r1655189 Log: On the svn-auth-x509 branch: Sync with trunk up to r1655188. Modified: subversion/branches/svn-auth-x509/ (props changed) subversion/branches/svn-auth-x509/COMMITTERS

svn commit: r1655189 [9/9] - in /subversion/branches/svn-auth-x509: ./ build/ build/generator/ subversion/bindings/javahl/native/ subversion/include/ subversion/include/private/ subversion/libsvn_clie

2015-01-27 Thread breser
Modified: subversion/branches/svn-auth-x509/subversion/tests/cmdline/patch_tests.py URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/tests/cmdline/patch_tests.py?rev=1655189r1=1655188r2=1655189view=diff

svn commit: r1655189 [6/9] - in /subversion/branches/svn-auth-x509: ./ build/ build/generator/ subversion/bindings/javahl/native/ subversion/include/ subversion/include/private/ subversion/libsvn_clie

2015-01-27 Thread breser
Modified: subversion/branches/svn-auth-x509/subversion/libsvn_ra_serf/replay.c URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/libsvn_ra_serf/replay.c?rev=1655189r1=1655188r2=1655189view=diff

svn commit: r1655189 [7/9] - in /subversion/branches/svn-auth-x509: ./ build/ build/generator/ subversion/bindings/javahl/native/ subversion/include/ subversion/include/private/ subversion/libsvn_clie

2015-01-27 Thread breser
Modified: subversion/branches/svn-auth-x509/subversion/libsvn_repos/dump.c URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/libsvn_repos/dump.c?rev=1655189r1=1655188r2=1655189view=diff == ---

svn commit: r1655189 [2/9] - in /subversion/branches/svn-auth-x509: ./ build/ build/generator/ subversion/bindings/javahl/native/ subversion/include/ subversion/include/private/ subversion/libsvn_clie

2015-01-27 Thread breser
Modified: subversion/branches/svn-auth-x509/subversion/libsvn_fs_x/dag.c URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/libsvn_fs_x/dag.c?rev=1655189r1=1655188r2=1655189view=diff == ---

svn commit: r1655189 [4/9] - in /subversion/branches/svn-auth-x509: ./ build/ build/generator/ subversion/bindings/javahl/native/ subversion/include/ subversion/include/private/ subversion/libsvn_clie

2015-01-27 Thread breser
Modified: subversion/branches/svn-auth-x509/subversion/libsvn_fs_x/util.c URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/libsvn_fs_x/util.c?rev=1655189r1=1655188r2=1655189view=diff == ---

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

2015-01-27 Thread rhuijben
Author: rhuijben Date: Tue Jan 27 14:21:48 2015 New Revision: 1655052 URL: http://svn.apache.org/r1655052 Log: * STATUS: Cast some votes. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL:

svn commit: r1655064 - /subversion/trunk/subversion/tests/cmdline/svntest/verify.py

2015-01-27 Thread julianfoad
Author: julianfoad Date: Tue Jan 27 15:20:29 2015 New Revision: 1655064 URL: http://svn.apache.org/r1655064 Log: Fix test suite's parsing of dumpfiles, following r1655026 which changed the order of headers in a node record. * subversion/tests/cmdline/svntest/verify.py (DumpParser): When

svn commit: r1655053 - in /subversion/trunk/subversion/tests: libsvn_diff/parse-diff-test.c libsvn_subr/auth-test.c libsvn_wc/conflict-data-test.c

2015-01-27 Thread rhuijben
Author: rhuijben Date: Tue Jan 27 14:33:00 2015 New Revision: 1655053 URL: http://svn.apache.org/r1655053 Log: Use SVN_TEST_STRING_ASSERT() in a few more C tests to improve error reporting. * subversion/tests/libsvn_diff/parse-diff-test.c (test_parse_property_diff): Use SVN_TEST_STRING_ASSERT.

svn commit: r1655189 [5/9] - in /subversion/branches/svn-auth-x509: ./ build/ build/generator/ subversion/bindings/javahl/native/ subversion/include/ subversion/include/private/ subversion/libsvn_clie

2015-01-27 Thread breser
Modified: subversion/branches/svn-auth-x509/subversion/libsvn_ra_serf/getlocations.c URL: http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/libsvn_ra_serf/getlocations.c?rev=1655189r1=1655188r2=1655189view=diff

svn commit: r1655007 - /subversion/branches/pin-externals/subversion/libsvn_client/copy.c

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 10:59:22 2015 New Revision: 1655007 URL: http://svn.apache.org/r1655007 Log: On the pin-externals branch, fix a potential segfault. * subversion/libsvn_client/copy.c (resolve_pinned_externals): Always allocate the result hash table to avoid returning an invalid

svn commit: r1655011 - /subversion/branches/pin-externals/subversion/tests/cmdline/externals_tests.py

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 11:27:37 2015 New Revision: 1655011 URL: http://svn.apache.org/r1655011 Log: On the pin-externals branch, extend the regression test. * subversion/tests/cmdline/externals_tests.py (copy_pin_externals): Test copying from an old revision with pinning. Modified:

svn propchange: r1655012 - svn:log

2015-01-27 Thread stsp
Author: stsp Revision: 1655012 Modified property: svn:log Modified: svn:log at Tue Jan 27 11:32:22 2015 -- --- svn:log (original) +++ svn:log Tue Jan 27 11:32:22 2015 @@ -1,4 +1,4 @@ -On the pin-externals, remove

Re: svn commit: r1654933 - /subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c

2015-01-27 Thread Stefan Fuhrmann
On Tue, Jan 27, 2015 at 11:19 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: Good morning Stefan, stef...@apache.org wrote on Tue, Jan 27, 2015 at 01:48:08 -: + /* Redirect text rep to props rep. */ + rev_path = svn_fs_fs__path_rev_absolute(fs, rev, pool); +

svn commit: r1655014 - in /subversion/branches/1.8.x-issue4554: ./ subversion/libsvn_fs_fs/fs_fs.c

2015-01-27 Thread stefan2
Author: stefan2 Date: Tue Jan 27 11:47:10 2015 New Revision: 1655014 URL: http://svn.apache.org/r1655014 Log: Merge r1654932 from /trunk, resolve the text conflict and adapt to the differences in representation_t. This patch is the main fix for issue #4556. Modified:

Re: svn commit: r1654933 - /subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c

2015-01-27 Thread Daniel Shahaf
Good morning Stefan, stef...@apache.org wrote on Tue, Jan 27, 2015 at 01:48:08 -: + /* Redirect text rep to props rep. */ + rev_path = svn_fs_fs__path_rev_absolute(fs, rev, pool); + SVN_ERR(svn_stringbuf_from_file2(rev_contents, rev_path, pool)); + + props_line =

svn commit: r1654998 - in /subversion/branches/1.8.x-issue4554: ./ subversion/ subversion/libsvn_fs_fs/fs_fs.c subversion/tests/cmdline/svnadmin_tests.py

2015-01-27 Thread stefan2
Author: stefan2 Date: Tue Jan 27 10:28:50 2015 New Revision: 1654998 URL: http://svn.apache.org/r1654998 Log: Merge r1561419 from /trunk and resolve text and tree conflicts caused by reorganized code on /trunk. This patch prevents new instances of length 0 for non-empty reps from being created

svn commit: r1655002 - /subversion/trunk/subversion/svnrdump/dump_editor.c

2015-01-27 Thread julianfoad
Author: julianfoad Date: Tue Jan 27 10:40:55 2015 New Revision: 1655002 URL: http://svn.apache.org/r1655002 Log: Simplify some code in 'svnrdump dump'. The dump_pending() function was only ever needed for a directory node, so remove the support for a pending file node. *

svn commit: r1655006 - /subversion/trunk/subversion/svnrdump/dump_editor.c

2015-01-27 Thread julianfoad
Author: julianfoad Date: Tue Jan 27 10:55:13 2015 New Revision: 1655006 URL: http://svn.apache.org/r1655006 Log: * subversion/svnrdump/dump_editor.c (dump_pending_dir): Correct the doc string, following r1655002. Modified: subversion/trunk/subversion/svnrdump/dump_editor.c Modified:

svn commit: r1655008 - /subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c

2015-01-27 Thread stefan2
Author: stefan2 Date: Tue Jan 27 11:16:35 2015 New Revision: 1655008 URL: http://svn.apache.org/r1655008 Log: Make the test added in r1654933 somewhat more robust by using the parser / serializer functions provided by FSFS. * subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c (stringbuf_find):

svn commit: r1655012 - /subversion/branches/pin-externals/subversion/libsvn_client/copy.c

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 11:31:33 2015 New Revision: 1655012 URL: http://svn.apache.org/r1655012 Log: On the pin-externals, remove SVN_DBG() statements. * subversion/libsvn_client/copy.c (pin_externals_prop, resolve_pinned_externals, do_wc_to_wc_copies_with_write_lock,

svn commit: r1655017 - in /subversion/trunk/subversion: libsvn_wc/wc_db_update_move.c tests/libsvn_wc/op-depth-test.c

2015-01-27 Thread rhuijben
Author: rhuijben Date: Tue Jan 27 12:08:52 2015 New Revision: 1655017 URL: http://svn.apache.org/r1655017 Log: Fix a case where an attempt to bump a revision on a moved tree reported an no-lock error, where it should have reported a tree conflict, which is then easy to resolve once the right

svn commit: r1655018 - in /subversion/branches/1.8.x-issue4554: ./ subversion/ subversion/tests/libsvn_fs_fs/fs-pack-test.c

2015-01-27 Thread stefan2
Author: stefan2 Date: Tue Jan 27 12:14:19 2015 New Revision: 1655018 URL: http://svn.apache.org/r1655018 Log: Merge r1654933 from /trunk and resolve the tree conflict caused by reorganized code on /trunk. Work around API differences. This patch ports the test case for issue #4554. Modified:

svn commit: r1655005 [2/3] - in /subversion/branches/pin-externals: ./ subversion/libsvn_fs_fs/ subversion/libsvn_ra_serf/ subversion/libsvn_repos/ subversion/libsvn_subr/ subversion/libsvn_wc/ subver

2015-01-27 Thread stsp
Modified: subversion/branches/pin-externals/subversion/libsvn_ra_serf/ra_serf.h URL: http://svn.apache.org/viewvc/subversion/branches/pin-externals/subversion/libsvn_ra_serf/ra_serf.h?rev=1655005r1=1655004r2=1655005view=diff

svn commit: r1655005 [1/3] - in /subversion/branches/pin-externals: ./ subversion/libsvn_fs_fs/ subversion/libsvn_ra_serf/ subversion/libsvn_repos/ subversion/libsvn_subr/ subversion/libsvn_wc/ subver

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 10:51:52 2015 New Revision: 1655005 URL: http://svn.apache.org/r1655005 Log: On the pin-externals branch, merge outstanding changes from trunk. Modified: subversion/branches/pin-externals/ (props changed) subversion/branches/pin-externals/COMMITTERS

svn commit: r1655005 [3/3] - in /subversion/branches/pin-externals: ./ subversion/libsvn_fs_fs/ subversion/libsvn_ra_serf/ subversion/libsvn_repos/ subversion/libsvn_subr/ subversion/libsvn_wc/ subver

2015-01-27 Thread stsp
Modified: subversion/branches/pin-externals/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c URL: http://svn.apache.org/viewvc/subversion/branches/pin-externals/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c?rev=1655005r1=1655004r2=1655005view=diff

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

2015-01-27 Thread julianfoad
Author: julianfoad Date: Tue Jan 27 11:48:40 2015 New Revision: 1655015 URL: http://svn.apache.org/r1655015 Log: * build/run_tests.py (TestHarness.run): Correct a comment. Simplify the associated code. Modified: subversion/trunk/build/run_tests.py Modified:

svn commit: r1655233 - /subversion/trunk/subversion/include/svn_version.h

2015-01-27 Thread danielsh
Author: danielsh Date: Wed Jan 28 07:53:44 2015 New Revision: 1655233 URL: http://svn.apache.org/r1655233 Log: * subversion/include/svn_version.h (svn_version_extended): Recommend users to clear the pool after calling this function. Suggested by: brane Modified:

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

2015-01-27 Thread danielsh
Author: danielsh Date: Wed Jan 28 07:58:40 2015 New Revision: 1655235 URL: http://svn.apache.org/r1655235 Log: svn --version --verbose: Support /etc/os-release, the systemd what distro am I running API. Review by: stsp, brane, philip * subversion/libsvn_subr/sysinfo.c (linux_release_name):

svn commit: r1655073 - /subversion/branches/dump-load-cross-check/BRANCH-README

2015-01-27 Thread julianfoad
Author: julianfoad Date: Tue Jan 27 16:08:23 2015 New Revision: 1655073 URL: http://svn.apache.org/r1655073 Log: On the 'dump-load-cross-check' branch: add a BRANCH-README file. Added: subversion/branches/dump-load-cross-check/BRANCH-README (with props) Added:

svn commit: r1655030 - in /subversion/trunk/subversion: libsvn_client/deprecated.c libsvn_client/mergeinfo.c libsvn_subr/stream.c libsvn_wc/conflicts.c libsvn_wc/merge.c svnmucc/svnmucc.c

2015-01-27 Thread rhuijben
Author: rhuijben Date: Tue Jan 27 12:57:23 2015 New Revision: 1655030 URL: http://svn.apache.org/r1655030 Log: Remove a few ';;' instances from our code. No functional changes. * subversion/libsvn_client/deprecated.c (svn_client_uuid_from_url): * subversion/libsvn_client/mergeinfo.c

svn commit: r1655025 - in /subversion/branches/1.8.x-issue4554: ./ subversion/libsvn_fs_fs/structure

2015-01-27 Thread stefan2
Author: stefan2 Date: Tue Jan 27 12:35:27 2015 New Revision: 1655025 URL: http://svn.apache.org/r1655025 Log: Merge r1654937 from /trunk, resolve a minor text conflict and upate the wording as neither 1.7.20 nor 1.9.0 have been released, yet. This patch ports the FSFS format specification fixes.

svn commit: r1655024 - /subversion/branches/pin-externals/subversion/libsvn_client/copy.c

2015-01-27 Thread stsp
Author: stsp Date: Tue Jan 27 12:34:42 2015 New Revision: 1655024 URL: http://svn.apache.org/r1655024 Log: On the pin-externals branch: * subversion/libsvn_client/copy.c (pin_externals_prop): Don't use APR_EOL_STR in generated svn:externals properties. Use \n so the pinned property value is

svn commit: r1655021 - in /subversion/branches/1.8.x-issue4554: ./ subversion/ subversion/libsvn_fs_fs/fs_fs.c

2015-01-27 Thread stefan2
Author: stefan2 Date: Tue Jan 27 12:27:53 2015 New Revision: 1655021 URL: http://svn.apache.org/r1655021 Log: Merge r1654934 from /trunk and resolve the tree conflict caused by reorganized code on /trunk. This patch ports the rep-cache correctness check. Modified:

svn commit: r1655066 - in /subversion/branches/dump-load-cross-check: ./ build/ subversion/include/private/ subversion/libsvn_client/ subversion/libsvn_fs_base/ subversion/libsvn_fs_fs/ subversion/lib

2015-01-27 Thread julianfoad
Author: julianfoad Date: Tue Jan 27 15:58:31 2015 New Revision: 1655066 URL: http://svn.apache.org/r1655066 Log: On the 'dump-load-cross-check' branch: catch up with trunk@1655065. Modified: subversion/branches/dump-load-cross-check/ (props changed)

svn propchange: r1655026 - svn:log

2015-01-27 Thread julianfoad
Author: julianfoad Revision: 1655026 Modified property: svn:log Modified: svn:log at Tue Jan 27 15:27:29 2015 -- --- svn:log (original) +++ svn:log Tue Jan 27 15:27:29 2015 @@ -1,8 +1,9 @@ Factor out writing a dumpfile

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

2015-01-27 Thread rhuijben
Author: rhuijben Date: Tue Jan 27 15:29:41 2015 New Revision: 1655065 URL: http://svn.apache.org/r1655065 Log: * STATUS: Cast some more votes. Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL:

svn commit: r1655096 - in /subversion/branches/dump-load-cross-check/subversion/tests/cmdline: authz_tests.py svntest/main.py svntest/sandbox.py svntest/testcase.py

2015-01-27 Thread brane
Author: brane Date: Tue Jan 27 17:33:56 2015 New Revision: 1655096 URL: http://svn.apache.org/r1655096 Log: On the dump-load-cross-check branch: Enable svnrdump to avoid authz restrictions during the dump/load cross-check step. * subversion/tests/cmdline/svntest/main.py (crosscheck_username,

svn commit: r1655101 - /subversion/branches/dump-load-cross-check/BRANCH-README

2015-01-27 Thread julianfoad
Author: julianfoad Date: Tue Jan 27 17:51:42 2015 New Revision: 1655101 URL: http://svn.apache.org/r1655101 Log: On the 'dump-load-cross-check' branch: add another TODO in BRANCH-README. Modified: subversion/branches/dump-load-cross-check/BRANCH-README Modified: