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

Re: svn log fails on repository root

From: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2003-10-28 23:59:32 CET

Vlad Skvortsov wrote:
> Unfortunately that doesn't work in my case. I've tried all 4
> combinations.

I bet you have a directory under your ServerRoot with the same name as
the direcory in your Location. Hmmm... I'm not sure that I
understand that sentence myself, so here's an example.

Let's say that your ServerRoot is /var/www, and you have the following
Location in the httpd.conf:

        <Location /repos>
        DAV svn
        ...
        </Location>

For some reason you may not have an on disk directory /var/www/repos.
  If you do that, you get the error you got. There is not reason to
have the svn repos under the ServerRoot. Put it under /var/svn or
something instead.

Please let us know if this was the problem!

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 29 00:01:22 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.