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

mod_dav_svn and mod_userdir

From: Bernhard Fischer <bf_at_abenteuerland.at>
Date: Fri, 29 Feb 2008 13:42:10 +0100

Hy!

I'm running an apache web server with serveral 100 users having their web
directory located in /home/*/public_html and I provide svn repositories to
them which they can access by WebDav.
The repository is a central one which has "sub-repositories", one for each
user. Dav acces is done using the URL https://..../svn/<username>.

What I would like to do is to provide the repositories through mod_userdir.
More exactly this meens that every user should have his own repository
located within his home directory (e.g. /home/*/SVN) and should be accesible
by https://...../~<username>/SVN) instead of having one central repository.

Does anybody know how this could be done?
I tried some configuration variants but I figured out that the SVNPath
configuration directive does not support the "*" like e.g. the Directory
directive.
What I could do is to make an entry for each single user in the httpd.conf but
as there are several 100 users this is not really an option.

Bernhard

Received on 2008-02-29 13:43:14 CET

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.