On Fri, 2004-11-26 at 06:09, JM Ibanez wrote:
> On Fri, 26 Nov 2004 05:34:16 -0700, Gary Thomas <gary@mlbassoc.com> wrote:
> > On Fri, 2004-11-26 at 05:21, Guido Anzuoni wrote:
> > Errors all look like this:
> > [root@hermes mlbassoc]# svnadmin dump /SVN.OLD/mlb
> > svn: Berkeley DB error while opening environment for filesystem /SVN.OLD/mlb/db:
> > Invalid argument
> > svn: bdb: incorrect arguments for name-value pair: set_flags
>
> Something of this sort cropped up recently. IIRC, it had something to
> do with mismatched BDB library versions. Check that the statically
> linked version uses a BDB version that matches or is higher than the
> old one.
>
> Others on the list might want to add to that. (IIRC, you had to make a
> tarball of the repos, remove the log files, then do a db_recover)
As I noted, I did not change BDB at all. Also, even if I try and use
the static version of svnadmin, I get very different results:
[root@hermes mlbassoc]# svnadmin-1.0.6-1 dump ~gthomas/SVN_BACKUPS/repo-638/
svn: Berkeley DB error while opening environment for filesystem /home/gthomas/SVN_BACKUPS/repo-638/db:
Invalid argument
[root@hermes mlbassoc]# svnadmin-1.0.9-1 dump ~gthomas/SVN_BACKUPS/repo-638/
svn: Berkeley DB error while opening environment for filesystem /home/gthomas/SVN_BACKUPS/repo-638/db:
Function not implemented
[root@hermes mlbassoc]# svnadmin-1.1.1-1.static dump ~gthomas/SVN_BACKUPS/repo-638/
Segmentation fault
These are all against an untouched repository I made using 'hotcopy'
yesterday, *before* I touched anything.
--
Gary Thomas <gary@mlbassoc.com>
MLB Associates
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 26 14:32:18 2004