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

Re: Subversion DB corruption

From: <kfogel_at_collab.net>
Date: 2004-09-14 02:10:40 CEST

Juan Jose Comellas <juanjo@comellas.com.ar> writes:
> How does Subversion handle the journalling of its own files? Does it use
> fsync() to make sure that the data is flushed to the hard drive?

I believe this is what Berkeley DB does (and therefore what Subversion
does, when used with BDB), unless one passed '--bdb-txn-nosync' to
'svnadmin create'.

> BTW, even doing this might not be enough when using IDE drives. There was a
> thread about this issue in the PostgreSQL users list some time ago.

Sigh :-).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 14 03:53:57 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.