You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Patwardhan, Rajesh" <ra...@etrade.com> on 2008/02/21 19:58:42 UTC

Svnadmin Load utility

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 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Svnadmin Load utility

Posted by Kevin Grover <ke...@kevingrover.net>.
On Thu, Feb 21, 2008 at 11:58 AM, Patwardhan, Rajesh <
rajesh.patwardhan@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).