[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: Vitaliy Sholokhov <vsholokhov_at_marvel.com>
Date: Fri, 10 Jul 2009 13:53:37 -0400

There aren't any ".svn" folders under there. Our working copies reside
in completely different directories. Not sure why would it try reading
the '.svn' at all

[root_at_crossbow ~]# ls -la /usr/local/subversion/marvel
total 18
drwxrwxrwx 7 www www 512 Jul 10 12:15 .
drwxrwxrwx 9 www www 512 Jul 10 13:21 ..
-rwxrwxrwx 1 www www 229 Mar 18 2008 README.txt
drwxrwxrwx 2 www www 512 Sep 29 2008 conf
drwxrwxrwx 3 www www 512 Jul 8 2008 dav
drwxrwxrwx 7 www www 512 Jul 10 13:51 db
-rwxrwxrwx 1 www www 2 Jul 10 12:15 format
drwxrwxrwx 2 www www 512 Jan 30 15:30 hooks
drwxrwxrwx 2 www www 512 Mar 18 2008 locks

[root_at_crossbow ~]# ls -la /usr/local/subversion/marvelkids/
total 18
drwxrwxrwx 7 www www 512 Jul 10 12:15 .
drwxrwxrwx 9 www www 512 Jul 10 13:21 ..
-rwxrwxrwx 1 www www 229 Mar 19 2008 README.txt
drwxrwxrwx 2 www www 512 Mar 19 2008 conf
drwxrwxrwx 3 www www 512 Jul 9 2008 dav
drwxrwxrwx 6 www www 512 Jul 10 12:15 db
-rwxrwxrwx 1 root www 2 Jul 10 12:15 format
drwxrwxrwx 2 www www 512 Oct 8 2008 hooks
drwxrwxrwx 2 www www 512 Mar 19 2008 locks

-----Original Message-----
From: Stefan Sperling [mailto:stsp_at_elego.de]
Sent: Friday, July 10, 2009 1:49 PM
To: Sholokhov, Vitaliy
Cc: users_at_subversion.tigris.org
Subject: Re: Upgrading from 1.4 to 1.6.3

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

******************************************************************************
Nothing contained in this e-mail shall (a) be considered a legally binding agreement, amendment or modification of any agreement with Marvel, each of which requires a fully executed agreement to be received by Marvel or (b) be deemed approval of any product, packaging, advertising or promotion material, which may only come from Marvel's Legal Department.
******************************************************************************
THINK GREEN - SAVE PAPER - THINK BEFORE YOU PRINT!

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2369888

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-10 19:55:41 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.