Comment 11 for bug 805784

Revision history for this message
Dennis Schridde (devurandom) wrote :

I have the same issue, also using hgsubversion.

$ hg pull -u
pulling from svn+http://svn.enlightenment.org/svn/e
[r25195] raster: todo++
[…]

Complete backtrace attached.

Parameters to apply_txdelta_window were:
(0L, 6599, 6703, 2, [(0, 0, 1471), (2, 0, 97), (0, 1464, 5135)], 'needs way to replace or extend the right click menu (disable/enable\n rename/delete/refresh etc.)')

The contents of sbuf are attached.

This is the code that generated the output:
    f = open("/tmp/hgsvn-params", "w")
    f.write(str((sview_offset, sview_len, tview_len, src_ops, ops, new_data)))
    f.close()
    f = open("/tmp/hgsvn-sbuf", "w")
    f.write(sbuf)
    f.close()
    if len(tview) != tview_len:
        [...]

hgsubversion: e252f9355933
Subversion: 1.6.17
bindings: Subvertpy 0.8.10