This documentation was written to describe the 1.6.x series of Subversion. If you are running a different version of Subversion, you are strongly encouraged to visit http://www.svnbook.com/ and instead consult the version of this documentation appropriate for your version of Subversion.
svnadmin list-dblogs — Ask Berkeley DB which logfiles exist for a
given Subversion repository (applies only to repositories
using the bdb
backend).
Berkeley DB creates logs of all changes to the
repository, which allow it to recover in the face of
catastrophe. Unless you enable
DB_LOG_AUTOREMOVE
, the logfiles
accumulate, although most are no longer used and can be
deleted to reclaim disk space. See the section called “Managing Disk Space” for more
information.