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

RE: Repository version on Redhat ?

From: Tim Alsop <Tim.Alsop_at_CyberSafe.Ltd.UK>
Date: 2004-05-10 09:51:48 CEST

John,

I tried this - it doesn't work :

# ./svnadmin dump /usr/local/svn/old-repo1 > /usr/local/svn/old-repo1-dump
svn: Berkeley DB error
svn: Berkeley DB error while opening environment for filesystem /usr/local/svn/old-csf1/db:
Resource temporarily unavailable
#

The procedure I used was :

1. Loaded the 0.27.0 source tarball onto my system and untar'd.
2. Run autogen.sh

3. Run configure and make as below :
# ./configure --disable-shared
# make

4. Then I used the compiled svnadmin binary located in subversion/svnadmin directory

What did I do wrong ?

Is it possible that the db version used in my repository is older than the db version in the 0.27.0 tarball ?

Cheers, Tim.

-----Original Message-----
From: John Peacock [mailto:jpeacock@rowman.com]
Sent: 10 May 2004 01:21
To: Tim Alsop
Cc: Ben Collins-Sussman; Max Bowsher; users@subversion.tigris.org
Subject: Re: Repository version on Redhat ?

Tim Alsop wrote:
> Thankyou for your help. I did as instructed by installing latest version
> of svn and then building 0.27.0 version of svnadmin from sources,
> however when I run svnadmin dump command I get an error - see below :

You need to build 0.27 as a static compilation, otherwise it will attempt to use
the installed (newer) libraries. Try doing

        ./configure --disable-shared [your other configure options]

and the resulting svnadmin can be used without any installed libraries...

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
Received on Mon May 10 10:06:26 2004

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.