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

Multihosted repos

From: Mark Constable <markc_at_renta.net>
Date: 2004-08-29 06:45:37 CEST

When considering a fairly default apache2 config like this...

<Location /svn>
 DAV svn
 SVNParentPath /var/svn/repos
 AuthType Basic
 AuthName "Subversion repository"
 AuthUserFile /var/svn/conf/svnusers
 Require valid-user
</Location>

can anyone suggest how I could dynamically apply these ?...

 SVNParentPath /var/svn/$vhost_domain/repos
 AuthUserFile /var/svn/$vhost_domain/conf/svnusers

if possible (without creating hardwired configs for each vhost).

--markc

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 29 06:46:19 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.