Comment 45 for bug 153996

Revision history for this message
Martin Eisenhardt (martin-eisenhardt) wrote :

To clarify things a bit:

The problem with subversion and libdb4.4 still persists, as you can see from the following:

<cut>
$ svnadmin create --fs-type bdb /home/mneisen/tmp/test-repo
$ svn checkout file:///home/mneisen/tmp/test-repo/ working-copy
Segmentation fault (core dumped)

$ sudo dpkg -l | grep ^ii | grep libdb4.4
ii libdb4.4 4.4.20-8.1ubuntu3.1 Berkeley v4.4 Database Libraries [runtime]

$ sudo dpkg -l | grep ^ii | grep subversion
ii subversion 1.4.4dfsg1-1ubuntu3 Advanced version control system
ii subversion-helper-scripts 0.5-2 various tools to help with the use and maint
ii subversion-tools 1.4.4dfsg1-1ubuntu3 Assorted tools related to Subversion
</cut>

So, it would be nice if libdb4.4 would be fixed so that subversion can be used with BDB repositories. Thanks!