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

Re: Shared storage for subversion repository

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Tue, 23 Sep 2008 11:35:58 +0200

david.x.grierson_at_jpmorgan.com wrote:
> Hi Ryan,
>
> Basically it comes down to this thread on the developers list:
> http://svn.haxx.se/dev/archive-2007-04/0288.shtml
>
> The key point here is that apr-util still uses DBM files:
>
> "mod_dav_svn maintains an activity database - a mapping of DAV-generated
> identifiers to Subversion transaction id's. It implements this using
> APR-util's dbm implementation, which may be BDB, gdbm, or one of several
> other dbm-a-like implementations."
>

Subversion 1.5 has its own file-based mechanism for maintaining the DAV
activity mappings, so the above is no longer true.

You also might want to check the new SVNActivitiesDB option for
mod_dav_svn, which lets you specify where the mappings db should be
stored, so you can point it to local disc for better performance:

http://svnbook.red-bean.com/en/1.5/svn.ref.mod_dav_svn.conf.html

hth,

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-23 11:36:16 CEST

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.