RE: RE: Multiple Repositiories, SVNParentPath, and Apache AutoIndex
From: Stephen Warren <swarren_at_paramanet.com>
Date: 2004-04-01 19:42:40 CEST
-----Original Message-----
> Thanks for the idea, but that still doesn't buy me what I'd like.
> Say I have the following structure, where the single letter
> svn
> I'd like to be able to go the svn directory through a browser,
You could try using mod_rewrite - get it to match ^/svn/$ and redirect to somewhere that generates the index, which has links back to /svn/xxx/. This "somewhere" could be a CGI script that essentially ls's that directory, or perhaps you can fool Apache's indexing module into doing it somehow - don't know how myself...
-- Stephen Warren, Software Engineer, Parama Networks, San Jose, CA http://www.wwwdotorg.org/work_contact/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Apr 1 19:43:39 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.