[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs2svn crash

From: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2003-08-22 16:22:57 CEST

Michael Wood <mwood@its.uct.ac.za> writes:

> Works for me. I suspect whatever dbm your installation of Python is
> using is causing the problem. I seem to remember something similar to
> this mentioned on the mailing list a while ago.

I expect it's using whatever is default. I get a lot of "*.db.pag"
and "*.db.dir" files when I run cvs2svn.

> So maybe you just need to get Python to use Berkeley DB, which is what
> mine appears to be using.
>
> Does this work for you?
>
> $ python -c "import dbhash"
> $

Nope:

pelix:~% python -c "import dbhash"
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/pike/sw/pkg/python-2.2/lib/python2.2/dbhash.py", line 5, in ?
    import bsddb
ImportError: No module named bsddb
pelix:~%

How do I install the bsddb module? If it is required by cvs2svn, it
should probably import it explicitly rather than using anydbm, with a
note about it in the README.

  // Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 22 16:30:17 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.