Comment 5 for bug 211683

Revision history for this message
Chris Perkins (chris-percious) wrote :

I am also experiencing this problem.

I have made a branch in my svn repo, made some changes to that branch, and I am trying to do a local commit. I have svn 1.5.1, bzr-svn 0.4.11rc1. I am running OS X Leopard.

Here is the dump. Let me know if there is anything I can do to help you debug this problem.

percious-macbook:coop_resource_ass percious$ bzr ci
bzr: ERROR: bzrlib.plugins.svn.core.SubversionException: ("Unrecognized URL scheme for 'http://10.1.10.201/svn/mvp2/branches/coop_resource_ass'", 170000)

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/bzr-1.6rc3-py2.5-macosx-10.3-i386.egg/bzrlib/commands.py", line 857, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/local/lib/python2.5/site-packages/bzr-1.6rc3-py2.5-macosx-10.3-i386.egg/bzrlib/commands.py", line 797, in run_bzr
    ret = run(*run_argv)
  File "/usr/local/lib/python2.5/site-packages/bzr-1.6rc3-py2.5-macosx-10.3-i386.egg/bzrlib/commands.py", line 499, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/local/lib/python2.5/site-packages/bzr-1.6rc3-py2.5-macosx-10.3-i386.egg/bzrlib/builtins.py", line 2247, in run
    tree, selected_list = tree_files(selected_list)
  File "/usr/local/lib/python2.5/site-packages/bzr-1.6rc3-py2.5-macosx-10.3-i386.egg/bzrlib/builtins.py", line 64, in tree_files
    return internal_tree_files(file_list, default_branch)
  File "/usr/local/lib/python2.5/site-packages/bzr-1.6rc3-py2.5-macosx-10.3-i386.egg/bzrlib/builtins.py", line 88, in internal_tree_files
    return WorkingTree.open_containing(default_branch)[0], file_list
  File "/usr/local/lib/python2.5/site-packages/bzr-1.6rc3-py2.5-macosx-10.3-i386.egg/bzrlib/workingtree.py", line 327, in open_containing
    return control.open_workingtree(), relpath
  File "/Users/percious/.bazaar/plugins/svn/workingtree.py", line 815, in open_workingtree
    return SvnWorkingTree(self, self.local_path, self.open_branch())
  File "/Users/percious/.bazaar/plugins/svn/workingtree.py", line 861, in open_branch
    repos = self._find_repository()
  File "/Users/percious/.bazaar/plugins/svn/workingtree.py", line 839, in _find_repository
    return SvnRepository(self, self.get_remote_transport().clone_root(),
  File "/Users/percious/.bazaar/plugins/svn/workingtree.py", line 807, in get_remote_transport
    self._remote_transport = SvnRaTransport(self.svn_url)
  File "/Users/percious/.bazaar/plugins/svn/errors.py", line 151, in convert
    raise convert_error(e)
SubversionException: ("Unrecognized URL scheme for 'http://10.1.10.201/svn/mvp2/branches/coop_resource_ass'", 170000)

bzr 1.6rc3 on python 2.5.2 (darwin)
arguments: ['/usr/local/bin/bzr', 'ci']
encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
plugins:
  launchpad /usr/local/lib/python2.5/site-packages/bzr-1.6rc3-py2.5-macosx-10.3-i386.egg/bzrlib/plugins/launchpad [unknown]
  svn /Users/percious/.bazaar/plugins/svn [0.4.11rc1]
*** 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.

cheers.
-chris