emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving to bzr?


From: dhruva
Subject: Re: Moving to bzr?
Date: Tue, 6 Jan 2009 08:59:14 +0530

Hello,

On Tue, Jan 6, 2009 at 2:26 AM, Jason Earl <address@hidden> wrote:
> In the interests of using a more scientific approach would it be
> possible to use the bzr protocol and switch to the copy of the
> repository with the new bzr format.
>
> This should be as simple as doing a:
>
> bzr pull bzr://bzr.notengoamigos.org/emacs-ce/trunk/ --remember
>
> in your test branch.

I tried and get the following error! I am using bzr from their development repo.

[dk]bzr pull bzr://bzr.notengoamigos.org/emacs-ce/trunk/ --remember
bzr: ERROR: bzrlib.errors.TooManyConcurrentRequests: The medium
'<bzrlib.smart.medium.SmartTCPClientMedium object at 0x01273890>' has
reached its concurrent request limit. Be su

Traceback (most recent call last):
  File "c:\python\Lib\site-packages\bzrlib\commands.py", line 893, in
run_bzr_catch_errors
    return run_bzr(argv)
  File "c:\python\Lib\site-packages\bzrlib\commands.py", line 839, in run_bzr
    ret = run(*run_argv)
  File "c:\python\Lib\site-packages\bzrlib\commands.py", line 539, in
run_argv_aliases
    return self.run(**all_cmd_args)
  File "c:\python\Lib\site-packages\bzrlib\builtins.py", line 779, in run
    possible_transports=possible_transports)
  File "c:\python\Lib\site-packages\bzrlib\branch.py", line 123, in open
    possible_transports=possible_transports)
  File "c:\python\Lib\site-packages\bzrlib\bzrdir.py", line 778, in open
    return BzrDir.open_from_transport(t, _unsupported=_unsupported)
  File "c:\python\Lib\site-packages\bzrlib\bzrdir.py", line 811, in
open_from_transport
    return format.open(transport, _found=True)
  File "c:\python\Lib\site-packages\bzrlib\bzrdir.py", line 1756, in open
    return self._open(transport)
  File "c:\python\Lib\site-packages\bzrlib\bzrdir.py", line 2657, in _open
    return remote.RemoteBzrDir(transport)
  File "c:\python\Lib\site-packages\bzrlib\remote.py", line 93, in __init__
    response = self._call('BzrDir.open', path)
  File "c:\python\Lib\site-packages\bzrlib\remote.py", line 51, in _call
    return self._client.call(method, *args)
  File "c:\python\Lib\site-packages\bzrlib\smart\client.py", line 122, in call
    result, protocol = self.call_expecting_body(method, *args)
  File "c:\python\Lib\site-packages\bzrlib\smart\client.py", line 135,
in call_expecting_body
    method, args, expect_response_body=True)
  File "c:\python\Lib\site-packages\bzrlib\smart\client.py", line 80,
in _call_and_read_response
    readv_body=readv_body)
  File "c:\python\Lib\site-packages\bzrlib\smart\client.py", line 42,
in _send_request
    protocol_version)
  File "c:\python\Lib\site-packages\bzrlib\smart\client.py", line 105,
in _construct_protocol
    request = self._medium.get_request()
  File "c:\python\Lib\site-packages\bzrlib\smart\medium.py", line 672,
in get_request
    return SmartClientStreamMediumRequest(self)
  File "c:\python\Lib\site-packages\bzrlib\smart\medium.py", line 870,
in __init__
    raise errors.TooManyConcurrentRequests(self._medium)
TooManyConcurrentRequests: The medium
'<bzrlib.smart.medium.SmartTCPClientMedium object at 0x01273890>' has
reached its concurrent request limit. Be sure to finish_writing and f

bzr 1.11dev on python 2.5.2 (win32)
arguments: ['c:\\python\\Scripts\\bzr', 'pull',
'bzr://bzr.notengoamigos.org/emacs-ce/trunk/', '--remember']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools
c:\python\lib\site-packages\bzrlib\plugins\bzrtools [1.10]
  fastimport
c:\python\lib\site-packages\bzrlib\plugins\fastimport [unknown]
  gtk                  c:\python\lib\site-packages\bzrlib\plugins\gtk
[0.96.0.dev.1]
  launchpad
c:\python\lib\site-packages\bzrlib\plugins\launchpad [unknown]
  qbzr                 c:\python\lib\site-packages\bzrlib\plugins\qbzr
[0.9.6dev]
  stats
c:\python\lib\site-packages\bzrlib\plugins\stats [unknown]
  win32symlinks
c:\python\lib\site-packages\bzrlib\plugins\win32symlinks [0.92]
  x_bit
c:\python\lib\site-packages\bzrlib\plugins\x_bit [unknown]
*** 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.

-dhruva

-- 
Contents reflect my personal views only!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]