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