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

2022-02-15 Thread Martin Obermeir
Hi Stefan, thank you very much for your detailed answer! Your explanations very much make sense to me. I understand that a universal solution for all types of externals is difficult or maybe even impossible. Probably my point of view on svn:externals is a bit different, because we quite oft

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

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