Multiple repositories and Apache
From: Balazs Wellisch <balazs_at_neusolutions.com>
Date: 2004-04-22 01:45:57 CEST
Hello,
I'm brand new to Subversion so please excuse my ignorance if the answer to
I would like to set up Apache so that my clients can access their
For example, I have three users who can access their own client areas on my
Directories:
Sites:
Now, I created a repository for each of them outside their home directory
So far so good. But, how do I configure Apache so each of these users can
http://www.domain.com/~user1/svn - map to - /home/svnroot/user1
How do I make sure that the repositories are password protected and only the
Using the Apache <Location> directive I could only configure Apache to
http://www.domain.com/svnroot/user1
My config file looks like this:
<Location /svnroot>
# Limit write permission to list of valid users.
AuthType Basic
I could live with those URLs but the authentication is global, not
What am I missing here? Please help!
Thank You,
---------------------------------------------------------------------
|
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.