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

Re: cvs2svn error

From: Clark Rawlins <clark_at_bit63.org>
Date: 2003-09-02 22:18:38 CEST

I apologize I missed the last line.
It is:
AttributeError: 'None' object has no attribute 'get'

Clark

On Tue, Sep 02, 2003 at 01:43:42PM -0500, kfogel@collab.net wrote:
> Clark Rawlins <clark@bit63.org> writes:
> > The most recent problem I have is that cvs2svn failes with the following
> > traceback:
> >
> > committing: Tue Jan 22 09:45:34 2002, over 0 seconds
> > Traceback (most recent call last):
> > File "cvs2svn/cvs2svn.py", line 2263, in ?
> > main()
> > File "cvs2svn/cvs2svn.py", line 2259, in main
> > convert(ctx, start_pass=start_pass)
> > File "cvs2svn/cvs2svn.py", line 2138, in convert
> > _passes[i](ctx)
> > File "cvs2svn/cvs2svn.py", line 2073, in pass4
> > c.commit(dumper, ctx, sym_tracker)
> > File "cvs2svn/cvs2svn.py", line 1832, in commit
> > sym_tracker.fill_branch(dumper, ctx, br)
> > File "cvs2svn/cvs2svn.py", line 1676, in fill_branch
> > self.fill_name(dumper, ctx, branch, None, jit_new_rev)
> > File "cvs2svn/cvs2svn.py", line 1634, in fill_name
> > is_tag, jit_new_rev)
> > File "cvs2svn/cvs2svn.py", line 1554, in copy_descend
> > next_src, next_dst, is_tag, jit_new_rev)
> > File "cvs2svn/cvs2svn.py", line 1554, in copy_descend
> > next_src, next_dst, is_tag, jit_new_rev)
> > File "cvs2svn/cvs2svn.py", line 1554, in copy_descend
> > next_src, next_dst, is_tag, jit_new_rev)
> > File "cvs2svn/cvs2svn.py", line 1554, in copy_descend
> > next_src, next_dst, is_tag, jit_new_rev)
> > File "cvs2svn/cvs2svn.py", line 1529, in copy_descend
> > dumper.copy_path(src_path, parent_rev, copy_dst, val)
> > File "cvs2svn/cvs2svn.py", line 979, in copy_path
> > entries)
> > File "cvs2svn/cvs2svn.py", line 673, in change_path
> > approved_entries = new_val.get(self.approved_entries) or { }
> >
> > Does this look simular to a problem anyone else has seen?
>
> That's the entire traceback? Usually there's a clear error message at
> the end, telling what intolerable condition caused Python indigestion...
>
> -K
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

-- 
"It is error alone which needs the support of government. Truth can stand by
itself." --Thomas Jefferson

  • application/pgp-signature attachment: stored
Received on Tue Sep 2 22:20:05 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.