You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lisa Ryrholm <li...@netlight.se> on 2010/07/12 10:17:32 UTC

svn: Berkeley DB error while opening 'changes' table for filesystem

Hi I am getting this error trying to do a repository dump of MyRepository:
svn: Berkeley DB error while opening 'changes' table for filesystem MyRepository/db:
Invalid argument
svn: bdb: call implies an access method which is inconsistent with previous calls

I also try to do a recover of the repository and then I get:
svnadmin recover MyRepository
Repository lock acquired.
Please wait; recovering the repository may take some time...

Recovery completed.
svn: Berkeley DB error while opening 'changes' table for filesystem MyRepository /db:
Invalid argument
svn: bdb: call implies an access method which is inconsistent with previous calls


My version of the Berkeley DB is 4.1 so I tried this guide:
http://svn.apache.org/repos/asf/subversion/branches/server-l10n/www/faq.html#bdb41-tabletype-bug

but my copies.dump file does have "type=btree" from the beginning and  do not have a line beginning "re_len="

So please help me how should I do to fix access to the repository again.

Thanks for all help you can give me.

Lisa