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

Re: text-base penalty: A proposed solution

From: Bob Gustafson <bobgus_at_rcnChicago.com>
Date: 2002-12-18 18:48:57 CET

[root@hoho0 user1]# which db_archive
/usr/bin/db_archive

Does indeed look like the RH original binary here..

[root@hoho0 user1]# find /usr -name db_archive -print
/usr/bin/db_archive
/usr/local/src/db-4.1.24.NC/build_unix/.libs/db_archive
/usr/local/src/db-4.1.24.NC/build_unix/db_archive
/usr/local/src/db-4.1.24.NC/build_vxworks/db_archive
/usr/local/src/db-4.1.24.NC/build_vxworks/db_archive/db_archive
/usr/local/src/db-4.1.24.NC/db_archive
/usr/local/BerkeleyDB.4.1/bin/db_archive
[root@hoho0 user1]#

[root@hoho0 user1]# cd /usr/local/src/repo

[root@hoho0 repo]# /usr/local/BerkeleyDB.4.1/bin/db_archive -h svn/db
[root@hoho0 repo]#

Hmm, zit output. Does that mean there are no redundant logs?

[root@hoho0 repo]# ls svn/db
changes __db.002 __db.005 nodes strings
copies __db.003 DB_CONFIG representations transactions
__db.001 __db.004 log.0000000001 revisions
[root@hoho0 repo]#

I think I am getting closer, but..

maybe RTFM ? (Oh no, not that..)

BobG

Garrett Rooney wrote:
>Bob Gustafson wrote:
>
>>OK, will do
>>
>>
>>[root@hoho0 repo]# db_archive -h svn/db
>>db_archive: region error detected; run recovery.
>>db_archive: Ignoring log file: svn/db/log.0000000001: unsupported log
>>version 7
>>db_archive: PANIC: Invalid argument
>>db_archive: open: DB_RUNRECOVERY: Fatal error, run database recovery
>>[root@hoho0 repo]#
>>
>>
>>Oh well..
>>
>>(I am running BDB4.1.24 - if that makes a difference..)
>>
>>
>
>you most likely ran the wrong version of db_archive. there are
>different versions for different versions of berkeley db, so you need to
>ensure that you run the one that goes with the version of bdb you are using.
>
>-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 18 18:49:39 2002

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.