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

Re: Upgrading from 1.4 to 1.6.3

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 10 Jul 2009 18:49:16 +0100

On Fri, Jul 10, 2009 at 01:31:09PM -0400, Vitaliy Sholokhov wrote:
> Attached is an strace command, if it helps any.

I might be totally wrong, but this looks to me like mod_dav_svn was
trying to open a Subversion working copy rather than a Subversion
repository. E.g. why is a .svn directory in the list of direntries
that mod_dav_svn is reading? That is somewhat strange...

> getdirentries(25, {{d_fileno=4900111, d_reclen=12, d_type=DT_DIR,
> d_namlen=1, d_name="."} {d_fileno=4899577, d_reclen=12, d_type=DT_DIR,
> d_namlen=2, d_name=".."} {d_fileno=4900112, d_reclen=16,
> d_type=DT_DIR, d_namlen=4, d_name=".svn"} {d_fileno=4900127,
                             ^^^^^^^^^^^^

You have an SVNParentPath directive in the mod_dav_svn config.
Any subdirectories of the directory specified there should be
repositories.

Stefan
Received on 2009-07-10 19:51:12 CEST

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.