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

Subversion and Apache with multiple domains

From: Bart Peiren <nephilim_at_vinean.be>
Date: 2004-09-13 23:25:33 CEST

Hi list

I am currently trying to set up a Subversion server using Apache. I've
read the Red Bean book, but I think my problem is related to Apache
instead of Subversion. I'm using Apache 2.0.50 and Subversion 1.0.6 on
FreeBSD 5.2.1.

We currently have used 'NameVirtualHost *' and <VirtualHost> to set up
2 virtual hosts: (www.)domain.tld and subdomain.domain.tld. I now
would like to have a third svn.domain.tld which would contain a bunch
of repositories so I can use them with
http://svn.domain.tld/Project1/trunk. Right now, I have just added
this:

<Location /svn>
         DAV svn
         SVNParentPath /home/svn/repos/
         SVNIndexXSLT "/svnindex.xsl"
</Location>

With this added, I can use the url
http://svn.domain.tld/svn/Project1/trunk, but also
http://www.domain.tld/svn/Project1/trunk, which isn't exactly what I'm
looking for. For starters, it should be accessible though
svn.domain.tld and, second, I don't want the /svn/ part.

Any help would be appreciated. I'm sure it's something fairly simple,
but I can't seem to find it.

Thanks,
Bart Peiren

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 13 23:26:00 2004

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.