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

RE: how to backup svn repos - hotcopy or dump?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-01-05 17:30:03 CET

On Mon, 2004-01-05 at 09:59, Wadsworth, Eric (Contractor) wrote:
> I've been using dump, because the disk space required is much smaller. Then
> I gzip it also. This has the downside that I have to stop apache while it's
> being dumped [...]

Why do you stop apache to dump your repository? 'svnadmin dump' is just
another process that is reading data, no different than apache doing a
checkout. Repository readers don't block any other readers or writers,
and almost never blocked themselves. As long as you run the dump as the
apache-user, you shouldn't have any permissions or umask problems.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 5 17:31:04 2004

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.