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

Re: Multiple Repositiories, SVNParentPath, and Apache AutoIndex

From: Juanma Barranquero <jmbarranquero_at_wke.es>
Date: 2004-04-01 12:28:11 CEST

On Wed, 31 Mar 2004 10:15:34 -0600
"Stephen Duncan" <jrduncans@stephenduncanjr.com> wrote:

> I'd like to use multiple repositories. I have them set up all under a
> single folder, so that I can use the SVNParentPath directive to allow
> them all to be accessed properly. But I'd like to be able to go to that
> parent folder, and navigate to all the repositories it contains.

Hmm...

If I'm understanding you right, can't you use another location/alias?

I suppose you have something like

  <Location /svn>
     DAV svn
     SVNParentPath "/my/repo/path"
     ...
  </Location>

Can't you have also

  Alias /svn-path "/my/repo/path"
  <Directory "/my/repo/path">
    Options +Indexes
    ...
  </Directory>

to use mod_autoindex on the same path (but with an alternate name)?

                                                                Juanma

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 1 12:28:40 2004

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.