bzr-svn checkout corrupt?

James james at nanosheep.org
Fri Oct 22 14:59:04 BST 2010


Hi,

I am using Bazaar on Windows (standalone installer, v2.2.1) and uses
bzr branch to check out a large (1.5G) subversion repository. I have
found many places where I am not in sync with the svn repository.
Merging and pulling pick up some changes, but not everything.

What can I do to debug this issue?

I would be quite happy with checking out from subversion and checking
those files, .svn directories and all, into a local Bazaar repository
but I get an error when trying to do this, which looks like Bazaar is
trying to process the .svn directories. bzr add of the directory
containing an svn checkout produces this error:

bzr: ERROR: subvertpy.SubversionException: ("Can't find parent
directory's entry while trying to add '<snip>'", 150000)

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 912, in exception_to_return_code
  File "bzrlib\commands.pyo", line 1112, in run_bzr
  File "bzrlib\commands.pyo", line 690, in run_argv_aliases
  File "bzrlib\commands.pyo", line 705, in run
  File "bzrlib\cleanup.pyo", line 135, in run_simple
  File "bzrlib\cleanup.pyo", line 165, in _do_with_cleanups
  File "bzrlib\builtins.pyo", line 690, in run
  File "C:/Program Files (x86)/Bazaar/plugins\svn\workingtree.py",
line 654, in smart_add
  File "C:/Program Files (x86)/Bazaar/plugins\svn\workingtree.py",
line 638, in smart_add
SubversionException: ("Can't find parent directory's entry while
trying to add 'C:\\dev\\bzr\\svn_in_bzr\\vithar_svn\\softfloat'",
 150000)

bzr 2.2.1 on python 2.6.4 (Windows-post2008Server-6.1.7600)
arguments: ['bzr', 'add', 'vithar_svn']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools             C:\Program Files (x86)\Bazaar\plugins\bzrtools [2.2.0]
  colo                 C:\Program Files (x86)\Bazaar\plugins\colo [0.1.0]
  explorer             C:\Program Files (x86)\Bazaar\plugins\explorer [1.1.1]
  fastimport           C:\Program Files
(x86)\Bazaar\plugins\fastimport [0.9.0dev]
  launchpad            C:\Program Files (x86)\Bazaar\plugins\launchpad [2.2.1]
  loom                 C:\Program Files (x86)\Bazaar\plugins\loom [2.2.1dev]
  netrc_credential_store C:\Program Files
(x86)\Bazaar\plugins\netrc_credential_store [2.2.1]
  news_merge           C:\Program Files (x86)\Bazaar\plugins\news_merge [2.2.1]
  pipeline             C:\Program Files (x86)\Bazaar\plugins\pipeline [unknown]
  qbzr                 C:\Program Files (x86)\Bazaar\plugins\qbzr [0.19.2]
  rewrite              C:\Program Files (x86)\Bazaar\plugins\rewrite [0.6.1]
  svn                  C:\Program Files (x86)\Bazaar\plugins\svn [1.0.4]
  upload               C:\Program Files (x86)\Bazaar\plugins\upload [1.0.0dev]
  xmloutput            C:\Program Files (x86)\Bazaar\plugins\xmloutput [0.8.6]

*** 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.

Thanks,

James



More information about the bazaar mailing list