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

Re: Repository layout and configuration of apache

From: Jacob Atzen <jacob_at_aub.dk>
Date: 2006-07-25 16:25:02 CEST

On Sat, Jul 22, 2006 at 10:05:46PM +0200, Richard Piatkowski wrote:
> while the amount of repositories is low, it is quite easy to add a
> apache directive for each repository. but with more than 500
> repositories/projects it would be nice to find an automatic way.
>
> so I am trying to change my apache configuration directive to use
> a regular expresion that redirect each http request to a repository.
> but it seems, that the apache is ignoring every kind of regular
> expression.
>
> a simple example:
>
> <LocationMatch /test_1>
> DAV svn
> SVNPath "d:\svn_repos\test_1"
> </LocationMatch>

Take a look at SvnParentPath, I think that'll do what you're looking
for.

-- 
Cheers,
- Jacob Atzen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 25 16:29:05 2006

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.