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.