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

Re: svn WebDAV

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Mon, 10 Nov 2008 14:36:29 -0600

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

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.