Uncaught exception in dump.py KeyError: ''
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| svn2bzr |
New
|
Undecided
|
Unassigned | ||
Bug Description
Gives the following output:
herd@xps:
/home/herd/
from sha import sha
/home/herd/
from md5 import md5
Revision 0 read
Revision 1 read
Revision 2 read
Revision 3 read
[removed some revisions, up to 173 exist]
Revision 113 read
Revision 114 read
Revision 115 read
Traceback (most recent call last):
File "./svn2bzr.py", line 194, in <module>
main()
File "./svn2bzr.py", line 187, in main
log=log)
File "./svn2bzr.py", line 78, in svn2bzr
dump = Dump(dump_file, log=log) # read through the whole dump file
File "/home/
self._read()
File "/home/
building=True)
File "/home/
entry.copy_from = self._dump[
KeyError: ''
The dump file needing conversion is available at http://
| description: | updated |