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

RE: subversion with virtual hosts

From: RaveRod <raverod_at_mantrasoftware.net>
Date: 2005-02-02 04:20:52 CET

In your virtual host section, add this:

<Location />
    DAV svn
    SVNPath /var/www/svn.phaosleaue.com/svn/phaosLeague
</Location>

That should do what your trying to do.

-----Original Message-----
From: Tom Hosiawa [mailto:tomek32@gmail.com]
Sent: Wednesday, 2 February 2005 12:32 PM
To: users@subversion.tigris.org
Subject: subversion with virtual hosts

I'm trying to setup a virtual host to access my subversion repository
through webdav.

Currently, the only way I can access the repository is
http://svn.phaosleague.com/svn/phaosLeague/trunk
(phaosLeague is the repository, trunk is a directory inside it)

Now I would like to access it through http://svn.phaosleague.com/trunk
since the other parts are redundant. I've already tried using an alias
like this "Alias / /var/www/svn.phaosleague.com/svn/phaosLeague" but
I'm getting a 405 error. Anybody have any ideas on how to do this?

-- 
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 2 04:23:00 2005

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.