[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Serving internal SVN path via Apache

From: Itamar O <itamarost_at_gmail.com>
Date: Wed, 10 Feb 2010 23:00:25 +0200

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.
Received on 2010-02-11 00:28:38 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.