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

cvs2svn failure

From: Stefan Haller <haller_at_ableton.com>
Date: 2004-02-23 14:06:36 CET

I'm trying to convert our cvs repository to svn. The cvs reporitory is
about 780K.

I'm using the current cvs2svn from the dev trunk (revision 8811). The
svn version is the dev trunk version from a couple of days ago. I'm
running on Mac OS X 10.3.2, with BerkleyDB version 4.2.52.

Conversion fails in pass 4 while trying to load revision 1053:

Traceback (most recent call last):
  File "./cvs2svn.py", line 2739, in ?
    main()
  File "./cvs2svn.py", line 2735, in main
    convert(ctx, start_pass=start_pass)
  File "./cvs2svn.py", line 2572, in convert
    _passes[i](ctx)
  File "./cvs2svn.py", line 2495, in pass4
    c.commit(dumper, ctx, sym_tracker)
  File "./cvs2svn.py", line 2227, in commit
    sym_tracker.close_branches(svn_path, svn_rev, closed_branches)
  File "./cvs2svn.py", line 1682, in close_branches
    self.close_names(svn_path, svn_rev, branches,
self.br_closing_revs_key)
  File "./cvs2svn.py", line 1656, in close_names
    self.bump_rev_count(parent_key, svn_rev, closing_key)
  File "./cvs2svn.py", line 1593, in bump_rev_count
    self.db[item_key] = entry_val
  File "./cvs2svn.py", line 160, in __setitem__
    self.db[key] = marshal.dumps(value)
bsddb.error: (0, 'Error')

What can I do to narrow down the problem?

-- 
Stefan Haller
Ableton
http://www.ableton.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 23 14:06:52 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.