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
> -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
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
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/
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
>