bzr transport connection sharing (r2646) breaks bzr-svn sprout

Bug #128500 reported by Wouter van Heyst
2
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
Fix Released
High
Jelmer Vernooij

Bug Description

Trying to branch from a svn wc with current bzr.dev/bzr-svn fails because of api skew. Funnily enough
it's not bzrlib that breaks, but bzrlib/builtins.py that makes use of newer api, which isn't implemented yet in bzr-svn.

> bzr branch ../kmx/trunk
bzr: ERROR: exceptions.TypeError: sprout() got an unexpected keyword argument 'possible_transports'

Traceback (most recent call last):
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/commands.py", line 729, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/commands.py", line 691, in run_bzr
    ret = run(*run_argv)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/commands.py", line 389, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/wouter/src/bzr/bzr.dev/bzrlib/builtins.py", line 885, in run
    possible_transports=[to_transport])
TypeError: sprout() got an unexpected keyword argument 'possible_transports'

bzr 0.19.0dev0 on python 2.5.1.final.0 (linux2)
arguments: ['/home/wouter/bin/bzr', 'branch', '../kmx/trunk']

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 128500] bzr transport connection sharing (r2646) breaks bzr-svn sprout

Fixed in current 0.4.

  status fixcommitted

Changed in bzr-svn:
status: New → Fix Committed
Jelmer Vernooij (jelmer)
Changed in bzr-svn:
assignee: nobody → jelmer
importance: Undecided → High
Jelmer Vernooij (jelmer)
Changed in bzr-svn:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.