bzr-svn 0.3 - Another problem when doing lightweight checkout
Nicholas Allen
allen at ableton.com
Fri Jan 19 17:11:38 GMT 2007
Now if I try to do a lightweight checkout of the svn repo I get the
following error:
bzr co --lightweight file:///tmp/svnrepo test-bzr-co
bzr: ERROR: exceptions.AttributeError: 'module' object has no attribute
'revision_status'
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 650,
in run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 612,
in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 304,
in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.4/site-packages/bzrlib/builtins.py", line 837,
in run
source.create_checkout(to_location, revision_id, lightweight)
File "/usr/lib/python2.4/site-packages/bzrlib/plugins/svn/branch.py",
line 112, in create_checkout
return self._create_lightweight_checkout(to_location, revision_id)
File "/usr/lib/python2.4/site-packages/bzrlib/plugins/svn/branch.py",
line 108, in _create_lightweight_checkout
return WorkingTree.open(to_location)
File "/usr/lib/python2.4/site-packages/bzrlib/workingtree.py", line
331, in open
return control.open_workingtree(_unsupported)
File
"/usr/lib/python2.4/site-packages/bzrlib/plugins/svn/checkout.py", line
603, in open_workingtree
return SvnWorkingTree(self, self.local_path, self.open_branch())
File
"/usr/lib/python2.4/site-packages/bzrlib/plugins/svn/checkout.py", line
72, in __init__
status = svn.wc.revision_status(self.basedir, None, True, None, None)
AttributeError: 'module' object has no attribute 'revision_status'
bzr 0.15.0dev0 on python 2.4.4.candidate.1 (linux2)
arguments: ['/usr/bin/bzr', 'co', '--lightweight',
'file:///tmp/svnrepo', 'test-bzr-co']
** please send this report to bazaar-ng at lists.ubuntu.com
More information about the bazaar
mailing list