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

apache2 subversion repository browsing

From: Adolf Schwarz <adolf.schwarz.news.03-06_at_gmx.at>
Date: 2006-03-19 15:21:00 CET

Hi,

I run an apache2 server that hosts several SVN repositories. SVN works,
authorization works, Repository Browsing works.

Now I am looking for a way to show a list of all repositories hosted.

I provide the repositories via the "SVNParentPath" directive.
SVNParentPath points to a directory where all repositories are stored.
AuthzSVN manages the authorization.

So when I browse to the URL "www.myserver.at/repos/somerepository/" I
can browse in the repository "somerepository". But when I browse to
"www.myserver.at/repos/" I get a "403 Forbidden" error (after
authentication).

Is it possible to list all hosted repositories automatically? Or even
better only the repositories where the user has access to?

Thanks,
-adi

Here is the complete part of my setup

> <Location /repos>
> DAV svn
> SVNParentPath C:\repos
> AuthzSVNAccessFile C:\Apache2\conf\svn-access-file
>
> Require valid-user
> AuthType Basic
> AuthName "Repository Area"
> AuthUserFile C:\Apache2\conf\svn-auth-file
> </Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 19 15:21:55 2006

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.