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

Re: Subversion 1.9.7 server on Windows, advice on setting up svnsync?

From: Philip Martin <philip_at_codematters.co.uk>
Date: Thu, 29 Mar 2018 14:18:41 +0100

Bo Berglund <bo.berglund_at_gmail.com> writes:

> Good, then I will go ahead and erase the failed mirror repos and
> re-create them and then load the dump files. But for the not yet used
> repos I can just start loading the dumps. Saves some time.

There are some things you can do to make load faster. In 1.10 load has
a new --no-flush-to-disk option since a mirror typically doesn't need
the fsync() guarantees. On Linux you can use the eatmydata LD_PRELOAD
library to achieve as similar thing for releases before 1.10. You may
also find that increasing the memory cache speeds up loading:

  eatmydata svnadmin load -M256 some-repo < some-dumpfile

-- 
Philip
Received on 2018-03-29 15:18:47 CEST

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.