[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnadmin dump 0.24-1 stops in revision 1

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2004-10-05 15:31:05 CEST

On Tuesday 05 October 2004 14:43, Dave Neary wrote:
> > I know that there are files as big as 80MB in the repository, and 0.24-1
> > had some memory usage problems ...
>
> You betcha. The entire contents of files was stocked in memory at one
> stage.
>
> > The repository is format 1 - which version still understand this format??
> > I'm trying to answer this question by browsing svn-sources ...
>
> This page details pre-1.0 development, including versions in which the
> schema changed: http://subversion.tigris.org/project_status.html
> In brief:
> Version 1 = 0.15 to 0.27
> Version 2 = 0.28 to 0.33.1
> Version 3 = since 0.34
>
> > 1.1.0 says only "expected version 3; found 1" and quits ...
>
> This is what I was telling you about earlier. You will need to dump with
> version 0.27 or before, and load with version 0.34 or after.
>
> > Looking into the issue tracker I see some 15 *fixed* issues regarding
> > memory usage. I hope I get some version which has the memory problems
> > fixed and still the same repository version ...
>
> Nope - schema changes were in part made to help resolve memory and
> performance issues.
>
> You will probably need to do incremental dumps - dump your repository in
> 50 or 100 revision chunks.
>
> svnadmin dump repos --revision 1:100 >dumpfile-1
> svnadmin dump repos --revision 101:200 >dumpfile-2
> etc...
>
> And then svnadmin load them in order.
It worked now using 0.27 - in *one* stage, ie. no incremental dumps.

I hope that loading into a new repository works ....

Thank you!

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 5 15:32:07 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.