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

apache 2.6.6 / subversion 1.5 / Digest authentication: Work for anyone?

From: Roland Cruse <roland.cruse_at_vrs-soft.com>
Date: Wed, 23 Jul 2008 15:21:04 +0200

Hello

Anybody got apache digest authentication working with subversion?

apache 2.6.6
subversion 1.5

I got "Basic" working but trying "Digest" with a "svn update" on a working copy sends the box to cpu 100%.

        <Location /foo>
        DAV svn
        SVNPath /var/svn/repository/foo_master
        SVNIndexXSLT "/svnindex.xsl"
        SVNPathAuthz off

        AuthType Digest
        #AuthType Basic
        AuthName foobar
        AuthDigestDomain /chorus http://svn-master.1/chorus
        AuthDigestProvider file
        AuthUserFile /etc/svn-auth-digest-file
        Require valid-user

        </Location>
Thanks in advance.
Received on 2008-07-23 15:26:47 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.