[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 14:20:18 -0400

[root_at_crossbow /usr/local/subversion]# find / -type f -name "libsvn_*"
-print
/usr/local/lib/libsvn_subr-1.la
/usr/local/lib/libsvn_subr-1.a
/usr/local/lib/libsvn_delta-1.so.0
/usr/local/lib/libsvn_delta-1.la
/usr/local/lib/libsvn_repos-1.la
/usr/local/lib/libsvn_repos-1.a
/usr/local/lib/libsvn_ra_local-1.so.0
/usr/local/lib/libsvn_ra_local-1.la
....
-----

Here's what I did:
I symlinked "/usr/local/lib/libsvn_*" to "/usr/local/apache2/lib/" and
re-run the strace. Output is attached. Repositories are still not
avaliable via http.

-----Original Message-----
From: Stefan Sperling [mailto:stsp_at_elego.de]
Sent: Friday, July 10, 2009 2:06 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:53:37PM -0400, Vitaliy Sholokhov wrote:
> 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

Hmm... well OK let's not get distracted by this, maybe there's a reason
for the .svn directory which is unrelated to the problem.

One other thing I can see from the strace output is that you have the
directory /path/to/svn/bin in your path. I would assume that you
installed 1.6.3 into /path/to/svn ? If so, apache is most likely loading
a wrong set of Subversion libraries, since all the libsvn_* files it is
loading come from /usr/local/lib.

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=2369937

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].

Received on 2009-07-10 20:21:16 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.