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

Re: Speeding up mod_dav_svn

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-06-10 23:17:48 CEST

On Tue, 2003-06-10 at 17:14, Greg Stein wrote:
> Lastly, if somebody *does* want to tackle a per-conn FS, then it needs to be
> keyed by the repository path (and stop and think before you say "key it by
> the UUID").

Keying on the UUID is a problem at the moment, since you have to open
the DB to get at the UUID. (Pity we implemented it that way.)

Keying on the path won't work well if two paths can point to the same
repository (through symlinks or some Apache configuration equivalent).

We could key on the device/inode of the repository directory, but that's
a Unix-specific concept. I have no idea what apr_stat() puts into the
device and inode fields of the apr_finfo_t structure.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 10 23:28:04 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.