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

cvs2svn

From: Alexey Kharchenko <akharchenko_at_artezio.ru>
Date: 2003-11-06 14:46:46 CET

Hi!

I'm having a problem as I'm trying to convert cvs repository to svn with
the cvs2svn.py script:

cvs2svn -s /path/to/svnRepository /path/to/cvsRepository/

... takes a while, produses lots of output.

and:

committing: Thu Dec 5 11:50:03 2002, over 0 seconds
    deleting 1.1 : trunk/.......
    new revision: 1865
committing: Thu Dec 5 11:50:04 2002, over 0 seconds
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 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'

Could someone tell me what is wrong here?

Thanks!
Alexey.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 6 14:45:14 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.