unexpected keyword argument 'pb'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| CVS to Bazaar importer |
Critical
|
Unassigned | ||
| bzr-cvsps-import (Ubuntu) |
Critical
|
Jelmer Vernooij |
Bug Description
Using a fresh install on Bazaar 2.3.1, Ubuntu 11.04 (GNU/Linux 2.6.38-8-virtual x86_64)
Python interpreter: /usr/bin/python 2.7.1
Python standard library: /usr/lib/python2.7
Platform: Linux-2.
Crash:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/home/
importer.
File "/home/
repo = self.open_
TypeError: open_or_
Brook Stevens (brook) wrote : | #1 |
Martin Pool (mbp) wrote : | #2 |
I guess cvsps-import is out of date with bzr and needs to be just taught not to pass that parameter. (Would need to check.) I'm surprised this has not shown up on lp.
Changed in bzr-cvsps-import: | |
importance: | Undecided → Critical |
status: | New → Confirmed |
thanks very much! please propose it for merging into the trunk, when
you're ready.
Brook Stevens (brook) wrote : | #4 |
Done. It has some other changes if you want I am happy to separate them out into separate branches.
John A Meinel (jameinel) wrote : | #5 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 05/27/2011 03:55 AM, Martin Pool wrote:
> I guess cvsps-import is out of date with bzr and needs to be just taught
> not to pass that parameter. (Would need to check.) I'm surprised this
> has not shown up on lp.
>
> ** Changed in: bzr-cvsps-import
> Importance: Undecided => Critical
>
> ** Changed in: bzr-cvsps-import
> Status: New => Confirmed
>
I think you are thinking of cscvs. This is cvsps, which is not very
actively maintained. (For about 1-2years now.)
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://
iEYEARECAAYFAk3
QzAAoJWXMY5rzIv
=v0tk
-----END PGP SIGNATURE-----
Changed in bzr-cvsps-import: | |
status: | Confirmed → Fix Committed |
Changed in bzr-cvsps-import (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Critical |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Launchpad Janitor (janitor) wrote : | #6 |
This bug was fixed in the package bzr-cvsps-import - 0.0.1~bzr69-1
---------------
bzr-cvsps-import (0.0.1~bzr69-1) unstable; urgency=low
* New upstream snapshot.
+ Fixes compatibility with newer versions of bzr. LP: #788914
-- Jelmer Vernooij <email address hidden> Fri, 09 Dec 2011 21:30:37 +0100
Changed in bzr-cvsps-import (Ubuntu): | |
status: | Triaged → Fix Released |
Changed in bzr-cvsps-import: | |
status: | Fix Committed → Fix Released |
I am unsure of the reason for passing in pb=pb but removing it fixed the issue. This fix is in this branch, but someone should review it:
lp:~brook/bzr-cvsps-import/fix-402690-788914-788915