Is there a way to configure Apache to serve a "scoped" repository? e.g., if my repository root is at /var/svn/repos, and I have top-level project-structure, I want something like: <Location /projA> DAV svn SVNPath /var/svn/repos/projA # (this doesn't work..) # Maybe something like "SVNPath /var/svn/repos" & "SVNScope projA" ? </Location>
Thanks, Itamar O.