Here's what works for me:
<Location /svn>
DAV svn
SVNParentPath c:/svnrepository
SVNListParentPath on
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile c:/svnrepository/.htpasswd
Require valid-user
</Location>
I notice a few things
1. Your slashes for SVNParentPath are pointed the wrong way
2. You have SVNListParentPath before SVNParentPath
3. You have SSLRequireSSL
4. You have an AuthzSVNAccessFile entry
Brad
Robert Saenger wrote:
> Please find below our <Location ...> section.
>
>
> <Location /svn>
> DAV svn
> SVNListParentPath on
> SVNParentPath D:\repos\svn
> SSLRequireSSL
> AuthType Basic
> AuthName "Subversion Projectarchives"
> AuthUserFile D:\repos\svn\passwd
> AuthzSVNAccessFile D:\repos\svn\svnaccessfile
> Require valid-user
> </Location>
>
>
>
>> -----Ursprüngliche Nachricht-----
>> Von: Brad Bruce [mailto:NJBrad@Verizon.net]
>> Gesendet: Freitag, 20. Oktober 2006 20:45
>> An: Robert Saenger
>> Cc: users@subversion.tigris.org
>> Betreff: Re: SVNListParentPath does not work in conjunction with
>> AuthzSVNAccessFile
>>
>> Robert Saenger wrote:
>>
>>> 'SVNListParentPath on' does list the repositories on our
>>> Server only until AuthzSVNAccessFile is not used.
>>>
>>> As soon as the AuthzSVNAccessFile is being introduced
>>> Repository listing no longer works even if the
>>>
>>> [/]
>>> * = rw
>>>
>>> is set.
>>>
>>>
>>>
>>>
>>>
>> The formatting of the .conf file has to be just right. Could you post
>> your <Location ...> section?
>>
>> Brad Bruce
>>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 23 13:13:11 2006