ValueError: need more than 1 value to unpack
Bug #230341 reported by
Stéphane Raimbault
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
svn2bzr |
Fix Committed
|
High
|
Martin Spacek |
Bug Description
svn2bzr.py (revno 13 from trunk) fails with a dump available on the svn2bzr-ddaa branch.
A personal Subversion dump give me the same error.
./svn2bzr.py ../svn2bzr-
Revision 0 read
Traceback (most recent call last):
File "./svn2bzr.py", line 1083, in <module>
main()
File "./svn2bzr.py", line 1076, in main
opts.prefix, opts.filter)
File "./svn2bzr.py", line 996, in svn2bzr
dump = Dump(dump_file)
File "./svn2bzr.py", line 662, in __init__
self._read()
File "./svn2bzr.py", line 899, in _read
field, value = line.split(': ', 1)
ValueError: need more than 1 value to unpack
The _read function is a bit complex for me :)
Changed in svn2bzr: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
After adding some extra debug after the while line: ... the split is failing on:
Node-path:
without a trailing space.