[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: Martin Probst <mail_at_martin-probst.com>
Date: 2004-09-13 23:37:59 CEST

Hi,

> 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.

That's rather easy. You can just write the "Location" part into the
<VirtualHost> section itself. You could for example do something like
this:
<VirtualHost svn.domain.tld>
        SVNParentPath ...
        ( more svn config )
</VirtualHost>

That way you can only access your repositories via svn.domain.tld
directly. If you've done otherwise until now you should also make sure
that your host-specific config is within the VirtualHost sections for
that specific host - otherwise the config instructions might lead to
unwanted behaviour on the other hosts.

mfg
Martin

---------------------------------------------------------------------
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:38:28 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.