Activity log for bug #317654

Date Who What changed Old value New value Message
2009-01-15 21:42:43 Ross Light description With my 0.2 release branch of my progtools project (located at ~quartz25/progtools/release-0.2), I am unable to commit any new revisions. I deleted the branch and repushed it, but it continues to give me this error: bzr: ERROR: Revision {set([('null:',)])} not present in "KnitVersionedFiles(_KnitGraphIndex(CombinedGraphIndex(GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/eb5b6af505e3e4e0aa5bf51290c94afa.iix'), GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/21098a6d85463cdd6ece4305f34b9479.iix'), GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/18a6c1f50eb47ba227fc7fc9a8a469b8.iix'), GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/1782561d38eac87b29fb8c135f3dddca.iix'), GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/107c4f625c5b89416f942dc32248aaed.iix'))), <bzrlib.knit._DirectPackAccess object at 0x885114c>)". I ran "bzr check" and "bzr reconcile", but nothing appears to be wrong. Any thoughts? With my 0.2 release branch of my progtools project (located at ~quartz25/progtools/release-0.2), I am unable to commit any new revisions. I deleted the branch and repushed it, but it continues to give me this error: bzr: ERROR: Revision {set([('null:',)])} not present in "KnitVersionedFiles(_KnitGraphIndex(CombinedGraphIndex(GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/eb5b6af505e3e4e0aa5bf51290c94afa.iix'), GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/21098a6d85463cdd6ece4305f34b9479.iix'), GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/18a6c1f50eb47ba227fc7fc9a8a469b8.iix'), GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/1782561d38eac87b29fb8c135f3dddca.iix'), GraphIndex('file:///home/ross/src/Python/Projects/progtools/.bzr/repository/indices/107c4f625c5b89416f942dc32248aaed.iix'))), <bzrlib.knit._DirectPackAccess object at 0x885114c>)". I am using bzr 1.10 with Python 2.5 on Ubuntu Intrepid. Running "bzr info -v" gets me this output: *** Repository tree (format: 1.6) Location: shared repository: /home/ross/src/Python/Projects/progtools repository branch: . Related branches: push branch: bzr+ssh://bazaar.launchpad.net/%7Equartz25/progtools/release-0.2/ Format: control: Meta directory format 1 working tree: Working tree format 4 branch: Branch format 7 repository: Packs 5 (adds stacking support, requires bzr 1.6) In the working tree: 12 unchanged 0 modified 0 added 0 removed 0 renamed 0 unknown 0 ignored 1 versioned subdirectory Branch history: 19 revisions 1 committer 12 days old first revision: Fri 2008-12-05 16:12:33 -0800 latest revision: Wed 2008-12-17 16:44:51 -0800 Repository: 50 revisions ***
2009-01-15 21:43:38 Ross Light bug added attachment 'progtools-repos.tar.bz2' (Failing repository)
2009-02-26 07:02:14 Martin Pool bzr: status New Confirmed
2009-02-26 07:02:14 Martin Pool bzr: importance Undecided High
2009-02-26 07:02:14 Martin Pool bzr: statusexplanation John and myself have hit this too recently, I think.
2009-02-26 07:02:58 Martin Pool title Branch Indices Push Failure error about null revision not present pushing to server
2009-02-27 03:23:58 Andrew Bennetts bzr: status Confirmed Fix Committed
2009-02-27 03:23:58 Andrew Bennetts bzr: assignee spiv
2009-02-27 03:23:58 Andrew Bennetts bzr: statusexplanation John and myself have hit this too recently, I think. A fix that I believe should resolve this has been submitted to bzr.dev.
2009-02-28 15:58:41 Vincent Ladeuil bzr: statusexplanation A fix that I believe should resolve this has been submitted to bzr.dev.
2009-02-28 15:58:41 Vincent Ladeuil bzr: milestone 1.13rc1
2009-03-06 05:36:39 Andrew Bennetts bzr: status Fix Committed Fix Released
2009-03-06 05:36:39 Andrew Bennetts bzr: statusexplanation This fix is now in bzr.dev, and it does seem to fix the problem.