super-lightweight virtual host support for svnserve
From: David Glasser <glasser_at_davidglasser.net>
Date: Thu, 24 Jul 2008 15:32:05 -0700
Quick idea: super-lightweight virtual host support for svnserve.
Currently, subversion/svnserve/serve.c(find_repos) just skips over the
Proposal: if you run
$ svnserve -r /svn-servers --virtual-host
then svn://my.server.org/some/repo looks for a repo at
The hostname would not contain slashes by definition and would be
I suspect the patch comes in at under 30 lines, mostly command-line processing.
Seem worthwhile?
--dave
-- David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-07-25 00:32:28 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.