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

unsupported log verion 8

From: Complife <cbruner_at_compulife.com>
Date: 2005-07-06 23:04:55 CEST

In dealing with other errors, I deleted log files from the database. (Not
realizing they had active data in them, (jeez they're called log files aren't
they?)

I've finally got subversion and bdb talking but the bdb seems to be having
problems. I do one commit and it seems happy. Then after that I get error
messages about unsupported log versions.

I tried running recover but got the following:

home/svn # db4_recover -h /home/svn/db
db_recover: unable to join the environment
db_recover: Ignoring log file: /home/svn/db/log.0000000001: unsupported log
version 8
db_recover: Invalid log file: log.0000000001: Invalid argument
db_recover: PANIC: Invalid argument

killing it was the only way out. Now it appears that things are working
again !?!

Trying to dump the repository gives
svnadmin dump /home/svn >dump.txt
svnadmin: Berkeley DB error for filesystem /home/svn/db while checkpointing
after Berkeley DB transaction:
Invalid argument
svnadmin: bdb: DB_ENV->log_flush: LSN of 3614/1047201 past current end-of-log
of 1/365735
svnadmin: bdb: Database environment corrupt; the wrong log files may have been
removed or incompatible database files imported from another environment
svnadmin: bdb: changes: unable to flush page: 0
svnadmin: bdb: txn_checkpoint: failed to flush the buffer cache Invalid
argument

I need this to be stable. How do I get there?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 6 23:11:09 2005

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.