Relocating the question to the correct mailing list + clarification: I am not talking about serving multiple repositories with SVNParentPath. I have a single repository with the following layout: root (@ /var/svn/repos) |- projA |- projB |- ...
Each project has its own virtual host on Apache, with its own DNS's (e.g. www.projA.com & svn.projA.com). I want that the svn.projA.com virtual host will be directed to root/projA, so that users of projA SVN are not even aware of other projects. Is this possible? Thanks, Itamar O. ---------- Forwarded message ---------- From: Itamar O <itamar...@gmail.com> Date: Wed, Feb 10, 2010 at 11:00 PM Subject: Serving internal SVN path via Apache To: d...@subversion.apache.org 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.