Hi,
thanks for the many answers.
Ryan's solution does what I want.
Reinhard
2008/11/10 Ryan Schmidt <subversion-2008c_at_ryandesign.com>
> On Nov 10, 2008, at 14:07, Christopher Viaggi wrote:
>
> Reinhard Fürst wrote:
>>
>> I have a directory called SVNRoot on my server. Under that directory are
>>> all my repositories.
>>> For example:
>>> /SVNRoot/Project1
>>> /SVNRoot/Project2
>>> ...
>>>
>>> I set up apache and WebDav.
>>> Now using: http://server/svn/Project1 I can browse Project1 (trunk,
>>> braches etc).
>>>
>>> But if i say http://server/svn I receive an error:
>>> ------------------------
>>> Forbidden
>>>
>>> You don't have permission to access /svn on this server.
>>> -------------------------
>>>
>>> What to do, to see all my repositories under SVNRoot using
>>> http://server/svn ?
>>>
>>
>> I've never been able to browse all my repositories like that even though I
>> have quite a few. I believe to see all your repositories you'll have to
>> write your own index.html page with a listing of the repositories (or php
>> page to dynamically generate the list).
>>
>
>
> On the contrary, the feature is built into (current) versions of
> mod_dav_svn.
>
> Just add "SVNListParentPath on" to your conf file.
>
>
>
Received on 2008-11-10 23:07:48 CET