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
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-----
On Wed, 31 Mar 2004 10:15:34 -0600
> I'd like to use multiple repositories. I have them set up all under a
Hmm...
If I'm understanding you right, can't you use another location/alias?
I suppose you have something like
<Location /svn>
Can't you have also
Alias /svn-path "/my/repo/path"
to use mod_autoindex on the same path (but with an alternate name)?
Juanma
|
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.