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

Re: Filesystem Schema Change Notice

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2003-11-05 20:29:37 CET

"C. Michael Pilato" <cmpilato@collab.net> writes:

> I *highly* recommend that if your repositories tend to take a long
> time to dump and load that you get a head-start on this. My favorite
> backup strategy is the use of incremental dumps + post-revprop-change
> hook logging, and if you're of like mind, you already have your
> repository mostly dumped already.

You'll also likely do better to dump, *then* load as piping from a dump
directly to a load will likely cause your disk to thrash like mad, thus
slowing down the whole process. Piping through gzip might help too as
it will *dramatically* reduce the size of your dump file.

I was also thinking that gzipping and piping the dumpfile to another box
on your network (provided you've got 100 or 1000BT) might prove to be
faster, but in a test I just did across our 100BT LAN, I saw no
difference in time.

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 5 20:30:44 2003

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.