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

Re: Multiple Repositiories, SVNParentPath, and Apache AutoIndex

From: Juanma Barranquero <jmbarranquero_at_wke.es>
Date: 2004-04-02 11:33:08 CEST

On Fri, 02 Apr 2004 11:11:47 +0200
Juanma Barranquero <jmbarranquero@wke.es> wrote:

> Suppose you access your p, q and r repositories through /repo:
>
> <Location /repo>
> DAV svn
> SVNParentPath "/my/repos" # Or whatever
> ...
> </Location>

Well, obviously in this case you'll need to have:

  <Location /repo1>
     DAV svn
     SVNParentPath "/svn/webapps"
     ...
  </Location>

and you would need also a /repo2:

  <Location /repo2>
     DAV svn
     SVNParentPath "/svn/administrative"
     ...
  </Location>

And the Redirects would be
 
  RedirectPermanent /svn/webapps/p http://my-server/repo1/p
  RedirectPermanent /svn/webapps/q http://my-server/repo1/q
  RedirectPermanent /svn/administrative/r http://my-server/repo2/r

Other than that, what I wrote works. And, in any case, with the
setup you posted you cannot have a single SVNParentPath either...

                                                                Juanma

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 2 11:33:53 2004

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.