Error when commiting to svn with bzr-svn
Ross Burton
ross at burtonini.com
Mon Mar 5 08:56:01 GMT 2007
Hi,
So, I have a svn repository "tasks", a bzr-svn checkout of that
"tasks-bzr" and then a bzr branch "tasks-groups".
I hacked in tasks-groups, merged into tasks-bzr, and now want to commit
into svn.
ross at blackadder ~/Programming/cvs/tasks-bzr
$ bzr merge ../tasks-groups/
All changes applied successfully.
ross at blackadder ~/Programming/cvs/tasks-bzr
$ bzr st
modified:
ChangeLog
src/koto-group-combo.c
src/koto-group-combo.h
src/koto-group-store.c
src/koto-group-store.h
src/koto-task-editor-dialog.c
src/koto-task-editor-dialog.h
src/koto-task-editor.c
src/test.c
pending merges:
Ross Burton 2007-03-05 * src/koto-task-editor.[ch]:
Ross Burton 2007-03-04 * src/koto-group-combo.h:
Ross Burton 2007-03-04 * src/koto-group-store.[ch]:
Ross Burton 2007-03-04 * src/koto-task-editor.c:
Ross Burton 2007-03-04 * src/koto-group-store.[ch]:
Ross Burton 2007-03-04 Merge from upstream
Ross Burton 2007-03-04 Update Changelog
Ross Burton 2007-03-04 Enable the group filter
Ross Burton 2007-03-04 Update for KotoGroupStore changes
Ross Burton 2007-03-04 Make the group store work as a group selector
ross at blackadder ~/Programming/cvs/tasks-bzr
$ bzr commit -m "Merge category setting support"
modified
ChangeLog
modified src/koto-group-combo.c
modified src/koto-group-combo.h
modified src/koto-group-store.c
modified src/koto-group-store.h
modified src/koto-task-editor-dialog.c
modified src/koto-task-editor-dialog.h
modified src/koto-task-editor.c
modified src/test.c
bzr: ERROR: exceptions.AttributeError: 'NoneType' object has no attribute 'get_weave_or_empty'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 650, in run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 612, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 304, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 1919, in run
reporter=reporter)
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 51, in write_locked
return unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/mutabletree.py", line 126, in commit
revprops=revprops, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/commit.py", line 320, in commit
revision_id=self.rev_id)
File "/usr/lib/python2.5/site-packages/bzrlib/repository.py", line 276, in fetch
pb=pb)
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line 51, in write_locked
return unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/repository.py", line 1929, in fetch
pb=pb)
File "/usr/lib/python2.5/site-packages/bzrlib/fetch.py", line 110, in __init__
self.__fetch()
File "/usr/lib/python2.5/site-packages/bzrlib/fetch.py", line 137, in __fetch
self._fetch_weave_texts(revs)
File "/usr/lib/python2.5/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.14.0 on python 2.5.0.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'commit', '-m', 'Merge category setting
support']
This is with bzr-svn 0.3-0ubuntu2.
Ross
--
Ross Burton mail: ross at burtonini.com
jabber: ross at burtonini.com
www: http://www.burtonini.com./
PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
More information about the bazaar
mailing list