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

Re: [Issue 3596] 'hotcopy' of packed fsfs repos may corrupt target revprops.db

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 14 Apr 2010 12:31:11 +0100

Philip Martin <philip.martin_at_wandisco.com> writes:

> did that it was taking over 17s). That's an order of magnitude slower
> which could be a problem, the SELECT on the source will block writes
> to the database during the copy.

Writing that has made me think of another solution. If we do a SELECT
on the source database, that will block writers. At that point we can
do a simple disk copy and be confident that the database will not
change.

-- 
Philip
Received on 2010-04-14 13:31:50 CEST

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.