unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bzr+ssh
@ 2013-12-26 19:39 Sean Sieger
  2013-12-26 19:47 ` bzr+ssh Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Sean Sieger @ 2013-12-26 19:39 UTC (permalink / raw)
  To: emacs-devel@gnu.org

I'm trying to create a local mirror of the trunk, when bzr is done
pulling, it just hangs.  What to do?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bzr+ssh
  2013-12-26 19:39 bzr+ssh Sean Sieger
@ 2013-12-26 19:47 ` Eli Zaretskii
  2013-12-26 19:55   ` bzr+ssh Sean Sieger
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2013-12-26 19:47 UTC (permalink / raw)
  To: Sean Sieger; +Cc: emacs-devel

> Date: Thu, 26 Dec 2013 14:39:15 -0500
> From: Sean Sieger <sean.sieger@gmail.com>
> 
> 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?

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bzr+ssh
  2013-12-26 19:47 ` bzr+ssh Eli Zaretskii
@ 2013-12-26 19:55   ` Sean Sieger
  2013-12-26 20:00     ` bzr+ssh Sean Sieger
  0 siblings, 1 reply; 5+ messages in thread
From: Sean Sieger @ 2013-12-26 19:55 UTC (permalink / raw)
  To: Eli Zaretskii, emacs-devel@gnu.org

On Thu, Dec 26, 2013 at 2:47 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Thu, 26 Dec 2013 14:39:15 -0500
>> From: Sean Sieger <sean.sieger@gmail.com>
>>
>> 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://sean@bzr.sv.gnu.org/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://sean@bzr.sv.gnu.org/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(['fgallina@gnu.org-20131226164519-xccapciswuo6gvid']),
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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bzr+ssh
  2013-12-26 19:55   ` bzr+ssh Sean Sieger
@ 2013-12-26 20:00     ` Sean Sieger
  2013-12-26 20:03       ` bzr+ssh Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Sean Sieger @ 2013-12-26 20:00 UTC (permalink / raw)
  To: Eli Zaretskii, emacs-devel@gnu.org

Oh, I am stupid.  This time I waited, many minutes and bzr
finished branching ... sorry for the hot air.

On Thu, Dec 26, 2013 at 2:55 PM, Sean Sieger <sean.sieger@gmail.com> wrote:
> On Thu, Dec 26, 2013 at 2:47 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>>> Date: Thu, 26 Dec 2013 14:39:15 -0500
>>> From: Sean Sieger <sean.sieger@gmail.com>
>>>
>>> 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://sean@bzr.sv.gnu.org/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://sean@bzr.sv.gnu.org/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(['fgallina@gnu.org-20131226164519-xccapciswuo6gvid']),
> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bzr+ssh
  2013-12-26 20:00     ` bzr+ssh Sean Sieger
@ 2013-12-26 20:03       ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2013-12-26 20:03 UTC (permalink / raw)
  To: Sean Sieger; +Cc: emacs-devel

> Date: Thu, 26 Dec 2013 15:00:29 -0500
> From: Sean Sieger <sean.sieger@gmail.com>
> 
> Oh, I am stupid.  This time I waited, many minutes and bzr
> finished branching ... sorry for the hot air.

Right, that would be my next question: how much time did you wait
before hitting Ctrl-C?



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-26 20:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-26 19:39 bzr+ssh Sean Sieger
2013-12-26 19:47 ` bzr+ssh Eli Zaretskii
2013-12-26 19:55   ` bzr+ssh Sean Sieger
2013-12-26 20:00     ` bzr+ssh Sean Sieger
2013-12-26 20:03       ` bzr+ssh Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).