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

cvs2svn change_path crash

From: Faller, Gyula <GFaller_at_Graphisoft.hu>
Date: 2003-09-10 16:03:47 CEST

 
Hi,
 
 I've watched subversion development a while, and now I installed the svn-0.29.0-setup.exe package and got the 0.29 source.
I tried out the cvs2svn as a start for a large test repository. I runs a while and then crashes with this traceback:
What could be the problem? I have searched the archives, but couldn't found any problem description or solution.
 
 Thanks forward for your help:
 
        Gyula
 
 
Traceback (most recent call last):
  File "C:\PROGRA~1\SUBVER~1\cvs2svn\cvs2svn.py", line 2244, in ?
    main()
  File "C:\PROGRA~1\SUBVER~1\cvs2svn\cvs2svn.py", line 2240, in main
    convert(ctx, start_pass=start_pass)
  File "C:\PROGRA~1\SUBVER~1\cvs2svn\cvs2svn.py", line 2119, in convert
    _passes[i](ctx)
  File "C:\PROGRA~1\SUBVER~1\cvs2svn\cvs2svn.py", line 2054, in pass4
    c.commit(dumper, ctx, sym_tracker)
  File "C:\PROGRA~1\SUBVER~1\cvs2svn\cvs2svn.py", line 1826, in commit
    branches)
  File "C:\PROGRA~1\SUBVER~1\cvs2svn\cvs2svn.py", line 1025, in add_or_change_pa
th
    self.add_dir)
  File "C:\PROGRA~1\SUBVER~1\cvs2svn\cvs2svn.py", line 677, in change_path
    self.nodes_db[parent_key] = marshal.dumps(parent)
bsddb.error: (0, 'Error')
 
Received on Wed Sep 10 16:04:09 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.