Blair Zajac wrote:
>
> Hi Karl,
>
> Try running this:
>
> % cd svn/tools/cvs2svn/test-data
> % ../cvs2svn.py -v --dump-only --trunk 1/2/3 main-cvsrepos
>
> If I remove the --trunk 1/2/3 or add --branches 1/2/3a then cvs2svn.py
> runs just fine.
Forgot the trace:
committing: Tue Jun 10 13:19:48 2003, over 0 seconds
new revision: 31
Traceback (most recent call last):
File "../cvs2svn.py", line 2154, in ?
main()
File "../cvs2svn.py", line 2150, in main
convert(ctx, start_pass=start_pass)
File "../cvs2svn.py", line 2039, in convert
_passes[i](ctx)
File "../cvs2svn.py", line 2003, in pass4
sym_tracker.finish(dumper, ctx)
File "../cvs2svn.py", line 1622, in finish
self.fill_branch(dumper, ctx, name, [1])
File "../cvs2svn.py", line 1593, in fill_branch
self.fill_name(dumper, ctx, branch, None, jit_new_rev)
File "../cvs2svn.py", line 1567, in fill_name
is_tag, jit_new_rev)
File "../cvs2svn.py", line 1453, in copy_descend
dumper.copy_path(src_path, parent_rev, copy_dst, val)
File "../cvs2svn.py", line 904, in copy_path
entries)
File "../cvs2svn.py", line 604, in change_path
for ent in new_val.keys():
AttributeError: 'NoneType' object has no attribute 'keys'
Best,
Blair
--
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 21:45:34 2003