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

Re: cvs2svn.py

From: Martin Fuchs <martin-fuchs_at_gmx.net>
Date: 2003-09-03 00:13:51 CEST

I could not delete the branch tags by using the cvs client, it complains not to be able to do this.

After deleting the double tags with a text editor from the cvs repository the script runs further until pass 4.
However it seems not to finish the conversion, it prints this out at the end:

Traceback (most recent call last):
  File "D:\xsrc\subversion\tools\cvs2svn\cvs2svn.py", line 2244, in ?
    main()
  File "D:\xsrc\subversion\tools\cvs2svn\cvs2svn.py", line 2240, in main
    convert(ctx, start_pass=start_pass)
  File "D:\xsrc\subversion\tools\cvs2svn\cvs2svn.py", line 2119, in convert
    _passes[i](ctx)
  File "D:\xsrc\subversion\tools\cvs2svn\cvs2svn.py", line 2054, in pass4
    c.commit(dumper, ctx, sym_tracker)
  File "D:\xsrc\subversion\tools\cvs2svn\cvs2svn.py", line 1826, in commit
    branches)
  File "D:\xsrc\subversion\tools\cvs2svn\cvs2svn.py", line 1025, in add_or_change_path
    self.add_dir)
  File "D:\xsrc\subversion\tools\cvs2svn\cvs2svn.py", line 677, in change_path
    self.nodes_db[parent_key] = marshal.dumps(parent)
bsddb.error: (0, 'Error')

What does this "Error 0" mean?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 3 00:18:32 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.