Comment 11 for bug 373726

Revision history for this message
Reuben Firmin (reubenf) wrote :

With 0.6.1 I get a different error. By the way, is there a way to do an svn import without including the branches? I thought omitting --trees would work, but it still seems to pull branches.

bzr: ERROR: bzrlib.errors.KnitCorrupt: Knit _KnitGraphIndex(CombinedGraphIndex(GraphIndex('file:///opt/bzr/Bookshare/branches/product-development/.bzr/repository/indices/aa569ec94624924c6ebe0809f4452d36.tix'))) corrupt: inconsistent details in add_records: (' 789427252 2648', ((), ())) (' 790515602 123', ((('xml2smillinkverifica-20090314122245-oww4lg1a6y0bhrkn-6', 'reubenf@fridge-20090314122250-f6ne0s1fv1c3jgzs'),), (('xml2smillinkverifica-20090314122245-oww4lg1a6y0bhrkn-6', 'reubenf@fridge-20090314122250-f6ne0s1fv1c3jgzs'),)))

Traceback (most recent call last):
  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 729, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 924, in run_bzr
    ret = run(*run_argv)
  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 560, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/local/lib/python2.6/site-packages/bzrlib/plugins/svn/commands.py", line 177, in run
    to_revnum=to_revnum, prefix=prefix)
  File "/usr/local/lib/python2.6/site-packages/bzrlib/plugins/svn/convert.py", line 334, in convert_repository
    RepositoryConverter(*args, **kwargs)
  File "/usr/local/lib/python2.6/site-packages/bzrlib/plugins/svn/convert.py", line 285, in __init__
    target_branch.pull(source_branch, overwrite=True)
  File "/usr/local/lib/python2.6/site-packages/bzrlib/decorators.py", line 192, in write_locked
    result = unbound(self, *args, **kwargs)