2008/9/12 Andy <andrew.hardyfamily_at_gmail.com>:
> Stefan,
>
> On 9 Sep, 16:41, Stefan Küng <tortoise..._at_gmail.com> wrote:
>> Andy wrote:
>> > Hi,
>>
>> > I have svn installed on a Windows server using a 'parentpath' model
>> > i.e. a single repository with projects as the first level. I have
>> > configured Apache2 to use the svn DAV and to perform authorization as
>> > follows:
>>
>> > From httpd.conf:
>>
>> > <Location /svn>
>> > DAV svn
>> > SVNPath C:/svnrepositories
>> >
>> > AuthType Digest
>> > AuthName "Development"
>> > AuthDigestDomain /svn/
>> > AuthDigestFile C:/Python24/Scripts/trac/users.htdigest
>> > Satisfy Any
>> > Require valid-user
>> >
>> > AuthzSVNAccessFile c:/svnrepositories/conf/svn.acl
>> > </Location>
>>
>> Use SVNParentPath here.
>
> I probably didn't explain this very well. We have a *single*
> repository, our structure within that repository supports the project
> structures.
>
> Anyway, I tried the SVNParentPath setting but then couldn't get
> authorization for any part of the repository.
>
I have not tried, but may be
AuthDigestDomain /svn
(without the trailing '/') ?
Also, I would look into the httpd logs.
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-09-12 13:58:33 CEST