On Fri, Jul 24, 2015 at 9:10 PM, Philip Martin <philip.mar...@wandisco.com> wrote:
> Philip Martin <philip.mar...@wandisco.com> writes: > > > svnadmin dump-revprops repo | svnadmin load-revprops repo > > Oops! Load into a different repository: > > svnadmin dump-revprops repo | svnadmin load-revprops repo2 > > I think the long-term solution would be introducing "sequence numbers" to track non-revision changes. Locks and revprop changes could then be replayed like we do it for revision data today. Because most of the infrastructure for dump-revprops and load-revprops is already in place, I'll give it a go and commit a straightforward implementation. -- Stefan^2.