Re: mod_dav_svn and Apache directive

2011-11-14 Thread Philip Martin
Michaël Bruneel writes: > IMHO, given and URL '/', mod_dav_svn > should be able to understand the regular expression and treat '/' as > both the path to the repository and the path inside the repository. It > should not use raw '(?!viewvc)' data as it does now. That's only one case out of man

Re: mod_dav_svn and Apache directive

2011-11-11 Thread Michaël Bruneel
Hi Philip, IMHO, given and URL '/', mod_dav_svn should be able to understand the regular expression and treat '/' as both the path to the repository and the path inside the repository. It should not use raw '(?!viewvc)' data as it does now. I understand that this behaviour could be a probl

Re: mod_dav_svn and Apache directive

2011-11-05 Thread Philip Martin
Michaël Bruneel writes: > > DAV svn > SVNPath /srv/svnroot/myproject > Given and an URL '/foo/bar/zig/zag' mod_dav_svn treats '/foo/bar' as the path to the repository and '/zig/zag' as the path inside the repository. How would you Location work? Where does '/foo/bar/zig/

Re: mod_dav_svn and Apache directive

2011-11-05 Thread Ryan Schmidt
On Nov 4, 2011, at 13:50, Michaël Bruneel wrote: > It seems that the dav_svn Apache module is not compatible with > directive when used with regular expression containing > negative part. For example, given that configuration: > > > DAV svn > SVNPath /srv/svnroot/myproject >

mod_dav_svn and Apache directive

2011-11-04 Thread Michaël Bruneel
Hi, It seems that the dav_svn Apache module is not compatible with directive when used with regular expression containing negative part. For example, given that configuration: DAV svn SVNPath /srv/svnroot/myproject ScriptAlias /viewvc "/usr/lib/cgi-bin/viewvc.cgi"