Error upon "bzr update"

Bug #522240 reported by Henri Kynsilehto
This bug report is a duplicate of:  Bug #480102: assert len(tview) == tview_len. Edit Remove
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
New
Undecided
Unassigned

Bug Description

I was trying get my local files up to date from svn-server using "bzr update". What worked before didnt work this time. I got:

bzr: ERROR: exceptions.AssertionError: 11663 != 12062

Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 842, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1037, in run_bzr
    ret = run(*run_argv)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 654, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Library/Python/2.6/site-packages/bzrlib/builtins.py", line 1413, in run
    view_info=view_info), possible_transports=possible_transports)
  File "/Library/Python/2.6/site-packages/bzrlib/workingtree.py", line 2213, in update
    old_tip = self.branch.update(possible_transports)
  File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 2437, in update
    self.pull(master, overwrite=True)
  File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 948, in pull
    possible_transports=possible_transports, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/svn/branch.py", line 731, in pull
    self.update_revisions(stop_revision, overwrite)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/svn/branch.py", line 666, in update_revisions
    mapping=self.source.mapping)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/svn/fetch.py", line 1276, in fetch
    use_replay=self._use_replay)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/svn/fetch.py", line 1206, in _fetch_revisions
    parent_revmeta)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/svn/fetch.py", line 1151, in _fetch_revision_switch
    report_inventory_contents(reporter, parent_revnum, start_empty)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/svn/errors.py", line 137, in convert
    return unbound(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/plugins/svn/fetch.py", line 917, in report_inventory_contents
    reporter.finish()
  File "/Library/Python/2.6/site-packages/subvertpy/delta.py", line 59, in apply_window
    target_chunks.append(apply_txdelta_window(sbuf, window))
  File "/Library/Python/2.6/site-packages/subvertpy/delta.py", line 45, in apply_txdelta_window
    assert len(tview) == tview_len, "%d != %d" % (len(tview), tview_len)
AssertionError: 11663 != 12062

bzr 2.0.2 on python 2.6.1 (Darwin-10.2.0-i386-64bit)
arguments: ['/usr/local/bin/bzr', 'update']
encoding: 'UTF-8', fsenc: 'utf-8', lang: 'fi_FI.UTF-8'
plugins:
  bzrtools /Library/Python/2.6/site-packages/bzrlib/plugins/bzrtools [2.0.1]
  email /Library/Python/2.6/site-packages/bzrlib/plugins/email [unknown]
  keychain /Library/Python/2.6/site-packages/bzrlib/plugins/keychain [0.1.0]
  launchpad /Library/Python/2.6/site-packages/bzrlib/plugins/launchpad [2.0.2]
  loom /Library/Python/2.6/site-packages/bzrlib/plugins/loom [1.4.0dev]
  netrc_credential_store /Library/Python/2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.0.2]
  rebase /Library/Python/2.6/site-packages/bzrlib/plugins/rebase [0.5.4]
  svn /Library/Python/2.6/site-packages/bzrlib/plugins/svn [1.0.1]
  upload /Library/Python/2.6/site-packages/bzrlib/plugins/upload [1.0.0dev]
  xmloutput /Library/Python/2.6/site-packages/bzrlib/plugins/xmloutput [0.8.6.dev]

*** Bazaar has encountered an internal error. This probably indicates a
    bug in Bazaar. You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.

Martin Pool (mbp)
affects: bzr → bzr-svn
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.