This question is about the usage of Subversion, and more appropriately belongs on the users' mailing list: us...@subversion.apache.org.
Cheers, -Hyrum On Feb 10, 2010, at 3:48 PM, Eric Lee wrote: > On Thu, Feb 11, 2010 at 5:00 AM, Itamar O <itamar...@gmail.com> wrote: > >> 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> >> >> > Itamar O > > Do you want to serve multiple repository on a apache installation ? > If so, SVNParentPath might be help. > > > Please checout subversion book for more details information here : > http://code.google.com/p/svnbook/ > > > > Regards, > Eric, > > > > >> Thanks, >> Itamar O. >>