bzr-svn 0.3
Nicholas Allen
nick.allen at onlinehome.de
Thu Jan 18 22:24:18 GMT 2007
Hi,
I get the following error doing a simple commit from a bzr checkout of
an svn repo. The svn repo had one file called hello.txt and I added a
line in the bzr checkout and then tried to commit:
modified hello.txt
bzr: ERROR: exceptions.AttributeError: 'NoneType' object has no
attribute 'get_weave_or_empty'
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 1936,
in run
reporter=reporter)
File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line 51,
in write_locked
return unbound(self, *args, **kwargs)
File "/usr/lib/python2.4/site-packages/bzrlib/mutabletree.py", line
126, in commit
revprops=revprops, *args, **kwargs)
File "/usr/lib/python2.4/site-packages/bzrlib/commit.py", line 320, in
commit
revision_id=self.rev_id)
File "/usr/lib/python2.4/site-packages/bzrlib/repository.py", line
278, in fetch
pb=pb)
File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line 51,
in write_locked
return unbound(self, *args, **kwargs)
File "/usr/lib/python2.4/site-packages/bzrlib/repository.py", line
1931, in fetch
pb=pb)
File "/usr/lib/python2.4/site-packages/bzrlib/fetch.py", line 110, in
__init__
self.__fetch()
File "/usr/lib/python2.4/site-packages/bzrlib/fetch.py", line 137, in
__fetch
self._fetch_weave_texts(revs)
File "/usr/lib/python2.4/site-packages/bzrlib/fetch.py", line 175, in
_fetch_weave_texts
to_weave = self.to_weaves.get_weave_or_empty(file_id,
AttributeError: 'NoneType' object has no attribute 'get_weave_or_empty'
bzr 0.15.0dev0 on python 2.4.4.candidate.1 (linux2)
arguments: ['/usr/bin/bzr', 'ci', '-m', 'Hello from bzr']
** please send this report to bazaar-ng at lists.ubuntu.com
More information about the bazaar
mailing list