Traceback when updating bzr svn plugin
Elliot Murphy
elliot at canonical.com
Fri Mar 30 21:34:17 BST 2007
Hello all you gorgeous hackers,
I get a traceback when trying to bzr pull my branch of bzr-svn. Strange
thing is that I can blow away the branch and create a new one just fine,
but pulling to update an existing branch gives me the traceback.
emurphy at scared@:~/.bazaar/plugins/svn>bzr pull
Using saved location: http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev/
bzr: ERROR: exceptions.NotImplementedError: <bound method
InterRepository.fetch of <bzrlib.repository.InterRepository object at
0x1627250>>
Traceback (most recent call last):
File "/home/emurphy/src/bzr.dev/bzrlib/commands.py", line 638, in
run_bzr_catch_errors
return run_bzr(argv)
File "/home/emurphy/src/bzr.dev/bzrlib/commands.py", line 600, in run_bzr
ret = run(*run_argv)
File "/home/emurphy/src/bzr.dev/bzrlib/commands.py", line 296, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/home/emurphy/.bazaar/plugins/gzipped_bundle/__init__.py", line
154, in run
verbose=verbose)
File "/home/emurphy/src/bzr.dev/bzrlib/builtins.py", line 620, in run
delta._ChangeReporter(unversioned_filter=tree_to.is_ignored))
File "/home/emurphy/src/bzr.dev/bzrlib/decorators.py", line 165, in
write_locked
return unbound(self, *args, **kwargs)
File "/home/emurphy/src/bzr.dev/bzrlib/workingtree.py", line 1451, in pull
count = self.branch.pull(source, overwrite, stop_revision)
File "/home/emurphy/src/bzr.dev/bzrlib/decorators.py", line 165, in
write_locked
return unbound(self, *args, **kwargs)
File "/home/emurphy/src/bzr.dev/bzrlib/branch.py", line 1581, in pull
_run_hooks=_run_hooks)
File "/home/emurphy/src/bzr.dev/bzrlib/decorators.py", line 165, in
write_locked
return unbound(self, *args, **kwargs)
File "/home/emurphy/src/bzr.dev/bzrlib/branch.py", line 1414, in pull
self.update_revisions(source, stop_revision)
File "/home/emurphy/src/bzr.dev/bzrlib/decorators.py", line 165, in
write_locked
return unbound(self, *args, **kwargs)
File "/home/emurphy/src/bzr.dev/bzrlib/branch.py", line 1373, in
update_revisions
self.fetch(other, stop_revision)
File "/home/emurphy/src/bzr.dev/bzrlib/decorators.py", line 165, in
write_locked
return unbound(self, *args, **kwargs)
File "/home/emurphy/src/bzr.dev/bzrlib/branch.py", line 242, in fetch
pb=nested_pb)
File "/home/emurphy/src/bzr.dev/bzrlib/repository.py", line 330, in fetch
pb=pb)
File "/home/emurphy/src/bzr.dev/bzrlib/repository.py", line 1299, in fetch
raise NotImplementedError(self.fetch)
NotImplementedError: <bound method InterRepository.fetch of
<bzrlib.repository.InterRepository object at 0x1627250>>
bzr 0.16.0dev0 on python 2.5.0.final.0 (linux2)
arguments: ['/usr/local/bin/bzr', 'pull']
** please send this report to bazaar at lists.ubuntu.com
I'm using this bzr version:
emurphy at scared@:~/.bazaar/plugins/svn>bzr version
Bazaar (bzr) 0.16.0dev0
from bzr checkout /home/emurphy/src/bzr.dev
revision: 2388
revid: pqm at pqm.ubuntu.com-20070330064022-bdce9356befc3795
branch nick: bzr.dev
Using python interpreter: /usr/bin/python
Using python standard library: /usr/lib/python2.5
Using bzrlib: /home/emurphy/src/bzr.dev/bzrlib
Using bazaar configuration: /home/emurphy/.bazaar
Info on my branch is:
emurphy at scared@:~/.bazaar/plugins/svn>bzr info
Location:
branch root: file:///home/emurphy/.bazaar/plugins/svn/
Related branches:
parent branch: http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev/
Format:
control: Meta directory format 1
working tree: Working tree format 3
branch: Branch format 5
repository: Knit repository format 1
Working tree is out of date: missing 14 revisions.
In the working tree:
40 unchanged
1 modified
0 added
0 removed
0 renamed
0 unknown
15 ignored
1 versioned subdirectory
Branch history:
439 revisions
528 days old
first revision: Mon 2005-10-17 23:54:55 -0200
latest revision: Mon 2007-03-19 16:09:00 +0100
Revision store:
607 revisions
2178 KiB
I'm also attaching .bzr.log (containing only what happened when running
this command).
Any suggestions on how to fix this are most appreciated.
cheers,
-elliot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bzr.log
Type: text/x-log
Size: 3309 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070330/058eff19/attachment-0001.bin
More information about the bazaar
mailing list