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

cvs2svn.py backtrace (6491)

From: Timothee Besset <ttimo_at_idsoftware.com>
Date: 2003-07-18 10:03:22 CEST

Now that vcp successfully converts the GtkRadiant cvs
(:pserver:anonymous@zerowing.idsoftware.com:/cvs), I started feeding it to
cvs2svn.py and see what happens. So I guess I'll start reporting
backtraces here:

    new revision: 1115
committing: Thu Sep 13 08:00:27 2001, over 0 seconds
Traceback (most recent call last):
  File "./cvs2svn.py", line 2229, in ?
    main()
  File "./cvs2svn.py", line 2225, in main
    convert(ctx, start_pass=start_pass)
  File "./cvs2svn.py", line 2104, in convert
    _passes[i](ctx)
  File "./cvs2svn.py", line 2047, in pass4
    c.commit(dumper, ctx, sym_tracker)
  File "./cvs2svn.py", line 1806, in commit
    sym_tracker.fill_branch(dumper, ctx, br)
  File "./cvs2svn.py", line 1650, in fill_branch
    self.fill_name(dumper, ctx, branch, None, jit_new_rev)
  File "./cvs2svn.py", line 1624, in fill_name
    is_tag, jit_new_rev)
  File "./cvs2svn.py", line 1535, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "./cvs2svn.py", line 1535, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "./cvs2svn.py", line 1535, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "./cvs2svn.py", line 1510, in copy_descend
    dumper.copy_path(src_path, parent_rev, copy_dst, val)
  File "./cvs2svn.py", line 960, in copy_path
    entries)
  File "./cvs2svn.py", line 661, in change_path
    for ent in new_val.keys():
AttributeError: 'None' object has no attribute 'keys'

TTimo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 10:04:19 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.