Hi all, Dumb question here, but let's say I'm doing a weekly full backup with svnadmin hotcopy, and a daily backup using svnsync to a mirror.
Now let's say my main repository goes down. I can restore the full backup from a week ago, but then how do I "replay" the extra revisions from the mirror into it? Is svnadmin dump and svnadmin load what I'm looking for? Alternatively, is there a way to "transform" a read-only mirror into a normal repository? (I don't plan on doing this; it's just more for curiosity.) Thanks, Phillip