You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lenny Tropiano <le...@rocksteady.com> on 2003/10/30 05:25:00 UTC

cvs2svn script crashing, no clue... (Running SVN 0.32.1)

I know nothing about python, converting a CVS tree to SVN it always stops in pass 4 at this particular file...
 
Any ideas?
 
[...]
committing: Tue Sep 16 13:30:31 2003, over 0 seconds
    deleting 1.1 : trunk/root/etc/xxxx/bin/block-ports.pl
    new revision: 847
committing: Tue Sep 16 13:30:32 2003, over 1 seconds
    adding or changing 1.10.2.1 : branches/rnsa-2-3-1/root/etc/xxxx/bin/rsn_heartbeat.pl
    adding or changing 1.121.2.1 : branches/rnsa-2-3-1/build/package.spec
Traceback (most recent call last):
  File "/usr/bin/cvs2svn", line 2266, in ?
    main()
  File "/usr/bin/cvs2svn", line 2262, in main
    convert(ctx, start_pass=start_pass)
  File "/usr/bin/cvs2svn", line 2134, in convert
    _passes[i](ctx)
  File "/usr/bin/cvs2svn", line 2069, in pass4
    c.commit(dumper, ctx, sym_tracker)
  File "/usr/bin/cvs2svn", line 1833, in commit
    sym_tracker.fill_branch(dumper, ctx, br)
  File "/usr/bin/cvs2svn", line 1676, in fill_branch
    self.fill_name(dumper, ctx, branch, None, jit_new_rev)
  File "/usr/bin/cvs2svn", line 1634, in fill_name
    is_tag, jit_new_rev)
  File "/usr/bin/cvs2svn", line 1554, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/usr/bin/cvs2svn", line 1554, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/usr/bin/cvs2svn", line 1554, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/usr/bin/cvs2svn", line 1554, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/usr/bin/cvs2svn", line 1554, in copy_descend
    next_src, next_dst, is_tag, jit_new_rev)
  File "/usr/bin/cvs2svn", line 1528, in copy_descend
    dumper.copy_path(src_path, parent_rev, copy_dst, val)
  File "/usr/bin/cvs2svn", line 976, in copy_path
    entries)
  File "/usr/bin/cvs2svn", line 682, in change_path
    approved_entries = new_val.get(self.approved_entries) or { }
AttributeError: 'NoneType' object has no attribute 'get'
 

Re: cvs2svn script crashing, no clue... (Running SVN 0.32.1)

Posted by Max Bowsher <ma...@ukf.net>.
Lenny Tropiano wrote:
> I know nothing about python, converting a CVS tree to SVN it always
> stops in pass 4 at this particular file... 
> 
> Any ideas?
> 
> [...]
>     approved_entries = new_val.get(self.approved_entries) or { }
> AttributeError: 'NoneType' object has no attribute 'get'

Issue 1440.

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org