bzr-svn aborted on 'bzr branch'

Bug #83121 reported by c7d2f5c8667d26fffd5e7772d632c76d
2
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
New
Undecided
Jelmer Vernooij

Bug Description

I tried to bzr branch a svn repo, and bzr aborted with this message and asking to file a report:

$ bzr branch $SVNROOT/gnome-games/trunk gnome-games-bzr
[==================================================================================== ] copying revision 3373/5192bzr: ERROR: libsvn._core.SubversionException: ("Can't create tunnel", 12)

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 626, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 588, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 292, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.4/site-packages/bzrlib/builtins.py", line 756, in run
    revision_id, basis_dir)
  File "/home/chpe/.bazaar/plugins/bzr-svn/format.py", line 80, in sprout
    result_repo = repo.clone(result, revision_id, basis)
  File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line 38, in read_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.4/site-packages/bzrlib/repository.py", line 310, in clone
    self.copy_content_into(result, revision_id, basis)
  File "/usr/lib/python2.4/site-packages/bzrlib/repository.py", line 262, in copy_content_into
    return InterRepository.get(self, destination).copy_content(revision_id, basis)
  File "/usr/lib/python2.4/site-packages/bzrlib/decorators.py", line 51, in write_locked
    return unbound(self, *args, **kwargs)
  File "/home/chpe/.bazaar/plugins/bzr-svn/fetch.py", line 359, in copy_content
    self.source.transport.reparent(repos_root)
  File "/home/chpe/.bazaar/plugins/bzr-svn/transport.py", line 41, in locked
    return unbound(self, *args, **kwargs)
  File "/home/chpe/.bazaar/plugins/bzr-svn/transport.py", line 177, in reparent
    self.callbacks, svn_config, None)
  File "/usr/lib/python2.4/site-packages/libsvn/ra.py", line 322, in svn_ra_open2
    return apply(_ra.svn_ra_open2, args)
SubversionException: ("Can't create tunnel", 12)

bzr 0.13.0 on python 2.4.4.candidate.1 (linux2)
arguments: ['/usr/bin/bzr', 'branch', 'svn+ssh://<email address hidden>/svn/gnome-games/trunk', 'gnome-games-bzr']

** please send this report to <email address hidden>

This is feisty's bzr 0.13-0u1 running on edgy, with the latest bzr-svn version that supports bzr 0.13.

Jelmer Vernooij (jelmer)
Changed in bzr:
assignee: nobody → jelmer
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

I suspect this is a duplicate of memory-leaks, though not entirely sure. It's the only situation in which I've seen this exception though, and the number of revisions already pulled also appears to be quite high. I can't reproduce/debug this problem, because I'm not a gnome-games committer.

Revision history for this message
Alec Berryman (alec-thened) wrote :

I saw this today when I was trying to branch from a svn repository with ~160000 commits; it went through the analyzing phase and then gave me 'bzr: ERROR: [Errno 12] Can't create tunnel: Cannot allocate memory'.

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.