Can't checkout from Subversion (Bzr 1.3, bzr-svn 0.4.8)

Asked by Alexander Iljin

OS: WinXP

I'm new to Bazaar, and I'm currently trying to use it with my existing SVN projects, but
looks like the latest stable version of bzr-svn is incompatible with the new Bazaar 1.3.
What should I do?

Console dump below:
>bzr co svn+https://svn2.hosted-projects.com/XXX/YYY
bzr-svn is not up to date with installed bzr version 1.3.
There should be a newer version of bzr-svn available.
Initialising Subversion metadata cache in C:/Documents and Settings/ZZZ/Application Data/bazaar/2.0\svn-cache\8e83561b-3864-4ae1-82b1-2b6e344dab65
bzr: ERROR: exceptions.TypeError: create_checkout() takes at most 5 arguments (6 given)

Traceback (most recent call last):
  File "D:\Program Files\DevTools\Python\Lib\site-packages\bzrlib\commands.py",
line 834, in run_bzr_catch_errors
    return run_bzr(argv)
  File "D:\Program Files\DevTools\Python\Lib\site-packages\bzrlib\commands.py",
line 790, in run_bzr
    ret = run(*run_argv)
  File "D:\Program Files\DevTools\Python\Lib\site-packages\bzrlib\commands.py",
line 492, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "D:\Program Files\DevTools\Python\Lib\site-packages\bzrlib\builtins.py",
line 1012, in run
    accelerator_tree, hardlink)
TypeError: create_checkout() takes at most 5 arguments (6 given)

bzr 1.3 on python 2.5.2.final.0 (win32)
arguments: ['D:\\Program Files\\DevTools\\Python\\Scripts\\bzr', 'co', 'svn+https://svn2.hosted-projects.com/Amadeus/Npp']
encoding: 'cp1251', fsenc: 'mbcs', lang: None
plugins:
  launchpad D:\Program Files\DevTools\Python\lib\site-packages\bzrlib\plugins\launchpad [unknown]
  rebase D:\Program Files\DevTools\Python\lib\site-packages\bzrlib\plugins\rebase [0.3.0]
  svn D:\Program Files\DevTools\Python\lib\site-packages\bzrlib\plugins\svn [0.4.8]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Subversion Plugin Edit question
Assignee:
No assignee Edit question
Solved by:
Jelmer Vernooij
Solved:
Last query:
Last reply:
Revision history for this message
Best Jelmer Vernooij (jelmer) said :
#1

You can either use Bazaar 1.2 (which is compatible with bzr-svn 0.4.8), use bzr-svn's 0.4 branch or wait until 0.4.9 is released (will happen within the next week hopefully).

Revision history for this message
Alexander Iljin (ajsoft) said :
#2

Thank you for the quick reply. I'll install the Bazaar 1.2 and will wait for the bzr-svn 0.4.9.