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

Re: What is minimum apache conf needed?

From: mark benedetto king <mbk_at_boredom.org>
Date: 2003-03-01 22:46:03 CET

On Sat, Mar 01, 2003 at 01:46:08PM -0800, Greg Stein wrote:
> On Sat, Mar 01, 2003 at 04:25:06PM -0500, mark benedetto king wrote:
> >...
> > If you have httpd-2.1, you'll need to have
> >
> > DAVGenericLockDB /path/to/dir/writable/by/httpd-user/locks
> >
> > in those Location blocks.
>
> Nope. That's only if you load the mod_dav_lock module, which is only needed
> if you want Class 2 DAV support in the autoversioning.
>

Well, I don't have any reference to mod_dav_lock in my httpd.conf, but
if I comment those out, I get

svn: PROPFIND of /local_tmp/repos: 500 Internal Server Error

When I try to run basic_tests 1 (and all the rest of the tests, I assume).

The message I get in error_log is:

[Sat Mar 01 16:32:39 2003] [error] [client 127.0.0.1] The lock database could not be opened, preventing access to the various lock properties for the PROPFIND. [500, #0]
[Sat Mar 01 16:32:39 2003] [error] [client 127.0.0.1] A lock database was not specified with the DAVGenericLockDB directive. One must be specified to use the locking functionality. [500, #401]

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 1 22:46:45 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.