No one? Re: Ready in bzr/proposed: subvertpy 0.7.5 - special request for hardy / jaunty testers of bzr-svn
Francis Devereux
francis at devrx.org
Thu Nov 11 20:40:18 GMT 2010
On 11 Nov 2010, at 19:27, Max Bowsher wrote:
> On 11/11/10 18:43, Francis Devereux wrote:
>> On 10 Nov 2010, at 01:29, Max Bowsher wrote:
>>
>>> On 29/10/10 18:14, Max Bowsher wrote:
>>>> Subvertpy 0.7.5 is now in bzr/proposed.
>>>>
>>>> For hardy and jaunty (Subversion 1.4 and 1.5) this is the first time
>>>> we've been able to package an 0.7.x version of Subvertpy.
>>>>
>>>> Therefore, I am especially interested in any reports of success or
>>>> failure of bzr-svn uses on those distros.
>>>>
>>>> As a corollary, I'm also interested how many, if any, people we have
>>>> reading this list who still use Bazaar on these old Ubuntu series.
>>>
>>> Is there anyone reading this who uses bzr-svn from the ~bzr PPAs on
>>> hardy or jaunty at all?
>>
>> I use bzr-svn-1.0.4-1~bazaar1~hardy1 on Debian Lenny. I've only used to do do a checkout of a svn+ssh URL, but that worked.
>
> Many thanks for the reply. Please can you also confirm which version of
> python-subvertpy you are using? If you are not already using 0.7.5,
> could you try upgrading from the
> https://launchpad.net/~bzr/+archive/proposed PPA?
Sorry, I didn't read your original email properly and was using 0.6.9. I've upgraded to 0.7.5 and bzr co svn+ssh://foo fails with the following error:
bzr: ERROR: exceptions.ImportError: ('Unable to load subvertpy extensions: %s', 'No module named client')
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 912, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 1112, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 690, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 705, in run
return self._operation.run_simple(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/cleanup.py", line 135, in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups
result = func(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 1321, in run
branch_location)
File "/usr/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 1032, in open_tree_or_branch
bzrdir = klass.open(location)
File "/usr/lib/python2.5/site-packages/bzrlib/bzrdir.py", line 910, in open
t = get_transport(base, possible_transports=possible_transports)
File "/usr/lib/python2.5/site-packages/bzrlib/lazy_import.py", line 125, in __call__
return obj(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/transport/__init__.py", line 1602, in get_transport
transport, last_err = _try_transport_factories(base, factory_list)
File "/usr/lib/python2.5/site-packages/bzrlib/transport/__init__.py", line 1625, in _try_transport_factories
return factory.get_obj()(base), None
File "/usr/lib/python2.5/site-packages/bzrlib/registry.py", line 61, in get_obj
self._do_import()
File "/usr/lib/python2.5/site-packages/bzrlib/registry.py", line 70, in _do_import
obj = __import__(self._module_name, globals(), locals(), names)
File "/usr/lib/python2.5/site-packages/bzrlib/plugins/svn/transport.py", line 21, in <module>
import subvertpy
File "/usr/lib/python2.5/site-packages/subvertpy/__init__.py", line 114, in <module>
ImportError: ('Unable to load subvertpy extensions: %s', 'No module named client')
bzr 2.2.1 on python 2.5.2 (Linux-2.6.26-2-amd64-x86_64-with-debian-5.0.6)
arguments: ['/usr/bin/bzr', 'co', 'svn+ssh://shoreham.bright-server.net/home/svn/repos/Websites/asset-bank', 'svn-trunk']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
plugins:
bash_completion /usr/lib/python2.5/site-packages/bzrlib/plugins/bash_completion [2.2.1]
bzrtools /usr/lib/python2.5/site-packages/bzrlib/plugins/bzrtools [2.2.0]
launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [2.2.1]
netrc_credential_store /usr/lib/python2.5/site-packages/bzrlib/plugins/netrc_credential_store [2.2.1]
news_merge /usr/lib/python2.5/site-packages/bzrlib/plugins/news_merge [2.2.1]
svn /usr/lib/python2.5/site-packages/bzrlib/plugins/svn [1.0.4]
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https://bugs.launchpad.net/bzr/+filebug
including this traceback and a description of the problem.
I have subversion-1.5.1dfsg1-5 installed.
Francis
More information about the bazaar
mailing list