[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: <kfogel_at_collab.net>
Date: 2003-08-21 23:14:14 CEST

Marcus Comstedt <marcus@mc.pp.se> writes:
> This time I tried convering a CVS repository with cvs2svn.py (which
> seems much more competent than the README would let you believe), but
> it crashes during pass 4. The end of the output looks like this:
>
> self.enroot_names(svn_path, svn_rev, branches, self.br_opening_revs_key)
> File "./cvs2svn.py", line 1354, in enroot_names
> self.db[parent_key] = marshal.dumps(parent)
> dbm.error: cannot add item to database
>
> ---8<---
>
> I tried looking at the code, but I couldn't understand any of it as I
> don't speak Python. :-/ From the output it looks like it ran into a
> problem the first time it had to go up more than one directory level,
> but that might be just coincidence.
>
> I couldn't find an issue for this in the 'zilla, but I thought I'd ask
> before filing one.

That's a new one, I think. Do you have a smallish reproduction
recipe, or did it have to wade through gigabytes of data before you
got to this error? :-)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 21 23:56:45 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.