[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: Stephen Duncan <jrduncans_at_stephenduncanjr.com>
Date: 2004-04-01 15:05:15 CEST

Thanks for the idea, but that still doesn't buy me what I'd like. I'd need a way to treat directories like normal directories, but when subversion controlled sections were navigated to, the subversion module would take over.

Say I have the following structure, where the single letter directories are repositories, the rest are normal directories:

svn
   ->webapps
      ->p
      ->q
   ->administrative
      ->r

I'd like to be able to go the svn directory through a browser, and see the webapps and administrative folders, and be able to click on them to navigate down. Say I click on webapps, I'd like to see links for p and q. If I click on p, then I'd like to see what the svn module normally provides when I go directly to svn/webapps/p.

-Stephen

-----Original Message-----
From: Juanma Barranquero [mailto:jmbarranquero@wke.es]
Sent: Thu 4/1/2004 5:28 AM
To: Stephen Duncan; users@subversion.tigris.org
Subject: Re: Multiple Repositiories, SVNParentPath, and Apache AutoIndex
 

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
Received on Thu Apr 1 15:05:50 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.