Re: [us...@httpd] mod_dav_svn configuration to support multiple repositories

2008-12-22 Thread Devraj Mukherjee
> If all repositories live in the same directory you can use the > SVNParentPath directove. > In the other case you will have to use seperate blocks, as > they tell apache to hand over handling of a particular url to mod_svn, > something you can't do with mod_rewrite. > Appreciate your response.

Re: [us...@httpd] mod_dav_svn configuration to support multiple repositories

2008-12-22 Thread Krist van Besien
On Mon, Dec 22, 2008 at 10:41 PM, Devraj Mukherjee wrote: > Hi all, > > I have been successfully running mod_dav_svn locally at work and so > far we have been using a single Subversion repository to store all our > projects, but as work is growing we wish to run separate repos for > various groups

[us...@httpd] mod_dav_svn configuration to support multiple repositories

2008-12-22 Thread Devraj Mukherjee
Hi all, I have been successfully running mod_dav_svn locally at work and so far we have been using a single Subversion repository to store all our projects, but as work is growing we wish to run separate repos for various groups here. As far as I can see I have to make Location tag entries for ea