You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ivan Zhakov <iv...@visualsvn.com> on 2012/02/13 14:47:04 UTC

Re: Crash during attempted dump of repository

On Tue, Dec 13, 2011 at 20:29, Mourrat, David  (CA-CIB)
<da...@ca-cib.com> wrote:
> Hi all,
>
> I was trying to dump my repository with these results:
>
> E:\VoloxTmp>"C:\Program Files\VisualSVN Server\bin\svnadmin" dump -r
> 19000:29950 E:\svn_repository_new > E:\VoloxTmp\dump_new.svndump
>

[...]


>
> Do you have an idea?
>
Could you please try to run svnadmin command with memory caching disabled. I.e.
E:\VoloxTmp>"C:\Program Files\VisualSVN Server\bin\svnadmin" dump -r
19000:29950 -M 0 E:\svn_repository_new > E:\VoloxTmp\dump_new.svndump


-- 
Ivan Zhakov