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.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-10 21:37:00 CET