Thanks for the responses folks... it clarifies things for me.
Drew.
Dimitri Papadopoulos-Orfanos wrote:
> Hi,
> 
>> For things to be recoverable, the syscalls have to be done in the
>> right order, so that a crash at any time leaves the on-disk data in a
>> state where things can be recovered.  It's easy to see how that can be
>> true for bdb; it's not so obvious with fsfs given that you're
>> depending on file system ordering and caching then.
> 
> 
> I guess Subversion calls sync() at strategic places.
> 
> Actually I think it's not much different whether you're using bdb or 
> fsfs. In both cases many files are modified sequentially.
> 
> Dimitri Papadopoulos
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 20 20:21:31 2005