-----Original Message-----
From: Dominic Anello [mailto:danello@danky.com]
Sent: Saturday, 13 January 2007 2:57 AM
To: Jon Dawes
Cc: users@subversion.tigris.org
Subject: Re: FW: Cannot commit using Apache Virtual Hosts
On 2007-01-12 11:15:33 +1100, Jon Dawes wrote:
----8<----
> Bizarrely, when I alter the config that does not work so that the
> <Location /> tag is <Location /research> all works fine. Similarly
> if I change the SVNPath to be an SVNParentPath pointing at
> /var/svn-repos, all works fine. However then I can't get a static
> page with some basic descriptions to be served as, say,
> http://svn/index.html. Is there any reason why SVN cannot be served
> as the root of a url?
You are probably running into a variation of this:
http://subversion.tigris.org/faq.html#http-301-error
Although it looks like you aren't getting a 301 error, you are placing
your repository <Location> under your physical DocumentRoot, which I
believe causes bad juju.
-Dominic
==
Removed document root statement completely (which is what I had when I
first hit the problem), checked for no overlap in this VH or any other,
disabled the default dav_svn.conf. Same prob.
While the hacker in me REALLY wants to fix this, it servers fine from
http://host/name and that really works OK for all involved so that will
have to be the solution for now.
Cheers.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 14 23:28:40 2007