On Tue, 11 Apr 2005 kfogel@collab.net wrote:
> Greg Hudson <ghudson@MIT.EDU> writes:
> > I've committed:
> >
> > r14063: Cache the uuid in the FSFS data
> > r14066: Add svn_fs_initialize machinery to fix FSFS locking problem
> > r14067: Add calls to svn_fs_initialize from command-line programs
> >
> > I'd like help with the following things:
> >
> > * I'd like someone to add the svn_fs_initialize call to mod_dav_svn.
> > (You can add an svn_utf_initialize call while you're there.)
> > Normally I'm willing to dive into mod_dav_svn, but this gets into
> > more interaction with httpd than I'm willing to learn about at the
> > moment.
>
> I'll have a go at this, after talking over with sussman what the best
> way to do it is. I'll bet he knows, and that 5 minutes of downloading
> from his brain would save hours.
>
Maybe you resolved this in IRC, but I think it is just a matter of adding
the svn_{fs_utf}_initialize lines to dav_svn_init, passing p (the config
pool) as the argument. You don't to make sure that you call those
functions only once, sinc that's taken care of by the functions (Apache
calls pot_config hooks twice, according to Justin).
I'd do that myself, but I haven't gotten round to setting up my DAV
testing environment after a recent system reinstall.
Regards,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 12 09:24:16 2005