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

cvs2svn breakage

From: Roland Schwingel <Roland.Schwingel_at_onevision.de>
Date: 2003-08-21 13:23:20 CEST

Hi....

Subversion appears to be a great product. I installed it 2 days ago and it
looks very nice. Now I tried to import my CVS repository which is for me
the key point to migrate from CVS to SVN when this succeeds I will shutdown
my CVS immediately....

But cvs2svn.py breaks after a considerable time and 7976 revisions with the
following python traceback...

===================================
new revision: 7976
committing: Mon Mar 11 16:28:24 2002, over 0 seconds
Traceback (most recent call last):
  File "./cvs2svn.py", line 2263, in ?
    main()
  File "./cvs2svn.py", line 2259, in main
    convert(ctx, start_pass=start_pass)
  File "./cvs2svn.py", line 2138, in convert
    _passes[i](ctx)
  File "./cvs2svn.py", line 2073, in pass4
    c.commit(dumper, ctx, sym_tracker)
  File "./cvs2svn.py", line 1832, in commit
    sym_tracker.fill_branch(dumper, ctx, br)
  File "./cvs2svn.py", line 1676, in fill_branch
    self.fill_name(dumper, ctx, branch, None, jit_new_rev)
  File "./cvs2svn.py", line 1634, in fill_name
    is_tag, jit_new_rev)
  File "./cvs2svn.py", line 1554, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "./cvs2svn.py", line 1554, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "./cvs2svn.py", line 1554, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "./cvs2svn.py", line 1554, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "./cvs2svn.py", line 1529, in copy_descend
    dumper.copy_path(src_path, parent_rev, copy_dst, val)
  File "./cvs2svn.py", line 979, in copy_path
    entries)
  File "./cvs2svn.py", line 673, in change_path
    approved_entries = new_val.get(self.approved_entries) or { }
AttributeError: 'NoneType' object has no attribute 'get'
===================================

Is something known about it? Is it a problem of cvs2svn or of my
repository? What can be done against it?
I use the source out of the 0.27 tarball and I run on suse linux 8.0

Thanks for your help,

Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 21 13:24:27 2003

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.