Need help in using svn on ubuntu 9.10
- by michael
Hi,
I have install svn on ubuntu 9.10. But when I try to use svn to checkout code for an open source project, i get this error:
$ svn co svn://svn.valgrind.org/valgrind/trunk valgrind
svn: Berkeley DB error for filesystem '/home/svn/repos/valgrind/db' while opening 'nodes' table:
Cannot allocate memory
svn: bdb: Lock table is out of available locker entries
Can you please tell me how to fix it?
Thank you.