Error while committing revisions. ValueError: list.remove(x): x not in list

Bug #715105 reported by David Peall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
svn2bzr
New
Undecided
Unassigned

Bug Description

Committed revision 110
Committed revision 111
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 88, in svn2bzr
    creator.run()
  File "/home/david/svn2bzr/svn2bzr/branchcreator.py", line 622, in run
    entries = self.filter_entries(entries)
  File "/home/david/svn2bzr/svn2bzr/branchcreator.py", line 671, in filter_entries
    entries = self.filter_moves(entries)
  File "/home/david/svn2bzr/svn2bzr/branchcreator.py", line 720, in filter_moves
    entries.remove(de) # rem perfectly matching del entry
ValueError: list.remove(x): x not in list

Any one have any idea why I'm getting this?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.