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

Re: Problem in connecting the server

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 4 Jun 2012 12:36:33 +0200

On Mon, Jun 04, 2012 at 10:02:02AM +0900, Masaru Kitajima wrote:
> And in the /etc/httpd/conf/httpd/conf, the WebDAV is defined as below.
> <IfModule mod_dav_fs.c>
> # Location of the WebDAV lock database.
> DAVLockDB /var/lib/svn/dav.lock
> </IfModule>
> <Directory /var/lib/svn>
> DAV on
> </Directory>

Why did you add the above? I don't think it's necessary. It might even
conflict with Subversion's own DAV handler. Setting SVNAutoversioning on
as you did below should be enough to allow DAV clients to connect to
Subversion. Try removing the above lines from your configuration and
maybe that will fix the problem.

>
> And in /etc/httpd/conf.d/subversion.conf. I defined as below.
> <Location /svn>
> DAV svn
> SVNParentPath /var/lib/svn
> SVNAutoversioning on
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> # Require SSL connection for password protection.
> # SSLRequireSSL
>
> AuthType Basic
> AuthName "Authorization Realm"
> AuthUserFile /etc/httpd/conf.d/svn_auth
> Require valid-user
> </LimitExcept>
> </Location>
>
> Then I restarted the httpd and tried to connect via client,
> but the result was same. Still cannot connect.
Received on 2012-06-04 12:37: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.