It is very possible that the BDB libraries aren't on your machine. At one time, the Berkeley Database Libraries were standard issue on Unix style systems, but like much of the Unix world, it was never implemented in the base Windows OS. (This isn't a rag against Windows. It's that many Unix style standard libraries and protocols aren't Windows standard issue such as SSH, FTP, NFS, etc.).
You can try downloading them from Freshmeat: http://freshmeat.net/projects/berkeleydb/ and see if you can get them working. Then again, it is very possible that your Windows version of Subversion doesn't link against them anyway. Do you have to use the BDB libraries? Most people now use FSFS which is the default. On Thu, Apr 8, 2010 at 8:50 PM, Kim Namho <nhkimn...@gmail.com> wrote: > I'm using Subersion 1.6.9 in Windows XP. > I installed by Subversion Binary Packages of CollabNet. > > D:\svnrepos>ver > Microsoft Windows XP [Version 5.1.2600] > > D:\svnrepos>svnadmin --version > svnadmin, version 1.6.9 (r901367) > compiled Jan 21 2010, 22:00:47 > > I tried below command, but I can't make test repository. > > D:\svnrepos>svnadmin create --fs-type bdb test > svnadmin: Failed to load module for FS type 'bdb' > > What's the problem with this? > -- David Weintraub qazw...@gmail.com