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

Browsing Document roots with svn directories:

From: Reinhard Brandstaedter <reinhard.brandstaedter_at_ams-engineering.com>
Date: 2005-03-10 14:07:40 CET

Hi,

I'm wondering how you can enable a Web-browseable a SVNParentDir that
lists all repositories (directory listing) that are contained in the
ParentDir = Document root, so that only when clicking on the directory
the DAV svn section <Location> is used.

If I have a URL http://repos.domain.com and a apache configuration:

ServerName stiwaprojects-repos.ams.stiwa.com
ServerAlias stiwaprojects-repos
DocumentRoot /home/subversion/projects
<Location />
   Option +Indexes
   DAV svn
   SVNParentPath "/home/subversion/projects"
   Include conf/subversion/authenticate.conf

   require valid user

   AuthzSVNAccessFile conf/subversion/acl/projects-vhost-policy.conf
     </Location>

How can one generate a directory listing of the Document root and not
invoking the svn hanlder when browsing to http://repos.domain.com, so
that all subdirectoris in /home/subversion/projects are listed and the
svn handler is only used when acessing one of these directories?

Any chance?

Reinhard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 10 14:10:06 2005

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.