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

Re: Repeated database/logfile corruption

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-08-25 04:52:05 CEST

On 8/24/05, Sachin Patil <sachin@fastvdo.com> wrote:
> Thanks for the suggestions.
> I moved my repositories from BDB to FSFS and all the problems have gone
> away. ( atleast for now ! )
> Are there any known issues in using FSFS?
>
> -Sachin.
>

There is a limitation with APR 0.9 with files greater than 2GB.
So exceptionally large commits with fsfs backends can hit this
limit. See
http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=35936
and others.

There are several workarounds, recompile with APR 0.10 or
break up a large commit into several.

The bdb backend is stable, it just has specific requirements of
the filesystem that when not satisfied cause this behavior. If
those conditions are satisfied there are no problems, and many
are using the bdb backend without difficulty.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 25 04:53:29 2005

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.