> From: Sander Striker [mailto:[EMAIL PROTECTED]]

> Today Vlad Skvortsov <[EMAIL PROTECTED]> stumbled over
> a, IMO, showstopper.
>
> He was trying out subversion and had a config where
> (simplified):
>
> DocumentRoot /home/svn
>
> <Location /home/svn/repos>
>    DAV svn
>    SVNPath /home/svn/repos
> </Location>
>
> In the /home/svn path, there is a directory repos.
> The directory seems to win over the Location (badness!).

I may be missing something obvious, but let me make sure that you aren't:

That location section only matches http://example.com/home/svn/repos/ so it
seems perfectly resonable that if you request http://example.com/repos/ it
will fall through to the actual directory.

I think what you want is <Location /repos> or <Directory /home/svn/repos>

Joshua.

Reply via email to