On Thu, Jun 16, 2016 at 12:49 PM, Johan Corveleyn <jcor...@gmail.com> wrote:
...
> To be precise, your commands might be:
>
> 1) svnadmin create NEWREPOS
>     (maybe create it on a ramdisk)
> 2) svnadmin dump -M 1024 OLDREPOS | svnadmin load -M 1024 NEWREPOS
>     (initial dump+load; you might want to pass -q to dump and/or load

I forgot that you might have to use the "old svnadmin" from the old
svn version that can still read your repository, on the 'svnadmin
dump' side, to fix your corruption problem. So that won't have the -M
option. But apart from that, the rest should work fine.

-- 
Johan

Reply via email to