Re: svn commit: r1899014 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2022-03-17 Thread Daniel Shahaf
Jun Omae wrote on Fri, Mar 18, 2022 at 11:27:16 +0900: > Hi, > > On Fri, Mar 18, 2022 at 9:44 AM Daniel Shahaf wrote: > > > > Could someone test this on Windows, please? I suspect read_wc_formats() > > (added in r1899012) returns paths with os.sep, but the expectations > > added in this commit

svn commit: r1899019 - /subversion/trunk/subversion/tests/cmdline/svntest/sandbox.py

2022-03-17 Thread danielsh
Author: danielsh Date: Fri Mar 18 02:59:51 2022 New Revision: 1899019 URL: http://svn.apache.org/viewvc?rev=1899019=rev Log: Attempt to fix upgrade_tests.py on Windows after (presumably) r1899014. * subversion/tests/cmdline/svntest/sandbox.py (Sandbox.read_wc_formats): Account for

Re: svn commit: r1899014 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2022-03-17 Thread Jun Omae
Hi, On Fri, Mar 18, 2022 at 9:44 AM Daniel Shahaf wrote: > > Could someone test this on Windows, please? I suspect read_wc_formats() > (added in r1899012) returns paths with os.sep, but the expectations > added in this commit use '/', so something will need to convert. > > Thanks, > > Daniel I

svn propchange: r1899012 - svn:log

2022-03-17 Thread danielsh
Author: danielsh Revision: 1899012 Modified property: svn:log Modified: svn:log at Fri Mar 18 01:27:00 2022 -- --- svn:log (original) +++ svn:log Fri Mar 18 01:27:00 2022 @@ -4,10 +4,11 @@ Needed for SVN-4890 as well as

svn commit: r1899017 - /subversion/trunk/subversion/tests/cmdline/svntest/sandbox.py

2022-03-17 Thread danielsh
Author: danielsh Date: Fri Mar 18 01:24:39 2022 New Revision: 1899017 URL: http://svn.apache.org/viewvc?rev=1899017=rev Log: * subversion/tests/cmdline/svntest/sandbox.py (Sandbox.read_wc_formats): Remove a scalpel. Modified: subversion/trunk/subversion/tests/cmdline/svntest/sandbox.py

svn commit: r1899016 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2022-03-17 Thread danielsh
Author: danielsh Date: Fri Mar 18 01:04:07 2022 New Revision: 1899016 URL: http://svn.apache.org/viewvc?rev=1899016=rev Log: * subversion/tests/cmdline/upgrade_tests.py (basic_upgrade_1_0, upgrade_1_0_with_externals): Check format numbers before and after upgrading the outer wc and the

svn commit: r1899015 - /subversion/trunk/subversion/tests/cmdline/svntest/sandbox.py

2022-03-17 Thread danielsh
Author: danielsh Date: Fri Mar 18 01:02:10 2022 New Revision: 1899015 URL: http://svn.apache.org/viewvc?rev=1899015=rev Log: tests: Minor fix to a new helper function. Required for the upcoming upgrade_tests.py changes. * subversion/tests/cmdline/svntest/sandbox.py (Sandbox._wc_format_of):

Re: svn commit: r1899014 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2022-03-17 Thread Daniel Shahaf
Could someone test this on Windows, please? I suspect read_wc_formats() (added in r1899012) returns paths with os.sep, but the expectations added in this commit use '/', so something will need to convert. Thanks, Daniel danie...@apache.org wrote on Fri, 18 Mar 2022 00:40 +00:00: > Author:

svn commit: r1899014 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2022-03-17 Thread danielsh
Author: danielsh Date: Fri Mar 18 00:40:29 2022 New Revision: 1899014 URL: http://svn.apache.org/viewvc?rev=1899014=rev Log: * subversion/tests/cmdline/upgrade_tests.py (upgrade_with_externals): Verify format numbers of upgraded externals. (check_formats): New. (check_format): Verify the

svn commit: r1899013 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2022-03-17 Thread danielsh
Author: danielsh Date: Fri Mar 18 00:35:34 2022 New Revision: 1899013 URL: http://svn.apache.org/viewvc?rev=1899013=rev Log: Follow-up to r1899012: * subversion/tests/cmdline/upgrade_tests.py (check_format): Rename one more use of the local variable. This will avoid a NameError when

svn commit: r1899012 - in /subversion/trunk/subversion/tests/cmdline: svntest/sandbox.py upgrade_tests.py

2022-03-17 Thread danielsh
Author: danielsh Date: Fri Mar 18 00:23:37 2022 New Revision: 1899012 URL: http://svn.apache.org/viewvc?rev=1899012=rev Log: tests: Prepare for verifying format numbers of external working copies. Needed for SVN-4890 as well as for upgrade_tests.py basic_upgrade_1_0() and

svn commit: r1899011 - /subversion/trunk/subversion/tests/cmdline/upgrade_tests.py

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 23:49:13 2022 New Revision: 1899011 URL: http://svn.apache.org/viewvc?rev=1899011=rev Log: * subversion/tests/cmdline/upgrade_tests.py (basic_upgrade_1_0, upgrade_1_0_with_externals): Update a comment. Note that the test doesn't verify all it could.

