Comment 7 for bug 480102

Revision history for this message
Tully (tully.foote) wrote :

I'm seeing this bug too. I'm seeing this in launchpad's import of a svn repository. This is the branch being imported https://code.launchpad.net/~tully.foote/ros-wg-pkg-unreleased/svn_trunk

It's happening on every import at what I believe is the same revision. The most recent logs are available on the branch webpage.

The error is at the same line:
{{{
  File "/srv/importd.launchpad.net/production/launchpad-rev-9186/optionalbzrplugins/svn/errors.py", line 141, in convert
    return unbound(*args, **kwargs)
  File "/srv/importd.launchpad.net/production/launchpad-rev-9186/optionalbzrplugins/svn/fetch.py", line 938, in report_inventory_contents
    reporter.finish()
  File "/srv/importd.launchpad.net/production/launchpad-rev-9186/lib/subvertpy/delta.py", line 59, in apply_window
    target_chunks.append(apply_txdelta_window(sbuf, window))
  File "/srv/importd.launchpad.net/production/launchpad-rev-9186/lib/subvertpy/delta.py", line 45, in apply_txdelta_window
    assert len(tview) == tview_len, "%d != %d" % (len(tview), tview_len)
AssertionError: 24 != 80
}}}