bzr-svn 0.3 - Another problem when doing lightweight checkout
Jelmer Vernooij
jelmer at samba.org
Fri Jan 19 17:17:33 GMT 2007
Hi Nicholas,
That's caused by an out-of-date version of python-subversion. In order
for .svn directories to work, you'll need 1.4.x rather than 1.3.x.
Cheers,
Jelmer
On Fri, 2007-01-19 at 18:11 +0100, Nicholas Allen wrote:
> 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
>
--
Jelmer Vernooij <jelmer at samba.org> - http://samba.org/~jelmer/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070119/1a3b8244/attachment.pgp
More information about the bazaar
mailing list