svn commit: r1899010 - in /subversion/trunk/subversion/libsvn_wc: wc-metadata.sql wc.h

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 23:25:56 2022 New Revision: 1899010 URL: http://svn.apache.org/viewvc?rev=1899010=rev Log: multi-wc-format: Note yet another place that hardcodes format number / version number knowledge. * subversion/libsvn_wc/wc-metadata.sql: Add yet another item to the

svn commit: r1899009 - in /subversion/branches/pristines-on-demand-on-mwf: ./ subversion/include/private/svn_wc_private.h subversion/include/svn_client.h subversion/libsvn_wc/wc-metadata.sql subversio

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 21:31:27 2022 New Revision: 1899009 URL: http://svn.apache.org/viewvc?rev=1899009=rev Log: On the pristines-on-demand-on-mwf branch, sync with trunk@r1899007. No functional change. Modified: subversion/branches/pristines-on-demand-on-mwf/ (props changed)

svn commit: r1899008 - in /subversion/branches/pristines-on-demand-on-mwf: ./ subversion/libsvn_wc/wc.h

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 21:30:29 2022 New Revision: 1899008 URL: http://svn.apache.org/viewvc?rev=1899008=rev Log: On the pristines-on-demand-on-mwf branch, cherry-pick r1898999 from trunk with changes. * subversion/libsvn_wc/wc.h: (/* format changes */): Document this branch's f32.

svn commit: r1899007 - in /subversion/trunk: ./ subversion/svn/svn.c

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 21:23:22 2022 New Revision: 1899007 URL: http://svn.apache.org/viewvc?rev=1899007=rev Log: On trunk, cherry-pick r1898997 from the pristines-on-demand-on-mwf branch. r1898997 |

svn commit: r1899006 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 21:19:42 2022 New Revision: 1899006 URL: http://svn.apache.org/viewvc?rev=1899006=rev Log: * subversion/libsvn_wc/wc-metadata.sql: Add another item to the "Bump SVN_WC__VERSION" checklist. Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

svn commit: r1899005 - /subversion/trunk/subversion/include/svn_client.h

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 21:18:40 2022 New Revision: 1899005 URL: http://svn.apache.org/viewvc?rev=1899005=rev Log: multi-wc-format: Clarify public API docstrings. * subversion/include/svn_client.h (svn_client_checkout4, svn_client_upgrade2): Clarify semantics of versions and

svn commit: r1899004 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_wc/wc-metadata.sql

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 21:13:39 2022 New Revision: 1899004 URL: http://svn.apache.org/viewvc?rev=1899004=rev Log: multi-wc-format: Update a docstring. Comment changes only. * subversion/include/private/svn_wc_private.h (svn_wc__format_from_version): Don't say "characteristic" since

svn commit: r1899003 - in /subversion/trunk: ./ subversion/svn/info-cmd.c subversion/svn/schema/info.rnc subversion/svn/upgrade-cmd.c subversion/tests/cmdline/upgrade_tests.py

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 21:00:18 2022 New Revision: 1899003 URL: http://svn.apache.org/viewvc?rev=1899003=rev Log: On trunk, cherry-pick r1898739, r1898740, r1898741 from the pristines-on-demand-on-mwf branch.

svn commit: r1899002 - /subversion/site/staging/docs/release-notes/1.15.html

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 20:55:17 2022 New Revision: 1899002 URL: http://svn.apache.org/viewvc?rev=1899002=rev Log: [in site/staging] * docs/release-notes/1.15.html (#wc-upgrade): Update for multi-wc-format. Modified: subversion/site/staging/docs/release-notes/1.15.html

svn commit: r1899000 - /subversion/trunk/subversion/libsvn_wc/wc.h

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 20:17:27 2022 New Revision: 1899000 URL: http://svn.apache.org/viewvc?rev=1899000=rev Log: * subversion/libsvn_wc/wc.h (SVN_WC__VERSION): Correct a comment. It is no longer correct; see SVN_WC__DEFAULT_VERSION. Modified:

svn commit: r1899001 - /subversion/trunk/subversion/libsvn_wc/wc.h

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 20:19:01 2022 New Revision: 1899001 URL: http://svn.apache.org/viewvc?rev=1899001=rev Log: * subversion/libsvn_wc/wc.h (SVN_WC__VERSION, SVN_WC__SUPPORTED_VERSION): Add cross-references. No functional change. Modified:

svn commit: r1898999 - /subversion/trunk/subversion/libsvn_wc/wc.h

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 20:11:56 2022 New Revision: 1898999 URL: http://svn.apache.org/viewvc?rev=1898999=rev Log: * subversion/libsvn_wc/wc.h: Document f32 as it currently is on this branch. (The pristines-on-demand-on-mwf branch defines a non-no-op f32.) Modified:

svn commit: r1898998 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 20:07:12 2022 New Revision: 1898998 URL: http://svn.apache.org/viewvc?rev=1898998=rev Log: * subversion/libsvn_wc/wc-metadata.sql: Extend the list of places to update when bumping the format number. Modified:

svn commit: r1898997 - /subversion/branches/pristines-on-demand-on-mwf/subversion/svn/svn.c

2022-03-17 Thread danielsh
Author: danielsh Date: Thu Mar 17 19:57:18 2022 New Revision: 1898997 URL: http://svn.apache.org/viewvc?rev=1898997=rev Log: * subversion/svn/svn.c (svn_cl__cmd_table_main."checkout", svn_cl__cmd_table_main."upgrade"): Slightly rephrase to not imply that 1.8 is special in any way.