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

Re: SVN help : multiple repo configuration

From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Thu, 11 Nov 2010 10:59:08 -0600

On Nov 11, 2010, at 06:23, Neson Maxmelbin (RBEI/EMT5) wrote:

> I want to setup two repositories , so I have configured two <Location …. > sections in the httpd.conf and it seems to work.
> My Question is , is this a good practice or will this cause some errors/issues?
>
> The reason I want to do this is that the server will serve multiple departments . Each repositories will have multiple projects.

Sure, you can do that, that's fine.

Or you can write a single <Location> block that has an SVNParentPath directive (instead of multiple <Location> blocks with SVNPath directives). If the repositories have similar configurations, then this lets you have as many repositories as you want without ever adding more lines to your httpd.conf.
Received on 2010-11-11 18:09:10 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.