[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: 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:
>
> Marcus Comstedt <marcus@mc.pp.se> writes:
>
> > So I guess I'll make an issue and attach the minimal repository then.
>
> Well, naturally I wasn't allowed to add an attachment to my own bug
> report... *grumble*
>
> Here is the repository anyway, so that someone with sufficient
> privileges may attach it to the issue (which is #1488).

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.

This is what anydbm.py says:

        The returned object is a dbhash, gdbm, dbm or dumbdbm object,
        dependent on the type of database being opened (determined by
        whichdb module) in the case of an existing dbm. If the dbm does
        not exist and the create or new flag ('c' or 'n') was specified,
        the dbm type will be determined by the availability of the
        modules (tested in the above order).

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"
$

-- 
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.org
Received 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.