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

Re: mod_dav_svn

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-07-07 01:57:34 CEST

Joe Orton <jorton@btconnect.com> writes:

> > So my first question was originally: where is mod_dav_svn storing all
> > this stuff? On disk somewhere?
>
> Yup, mod_dav_svn persists activities using an extra 'activities'
> databases (just using APR's dbm interface) in the repostiry, see
> mod_dav_svn/activity.c.

Holy cow, there are some activity databases being dumped right into
the repository directory!

  $ ls /www/svn/sussman-repo/
  README* activities.dir activities.pag db/

Well, that explains it. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:33 2006

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.