On Thu, Jul 12, 2012 at 9:36 AM, Phillip Hellewell <ssho...@gmail.com> wrote: > > 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?
Ok, based on my tests, it looks like dump / load will work just great for me, as long as I use --incremental. > 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.) I'm still curious about this one, but if no one knows it's not a big deal. Phillip