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

Re: relocating an SVN repository

From: Scott Gifford <sgifford_at_suspectclass.com>
Date: Thu, 17 Jan 2008 21:26:17 -0500

Zack Galbreath <zack.galbreath_at_kitware.com> writes:

[...]

> I tried to accomplish this by using apache2's RedirectMatch directive.
> Here's what I put into the config file on the old server:
>
> RedirectMatch permanent ^/svn/reposName/(.*)$
> http://www.new-domain.com/svn/reposName/$1

You could try using mod_rewrite's proxy feature to transparently proxy
the requests to the new URL. See the [P] option to a rewrite rule in
the Apache docs for details.

Good luck!

---Scott.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-18 03:26:41 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.