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

Re: 207 Multi-Status using mod_authz_svn

From: Juanma Barranquero <jmbarranquero_at_wke.es>
Date: 2004-01-30 10:39:18 CET

On Thu, 29 Jan 2004 12:32:01 -0500 (EST)
Jim Sokoloff <jim@sokoloff.com> wrote:

> When *defining* groups, don't use the @ sign.

Well, it turns out that's not related to the problem. I'd say it *is* a
bug in the svn.exe client, because I can browse the repository with IE,
but the client is unable to do an "ls".

So (simplifying even more):

 - httpd.conf:

    <Location /svn>
        DAV svn
        SVNPath "C:/data/store/base"
        AuthType Basic
        AuthName "Subversion"
        AuthUserFile conf/passwd
        AuthzSVNAccessFile conf/authz_svn
        Require valid-user
    </Location>

 - conf/authz_svn:

    [/]
    * = r
    Lektu = rw

    [/trunk/conf]
    * =
    Lektu = rw

Output from svn.exe is:

    D:\> svn --no-auth-cache ls http://localhost/svn/trunk
    conf/
    www/

    D:\> svn --no-auth-cache ls http://localhost/svn/trunk/conf
    Authentication realm: <http://localhost:80> Subversion
    Password for 'Juanma':
    Authentication realm: <http://localhost:80> Subversion
    Username: Lektu
    Password for 'Lektu': **********
    svn: PROPFIND request failed on '/svn/trunk/conf'
    svn: PROPFIND of '/svn/trunk/conf': 207 Multi-Status (http://localhost)

Browsing with IE, it works as expected: I get a prompt, enter Juanma,
continue browsing, click over the "conf" link, get a prompt again, enter
Lektu and password, and I'm given access just fine. So obviously is not
a setup issue (or, "is not an obvious setup issue", your choice :)

                                                                Juanma

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 30 10:39:39 2004

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.