[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 16:47:16 CET

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..)

Here are all the files in the svn/db directory

[root@hoho0 repo]# ls -l svn/db/*
-rw-r--r-- 1 root root 28672 Dec 16 15:24 svn/db/changes
-rw-r--r-- 1 root root 8192 Dec 16 15:24 svn/db/copies
-rw-r--r-- 1 root root 8192 Dec 16 13:35 svn/db/__db.001
-rw-r--r-- 1 root root 270336 Dec 16 13:35 svn/db/__db.002
-rw-r--r-- 1 root root 327680 Dec 16 13:35 svn/db/__db.003
-rw-r--r-- 1 root root 737280 Dec 16 13:35 svn/db/__db.004
-rw-r--r-- 1 root root 16384 Dec 16 13:35 svn/db/__db.005
-rw-r--r-- 1 root root 1282 Dec 16 13:35 svn/db/DB_CONFIG
-rw-r--r-- 1 root root 636875 Dec 16 15:24 svn/db/log.0000000001
-rw-r--r-- 1 root root 16384 Dec 16 15:24 svn/db/nodes
-rw-r--r-- 1 root root 8192 Dec 16 15:24 svn/db/representations
-rw-r--r-- 1 root root 8192 Dec 16 15:24 svn/db/revisions
-rw-r--r-- 1 root root 405504 Dec 16 15:24 svn/db/strings
-rw-r--r-- 1 root root 8192 Dec 16 15:24 svn/db/transactions
[root@hoho0 repo]#

On Wed, 18 Dec 2002 08:58:53 +0200, Michael Wood wrote:
>On Tue, Dec 17, 2002 at 01:39:29PM -0600, Bob Gustafson wrote:
>[snip]
>> I just created a repo for an old project of mine, and then did a
>> checkout into a clean directory. Doing a 'du' on the client-side
>> directory gives 871 blocks,
>>
>[snip]
>> Doing the 'du' on my repo directory gives 2024 blocks (!!)
>[snip]
>
>I suspect you did not remove the unnecessary Berkeley DB log files. Try
>running "db_archive -h /path/to/repos/db" for a list of the ones you can
>safely delete.
>
>--
>Michael Wood <mwood@its.uct.ac.za>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 18 16:48:00 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.