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

auto index for / ?

From: Phil Lawrence <prlawrence_at_Lehigh.EDU>
Date: 2005-06-07 20:27:32 CEST

I want multiple repositories, ala:
   /var/svn/rep1
   /var/svn/rep2

I know how to make:
   <Location /rep1>
and
   <Location /rep2>

but what do I do for:
   <Location />

???

Right now it just pulls up the Apache test page... Is there a way to
make it read-only DAV or something so that my authenticated users can
navigate from the root to their desired repository?

This did not work:

<Directory /var/svn>
   # read-only DAV access to list of svn repositories
   Dav On
   Require valid-user
   AuthType Basic
   AuthName "AD Lookup"
   AuthLDAPURL ldap://...
   <LimitExcept GET POST OPTIONS PROPFIND>
     Order allow,deny
     Deny from all
   </LimitExcept>
</Directory>

Thanks,
Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 7 20:33:36 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.