emacs-devel
[Top][All Lists]
Advanced

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

Re: bzr+ssh


From: Sean Sieger
Subject: Re: bzr+ssh
Date: Thu, 26 Dec 2013 14:55:04 -0500

On Thu, Dec 26, 2013 at 2:47 PM, Eli Zaretskii <address@hidden> wrote:
>> Date: Thu, 26 Dec 2013 14:39:15 -0500
>> From: Sean Sieger <address@hidden>
>>
>> I'm trying to create a local mirror of the trunk, when bzr is done
>> pulling, it just hangs.  What to do?
>
> Pulling from savannah or from your local branch?

Savannah.

> What is the last thing written in your ~/'.bzr.log?

Thu 2013-12-26 13:29:33 -0500
0.100  bazaar version: 2.6.0
0.100  bzr arguments: [u'branch',
u'bzr+ssh://address@hidden/emacs/trunk', u'trunk']
0.116  looking for plugins in /home/sean/.bazaar/plugins
0.116  looking for plugins in /usr/lib/python2.7/dist-packages/bzrlib/plugins
0.142  encoding stdout as sys.stdout encoding 'UTF-8'
0.317  ssh implementation is OpenSSH
153.254  Using fetch logic to copy between
RemoteRepository(bzr+ssh://address@hidden/emacs/.bzr/)(RemoteRepositoryFormat(_network_name='Bazaar
repository format 2a (needs bzr 1.16 or later)\n')) and
CHKInventoryRepository('file:///home/sean/projects/emacs/.bzr/repository/')(RepositoryFormat2a())
153.255  fetching: <SearchResult
search:(set(['address@hidden']),
set(['null:']), 129548)>
2165.254  Transferred: 603663kB (278.8kB/s r:603530kB w:133kB)
2165.271  Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line
930, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line
1121, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line
673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136,
in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166,
in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 1507, in run
    source_branch=br_from)
  File "/usr/lib/python2.7/dist-packages/bzrlib/bzrdir.py", line 367, in sprout
    create_tree_if_local=create_tree_if_local)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 132, in run
    self.cleanups, self.func, self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166,
in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/bzrdir.py", line 417, in _sprout
    result_repo.fetch(source_repository, fetch_spec=fetch_spec)
  File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py",
line 1268, in fetch
    find_ghosts=find_ghosts, fetch_spec=fetch_spec)
  File "/usr/lib/python2.7/dist-packages/bzrlib/decorators.py", line
218, in write_locked
    result = unbound(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py",
line 2585, in fetch
    find_ghosts=find_ghosts)
  File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 77, in __init__
    self.__fetch()
  File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 104, in __fetch
    self._fetch_everything_for_search(search_result)
  File "/usr/lib/python2.7/dist-packages/bzrlib/fetch.py", line 132,
in _fetch_everything_for_search
    stream, from_format, [])
  File "/usr/lib/python2.7/dist-packages/bzrlib/vf_repository.py",
line 2051, in insert_stream
    hint = self.target_repo.commit_write_group()
  File "/usr/lib/python2.7/dist-packages/bzrlib/repository.py", line
633, in commit_write_group
    result = self._commit_write_group()
  File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/pack_repo.py",
line 1727, in _commit_write_group
    hint = self._pack_collection._commit_write_group()
  File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/pack_repo.py",
line 1603, in _commit_write_group
    problems = self._check_new_inventories()
  File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/groupcompress_repo.py",
line 779, in _check_new_inventories
    chk_map._bytes_to_text_key):
  File "/usr/lib/python2.7/dist-packages/bzrlib/repofmt/groupcompress_repo.py",
line 1360, in _filter_text_keys
    text_keys_update([bytes_to_text_key(b) for n,b in items])
KeyboardInterrupt

2165.271  return code 3



reply via email to

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