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

Re: Svnadmin Load utility

From: Kevin Grover <kevin_at_kevingrover.net>
Date: Thu, 21 Feb 2008 15:29:02 -0800

On Thu, Feb 21, 2008 at 11:58 AM, Patwardhan, Rajesh <
rajesh.patwardhan_at_etrade.com> wrote:

> Is there a limit on the extent of data that the svnadmin load utility
> can take as input stream?
>
> We have a 10 G export and are facing some challenges with smaller files
> due to problems being discussed on another thread
>
> "svnadmin dump generates (hopefully) spurious warnings - Loading this
> dump into an empty repository will fail"
>
> When I had initially tried with 1 huge file it had failed ..
>
> Then without realizing that error mentioned above can occur we tried
> smaller dumps and those failed too
>
> So now we are back to exploring a huge file and wondering if there is
> constraint from svn load utility or is just some restrictions coming
> from the OS ..
>
> If someone has experienced this or can give a pointer in the right
> direction, that would be really helpful.
>
> Thank you very much in advance for your time.
>
> Regards,
> Rajesh
>
>
If I understand your post, you can dump the repo to one file, but you can't
load it back in.

Is that correct? If so, what are the OS (source and destination, and
filesystems) and svn version numbers?

Also, what command(s) did you try and what errors/problems did you
encounter?

I can't imagine there being a limit from SVN. A possible problem that comes
to mind:
1) Are any revisions close to or over the file size limit for the
destination OS?
On the source machine, cd into the repository directory, then cd into
db/revs (db\revs) and look at the sizes of the files. If any are too large
for the destination OS/filesystem, you will have problems loading the
repository dump (on that OS/filesystem).
Received on 2008-02-22 00:29:21 CET

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.