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

Re: svn commit: rev 5872 - branches/release-0.22.1

From: Robert Pluim <rpluim_at_bigfoot.com>
Date: 2003-05-10 23:05:21 CEST

> Please post if you encounter errors or misconversions, folks.

I just tried converting over a copy of the FreeBSD CVS repository, and
got the following in pass 4 :

    adding or changing 1.1 : trunk/src/lib/libc/locale/Makefile.inc
Traceback (most recent call last):
  File "./cvs2svn/cvs2svn.py", line 1161, in ?
    main()
  File "./cvs2svn/cvs2svn.py", line 1158, in main
    convert(ctx, start_pass=start_pass)
  File "./cvs2svn/cvs2svn.py", line 1077, in convert
    _passes[i](ctx)
  File "./cvs2svn/cvs2svn.py", line 1026, in pass4
    c.commit(dump, ctx)
  File "./cvs2svn/cvs2svn.py", line 707, in commit
    dump.add_or_change_path(cvs_path, svn_path, cvs_rev, rcs_file)
  File "./cvs2svn/cvs2svn.py", line 531, in add_or_change_path
    if self.head_mirror.ensure_path(svn_path, self.add_dir):
  File "./cvs2svn/cvs2svn.py", line 315, in ensure_path
    parent_dir = marshal.loads(self.db[parent_dir_key])
KeyError: aa9

I have very little python-fu, but this appears to mean that
self.db[parent_dir_key] doesn't exist. What information can I get you
to help debug this?

Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 10 23:02:53 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.