Re: mod_dav_svn configuration

2011-08-10 Thread Nico Kadel-Garcia
On Tue, Aug 9, 2011 at 12:59 PM, Ryan Blue wrote: > Hello, > > I'm trying to use mod_dav_svn to host repositories that are arranged in > project directories and I can't get the configuration to work.  My projects > look like this: > >  /srv/svn/project1/repo1 >  /srv/svn/project1/repo2 >  /srv/svn

RE: mod_dav_svn configuration

2011-08-10 Thread Cooke, Mark
> -Original Message- > From: Ryan Blue [mailto:rdb...@gmail.com] > Sent: 09 August 2011 18:00 > To: users@subversion.apache.org > Subject: mod_dav_svn configuration > > Hello, > > I'm trying to use mod_dav_svn to host repositories that are > arranged in project directories and I can't g

Re: mod_dav_svn configuration

2011-08-09 Thread Matthew Beals
Another option is to use mod_perl to build the individual blocks for each project using some logic. You could have it grab a list of project dies with ls (if they are in the same parent dir), or use a flat file or SQL database. The drawback is that you have to reload Apache for changes to take e

Re: mod_dav_svn configuration

2011-08-09 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Aug 09, 2011 at 20:07:39 -0500: > On Aug 9, 2011, at 11:59, Ryan Blue wrote: > > > I'm trying to use mod_dav_svn to host repositories that are arranged in > > project directories and I can't get the configuration to work. My projects > > look like this: > > > > /srv/

Re: mod_dav_svn configuration

2011-08-09 Thread Ryan Schmidt
On Aug 9, 2011, at 11:59, Ryan Blue wrote: > I'm trying to use mod_dav_svn to host repositories that are arranged in > project directories and I can't get the configuration to work. My projects > look like this: > > /srv/svn/project1/repo1 > /srv/svn/project1/repo2 > /srv/svn/project2/repo1 >