[ERROR] AssertionError: 110 != 116

Andrew Lambe alambe at oru.edu
Fri May 11 22:50:10 BST 2007


I get the following error when trying to commit:

bzr: ERROR: exceptions.AssertionError: 110 != 116

Traceback (most recent call last):
  File "/home/alambe/bzr.dev/bzrlib/commands.py", line 718, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/home/alambe/bzr.dev/bzrlib/commands.py", line 679, in run_bzr
    ret = run(*run_argv)
  File "/home/alambe/bzr.dev/bzrlib/commands.py", line 375, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/alambe/bzr.dev/bzrlib/builtins.py", line 2203, in run
    reporter=reporter, revprops=properties)
  File "/home/alambe/bzr.dev/bzrlib/decorators.py", line 165, in write_locked
    return unbound(self, *args, **kwargs)
  File "/home/alambe/bzr.dev/bzrlib/mutabletree.py", line 195, in commit
    revprops=revprops, *args, **kwargs)
  File "/home/alambe/bzr.dev/bzrlib/commit.py", line 344, in commit
    self.branch.set_last_revision_info(new_revno, self.rev_id)
  File "/home/alambe/bzr.dev/bzrlib/decorators.py", line 165, in write_locked
    return unbound(self, *args, **kwargs)
  File "/home/alambe/bzr.dev/bzrlib/branch.py", line 1388, in set_last_revision_info
    assert len(history) == revno, '%d != %d' % (len(history), revno)
AssertionError: 110 != 116

bzr 0.17.0dev0 on python 2.5.0.final.0 (cygwin)
arguments: ['/home/alambe/bzr.dev/bzr', 'ci', '-m', 'long overdue commit']

** please send this report to bazaar at lists.ubuntu.com 



I get the same error using 0.15, 0.16 and dev, with or without upgrading to the new working tree format.
Please, help me.


Here is my the bzr info for the branch:

ALambe1 APLdata $ bzr info
Location:
  branch root: file:///APLdata/

Format:
       control: Meta directory format 1
  working tree: Working tree format 3
        branch: Branch format 5
    repository: Knit repository format 1

In the working tree:
       254 unchanged
         7 modified
        14 added
         0 removed
         0 renamed
         2 unknown
         9 ignored
        58 versioned subdirectories

Branch history:
       115 revisions
       473 days old
   first revision: Mon 2006-01-23 09:16:05 -0600
  latest revision: Sat 2007-04-07 23:24:56 -0500

Revision store:
       157 revisions
     53932 KiB
-- 

Andrew Lambe
Systems Programmer
Information Technology
Oral Roberts University
Tulsa, Oklahoma 




More information about the bazaar mailing list