Re: svn copy --pin-externals pins relative paths to non existing revision/path

2022-02-11 Thread Stefan Sperling
On Fri, Feb 11, 2022 at 09:22:25AM +0100, Martin Obermeir wrote: > Hi, > > When using `svn copy --pin-externals` to create a tag, svn:externals with a > relative path get pinned a non existing path: They get pinned to the > revision before the commit, but the path doesn't exist yet in that revisio

Re: Help with FAIL: wc-queries-test 3: test query expectations

2022-02-11 Thread Daniel Shahaf
Daniel Shahaf wrote on Fri, Feb 11, 2022 at 17:39:42 +: > Julian Foad wrote on Fri, Feb 11, 2022 at 14:48:28 +: > > On 'pristines-on-demand-on-mwf': > ⋮ > > I could do with some help on a SQL test FAIL, when testing against the > > older WC format, in wc-queries-test 3: test_query_expectati

Re: Help with FAIL: wc-queries-test 3: test query expectations

2022-02-11 Thread Daniel Shahaf
Julian Foad wrote on Fri, Feb 11, 2022 at 14:48:28 +: > On 'pristines-on-demand-on-mwf': ⋮ > I could do with some help on a SQL test FAIL, when testing against the > older WC format, in wc-queries-test 3: test_query_expectations(). It > looks like this: > > $ (SRC_DIR=$PWD; cd obj-dir/subversi

Re: A two-part vision for Subversion and large binary objects.

2022-02-11 Thread Julian Foad
Julian Foad wrote: > * Re-base pristines-on-demand on top of multi-wc-format. Done: branch 'pristines-on-demand-on-mwf'. > * Make pristines-on-demand behaviour conditional on WC format. Mostly done in r1897977. I could do with some help on a SQL test failure (below), please. Quoting from that

Help with FAIL: wc-queries-test 3: test query expectations

2022-02-11 Thread Julian Foad
Re. pristines-on-demand. I have re-based pristines-on-demand on top of multi-wc-format, resulting in a new branch 'pristines-on-demand-on-mwf'. On 'pristines-on-demand-on-mwf': > * Make pristines-on-demand behaviour conditional on WC format. Mostly done in r1897977. I could do with some help on

svn copy --pin-externals pins relative paths to non existing revision/path

2022-02-11 Thread Martin Obermeir
Hi, When using `svn copy --pin-externals` to create a tag, svn:externals with a relative path get pinned a non existing path: They get pinned to the revision before the commit, but the path doesn't exist yet in that revision. I expected them to be pinned to the revision which gets created dur