You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2002/05/29 20:53:10 UTC

dumping and loading

Hey cmpilato, you definitely want to port r2035 to your branch for
dump/load testing.

Speaking of which, yesterday I tried a test run of dumping and
loading.  I scp'd a backup of our repository to my local disk, and ran

      svnadmin dump repo-bkp-1835 0 1000 > dumpfile

Because of our oh-so-slow undeltification, it took 9 hours to complete
this task.  The final dumpfile was about 66 megs large.

Then I ran

      svnadmin load newrepo < dumpfile

And the resurrection of 1000 commits took only 14 minutes.  Whee!



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