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

Re: Mapping repositories to ports

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Wed, 29 Oct 2008 19:47:37 -0500

On Oct 29, 2008, at 17:27, Blakley, Nathan LCS:EX wrote:

> Hi, Is it possible, within SVN, to map each repository to its own
> port? I'm dealing with some unique requirements.
>

Are you serving with svnserve or apache?

If svnserve, you could start multiple svnserve instances, each
pointing to a different repository with its -r option.

If apache, you can have apache listen on multiple ports, then
configure multiple virtual hosts, one for each port / repository
combination.

You haven't mentioned what your unique requirements are, but usually
there's no need for this; apache and svnserve can both happily serve
multiple repositories via a single port and IP address.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-30 01:48:05 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.