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

Re: Serving internal SVN path via Apache

From: Eric Lee <pgeric_at_gmail.com>
Date: Thu, 11 Feb 2010 07:48:08 +0800

On Thu, Feb 11, 2010 at 5:00 AM, Itamar O <itamarost_at_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.
>
Received on 2010-02-11 00:48:44 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.