Re: Multiple Repositiories, SVNParentPath, and Apache AutoIndex
From: Juanma Barranquero <jmbarranquero_at_wke.es>
Date: 2004-04-02 11:11:47 CEST
On Thu, 1 Apr 2004 07:05:15 -0600
> Say I have the following structure, where the single letter directories
A slightly different way:
Suppose you access your p, q and r repositories through /repo:
<Location /repo>
<Directory "/svn">
And, in the svn directory, an .htaccess with:
RedirectPermanent /svn/webapps/p http://my-server/repo/p
This way, you can navigate /svn with autoindexing, and when clicking on
It is not exactly what you're asking, if I understand you, because:
- /svn/webapps/(p,q) is not the same as /repo/(p,q)
- When clicking on p, the user can see in the address bar that he's
Still, maybe that's acceptable for you.
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.