Re: svnserve, virtual hosts, and an open ticket from 2008

2012-10-23 Thread Stefan Fuhrmann
On Wed, Oct 10, 2012 at 6:30 PM, C. Michael Pilato wrote: > On 10/10/2012 11:44 AM, Stefan Fuhrmann wrote: > > 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 i

Re: svnserve, virtual hosts, and an open ticket from 2008

2012-10-10 Thread C. Michael Pilato
On 10/10/2012 11:44 AM, Stefan Fuhrmann wrote: > 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-

Re: svnserve, virtual hosts, and an open ticket from 2008

2012-10-10 Thread Stefan Fuhrmann
On Wed, Oct 10, 2012 at 1:39 AM, Kate F wrote: > 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/a

svnserve, virtual hosts, and an open ticket from 2008

2012-10-09 Thread Kate F
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