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

dumping and loading

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-05-29 22:53:10 CEST

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
Received on Sat Jun 1 14:23:27 2002

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

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