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

Re: Subversion and Apache with multiple domains

From: Chris Beck <cbeck_at_gene.concordia.ca>
Date: 2004-09-13 23:40:40 CEST

Heyo,

Perhaps you could put the Location declaration within the svn virtual host
declaration? If you changed it to <Location / > that might help too.

You might use mod_rewrite to automatically translate www.domain.tld/svn to
svn.domain.tld

It is whispered that Bart Peiren was heard, on or about 09/13/04 17:25 to say:
> Hi list
>
> 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.

--
Chris Beck / Y.A.B.A. / Fungal Genomics / Concordia University / tel. ext. 5791
"You see, wire telegraph is a kind of a very, very long cat. You pull
his tail in New York and his head is meowing in Los Angeles. Do you
understand this? And radio operates exactly the same way: you send
signals here, they receive them there. The only difference is that there
is no cat." -- Albert Einstein
---------------------------------------------------------------------
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:41:03 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.