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