Michaël Bruneel <m...@alethes.be> writes: > <Location ~ "^/(?!viewvc)" > > DAV svn > SVNPath /srv/svnroot/myproject > </Location>
Given <Location /foo/bar> 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/zag' get divided? -- Philip