AttributeError: 'SvnWorkingTree' object has no attribute '_transport' during branch

Bug #264548 reported by Charles Duffy (M1)
20
Affects Status Importance Assigned to Milestone
Bazaar
Invalid
Undecided
Unassigned
Bazaar Subversion Plugin
Fix Released
Undecided
Jelmer Vernooij

Bug Description

bzr 1.6, bzr-svn 0.4.12

Branching from sphinx (http://svn.python.org/projects/doctools/trunk) into a new directory (within a --v6-rich-root shared repository), the following occurs at the end of the operation:

534.995 creating branch <bzrlib.branch.BzrBranchFormat6 object at 0x15d57d0> in file:///home/cduffy/public_html/bzr/sphinx/.bzr/
553.003 created new branch BzrBranch6('file:///home/cduffy/public_html/bzr/sphinx/')
553.058 trying to create missing lock '/home/cduffy/public_html/bzr/sphinx/.bzr/checkout/dirstate'
553.058 opening working tree '/home/cduffy/public_html/bzr/sphinx'
553.084 Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 857, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 797, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 499, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 866, in run
    hardlink=hardlink, stacked=stacked)
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/remote.py", line 64, in sprout
    return super(SvnRemoteAccess, self).sprout(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 1114, in sprout
    hardlink=hardlink)
  File "/usr/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 1410, in create_workingtree
    accelerator_tree=accelerator_tree, hardlink=hardlink)
  File "/usr/lib/python2.5/site-packages/bzrlib/workingtree_4.py", line 1365, in initialize
    basis = accelerator_tree.revision_tree(revision_id)
  File "/usr/lib/python2.5/site-packages/bzrlib/workingtree.py", line 2003, in revision_tree
    xml = self.read_basis_inventory()
  File "/usr/lib/python2.5/site-packages/bzrlib/workingtree.py", line 1821, in read_basis_inventory
    return self._transport.get_bytes(path)
AttributeError: 'SvnWorkingTree' object has no attribute '_transport'

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

A fix for this was committed to trunk, will be in 0.5. For now, please use the repository URL, rather than the local working tree.

Changed in bzr-svn:
assignee: nobody → jelmer
milestone: none → 0.5.0
status: New → Fix Committed
Jelmer Vernooij (jelmer)
Changed in bzr-svn:
status: Fix Committed → Fix Released
Jelmer Vernooij (jelmer)
Changed in bzr:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.