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

Re: svn repos locking tool

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-12-09 16:41:18 CET

On Thu, 2004-12-09 at 03:04, Karl Chen wrote:
> The possibility of using rsync to incrementally backup an FSFS
> repository is nice but it seems right now we'd have to take the
> server offline to do it (and this can be painful unless it's only
> accessed through svn://)

Why? Just make sure to copy the db/current file before everything
else. (If rsync can't be made to impose this ordering, then make a copy
of db/current to some side location, rsync the whole thing, and then
copy the stored db/current into the target.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 10 04:02:09 2004

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.