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

Re: Berkeley DB,error while checkpointing after Berkeley DB transaction for filesystem

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: 2006-08-08 13:29:03 CEST

Dear Pablo!

Pablo F. Díaz Anzalone schrieb:
> Yes, so now I suppose that DB is correct. But I don't understand I have
> problems with it

I see.

> The directories are local.¿Is better to have the repository with FSFS
> instead of DB?

It is not allowed to have BDB databases on network shares because of
some file locking problem (SAN oder NBD should be okay). FSFS can also
be used on etwork shares.

I suggested to move to FSFS in order to find out if your problem is
related to the database type. There are also sometimes lots of trouble
when the BDB has been upgraded to a new version, e.g. during an update
of the Linux distribution. FSFS's backward compatability seems to be
much better. But it is possible to dump a repository, perform the BDB
upgrade and recreate the repository afterwards.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 8 13:30:23 2006

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.