> -----Original Message-----
> From: Bert Huijben [mailto:[email protected]]
> Sent: vrijdag 27 november 2015 10:28
> To: 'Daniel Shahaf' <[email protected]>; 'Philip Martin'
> <[email protected]>
> Cc: 'Branko Čibej' <[email protected]>; [email protected]
> Subject: RE: svn commit: r1716548 -
> /subversion/trunk/subversion/tests/libsvn_fs/fs-test.c
> =======
> And all of this brings more interesting cases to the discussion on what
> changes are... So some of this should probably be added to Julian's
> document on what path changes are.
>
> I'm pretty sure this 'problem' adds other nice features where dump+load
> may slightly alter behavior... even though the repository is still 100% the
> same in textual+property changes.
One interesting historic note is that in Subversion 1.0 we didn't have an RA
api to fetch the last-* values on the repository root directly.
We worked around that in later versions by 'just assuming' that the root always
changes and fetching the values on the revision.
Bert