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

Re: Multiple Repositories

From: Frank Gruman <fgatwork_at_verizon.net>
Date: 2005-10-13 22:01:54 CEST

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

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.