Re: cvs2svn crash
From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-08-22 14:59:02 CEST
On Fri, Aug 22, 2003 at 12:21:52AM +0200, Marcus Comstedt wrote:
Works for me. I suspect whatever dbm your installation of Python is
This is what anydbm.py says:
The returned object is a dbhash, gdbm, dbm or dumbdbm object,
So maybe you just need to get Python to use Berkeley DB, which is what
Does this work for you?
$ python -c "import dbhash"
-- Michael Wood <mwood@its.uct.ac.za> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Aug 22 15:00:35 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.