Creating future-version wc's

2022-02-25 Thread Daniel Shahaf
With current trunk: [[[ % svn co file://$PWD/r --compatible-version=1.16 svn: warning: apr_err=SVN_ERR_UNSUPPORTED_FEATURE svn: warning: W27: Cannot create working copies for version 1.16 svn: warning: apr_err=SVN_ERR_UNSUPPORTED_FEATURE svn: warning: W27: Creating working copy version 1.

Re: svn commit: r1898389 - in /subversion/trunk/subversion: include/svn_client.h libsvn_client/upgrade.c svn/info-cmd.c svn/svn.c

2022-02-25 Thread Daniel Shahaf
julianf...@apache.org wrote on Thu, Feb 24, 2022 at 20:06:32 -: > Multi-WC-format, issue #4884: add svn info --show-item=wc-compatible-version. > > +++ subversion/trunk/subversion/include/svn_client.h Thu Feb 24 20:06:32 2022 > @@ -4451,6 +4451,14 @@ typedef struct svn_client_wc_format_t { > +

Re: svn commit: r1898378 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_wc/ svn/ tests/cmdline/getopt_tests_data/

2022-02-25 Thread Daniel Shahaf
julianf...@apache.org wrote on Thu, Feb 24, 2022 at 15:58:11 -: > Multi-WC-format: Clarify the supported versions display. > > This patch: > > - Changes the APIs for querying the default WC format and the supported WC > formats; > - clarifies the display of supported WC formats in 'sv

Re: multi-wc-format review

2022-02-25 Thread Daniel Shahaf
[ Aside: in each of your paragraphs, every line other than the first starts with a U+200B ZERO WIDTH SPACE. While replying $EDITOR renders those as «<200b>» (six characters, and six terminal columns) by default. ] Julian Foad wrote on Thu, Feb 24, 2022 at 13:59:08 +: > Daniel Shahaf wrote: >

Re: [PATCH] Sketch of per-user/per-wc config for pristines-mode (#4889)

2022-02-25 Thread Julian Foad
Filed as #4889, https://subversion.apache.org/issue/4889, "Pristines-on-demand: per-WC config"

Re: Pristines-on-demand: authz denied during textbase sync (#4888)

2022-02-25 Thread Julian Foad
Filed as issue #4888, https://subversion.apache.org/issue/4888 I will come back to it soonish.