dnr@cscholar.com wrote:
> Is it possible for svn to be setup so that each account (website) on a host
> could have it's own repository if desired?
>
>
You could have them set up multiple <Location> directives, one for each
repository. For ease of keeping them straight, they could create the
repositories pretty much anywhere, including all in one directory.
<Location /svn>
DAV svn
#Assumes that the ~ will be able to populate the username. I'm not sure
of a nice, dynamic way to populate this, if there is such a thing.
SVNPath /repos_home/~
AuthType Basic
blah blah blah
</Location>
e.g. http://www.mydomain.com/~myhome/svn
Another option would be to manually create a separate <Location>
directive for each account that desires one. They could even locate it
inside of separate Virtual Hosts.
Food for thought...
Regards,
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 13 22:03:48 2005