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

cvs2svn backtrace

From: Peter S. Housel <housel_at_acm.org>
Date: 2003-10-29 07:19:53 CET

I received the following backtrace from HEAD cvs2svn.py while converting
my CVS repository, a failing subset of which is available at
http://www.gwydiondylan.org/~housel/runtime-repo.tgz.

...
committing: Tue Sep 1 10:04:24 1998, over 0 seconds
    adding or changing 1.3.2.1 :
branches/GD-2-1-callbacks/src/d2c/runtime/runtime.h
    new revision: 96
committing: Tue Sep 1 10:05:53 1998, over 0 seconds
Traceback (most recent call last):
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 2266, in ?
    main()
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 2262, in
main
    convert(ctx, start_pass=start_pass)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 2134, in
convert
    _passes[i](ctx)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 2069, in
pass4
    c.commit(dumper, ctx, sym_tracker)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 1833, in
commit
    sym_tracker.fill_branch(dumper, ctx, br)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 1676, in
fill_branch
    self.fill_name(dumper, ctx, branch, None, jit_new_rev)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 1634, in
fill_name
    is_tag, jit_new_rev)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 1554, in
copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 1554, in
copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 1554, in
copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 1554, in
copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 1554, in
copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 1528, in
copy_descend
    dumper.copy_path(src_path, parent_rev, copy_dst, val)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 976, in
copy_path
    entries)
  File "/home/housel/src/svn/tools/cvs2svn/cvs2svn.py", line 682, in
change_path approved_entries = new_val.get(self.approved_entries) or
{ }
AttributeError: 'NoneType' object has no attribute 'get'

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 29 07:20:33 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.