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

Fwd: Serving internal SVN path via Apache

From: Itamar O <itamarost_at_gmail.com>
Date: Thu, 11 Feb 2010 07:31:23 +0200

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 <itamarost_at_gmail.com>
Date: Wed, Feb 10, 2010 at 11:00 PM
Subject: Serving internal SVN path via Apache
To: dev_at_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.
Received on 2010-02-11 06:54:28 CET

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

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