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

svnserve, virtual hosts, and an open ticket from 2008

From: Kate F <kate_at_elide.org>
Date: Wed, 10 Oct 2012 00:39:08 +0100

Hi,

I have several repositories which I'm currently serving over http.
Some have their own domain name (http://svn.project.org/), some are
multiple projects belonging to one company (http://svn.company.com/xyz
and http://svn.company.com/abc), and others are shared under the same
domain.

I'd like to stop using Apache, and serve these over svn:// instead,
using svnserve. But I don't want to lump them all together in the same
URL space. And I don't want to run svnserve lots of times on different
IPs or ports.

There's an open ticket with a patch which implements exactly what I'd like:
http://subversion.tigris.org/issues/show_bug.cgi?id=3283

That ticket provides "virtual hosts" for svnserve (in the spirit of
HTTP's Host: header). The patch looks pretty straightforward; it seems
that all the information is conveniently present:

http://svn.haxx.se/dev/archive-2008-07/0705.shtml

Would somebody be so kind as to commit this, please?

Thank you,

-- 
Kate
Received on 2012-10-10 07:17:05 CEST

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.