unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: Eli Zaretskii <eliz@gnu.org>
Cc: schwab@linux-m68k.org, emacs-devel@gnu.org
Subject: Re: Something wrong with the repo?
Date: Sun, 10 Oct 2010 15:48:41 +0200	[thread overview]
Message-ID: <4CB1C439.8010507@swipnet.se> (raw)
In-Reply-To: <E1P4wBY-0003uS-5B@fencepost.gnu.org>

Sön 2010-10-10 14:53:43 +02000.045  bazaar version: 2.2.1
0.045  bzr arguments: [u'commit']
0.059  looking for plugins in /Users/jhd/.bazaar/plugins0.059  looking for 
plugins in /Library/Python/2.6/site-packages/bzrlib/plugins
0.166  encoding stdout as sys.stdout encoding 'UTF-8'
0.239  opening working tree '/Users/jhd/src/emacs/emacs-23'
0.679  bzr-svn: using Subversion 1.6.5 ()
1.394  ssh implementation is OpenSSH
5.448  preparing to commit
6.906  Traceback (most recent call last):
   File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 912, in exce
ption_to_return_code
     return the_callable(*args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1112, in 
run_bzr
     ret = run(*run_argv)
   File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 690, in 
run_argv_aliases
     return self.run(**all_cmd_args)
   File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 705, in run
     return self._operation.run_simple(*args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 135, in 
run_simple
     self.cleanups, self.func, *args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 165, in 
_do_with_cleanups
     result = func(*args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/builtins.py", line 3200, in run
     exclude=safe_relpath_files(tree, exclude))
   File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 194, in 
write_locked
     result = unbound(self, *args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/workingtree_4.py", line 197, 
in commit
     result = WorkingTree3.commit(self, message, revprops, *args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/decorators.py", line 194, in 
write_locked
     result = unbound(self, *args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/mutabletree.py", line 201, 
in commit
     *args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/commit.py", line 286, in commit
     possible_master_transports=possible_master_transports)
   File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 131, in run
     self.cleanups, self.func, self, *args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 165, in 
_do_with_cleanups
     result = func(*args, **kwargs)
   File "/Library/Python/2.6/site-packages/bzrlib/commit.py", line 360, in _commit
     self._check_bound_branch(operation, possible_master_transports)
   File "/Library/Python/2.6/site-packages/bzrlib/commit.py", line 529, in 
_check_bound_branch
     self.master_branch.lock_write()
   File "/Library/Python/2.6/site-packages/bzrlib/remote.py", line 2442, in 
lock_write
     remote_tokens = self._remote_lock_write(token)
   File "/Library/Python/2.6/site-packages/bzrlib/remote.py", line 2426, in 
_remote_lock_write
     repo_token or '', **err_context)
   File "/Library/Python/2.6/site-packages/bzrlib/remote.py", line 57, in _call
     self._translate_error(err, **err_context)
   File "/Library/Python/2.6/site-packages/bzrlib/remote.py", line 2296, in 
_translate_error
     self.repository._translate_error(err, branch=self, **context)
   File "/Library/Python/2.6/site-packages/bzrlib/remote.py", line 819, in 
_translate_error
     self.bzrdir._translate_error(err, repository=self, **context)
   File "/Library/Python/2.6/site-packages/bzrlib/remote.py", line 173, in 
_translate_error
     _translate_error(err, bzrdir=self, **context)
   File "/Library/Python/2.6/site-packages/bzrlib/remote.py", line 3003, in 
_translate_error
     raise errors.UnknownErrorFromSmartServer(err)
UnknownErrorFromSmartServer: Server sent an unexpected error: ('error', 
'Unable to determine your name.  Use "bzr whoami" to set it.')

bzr version is 2.2.1.

	Jan D.


Eli Zaretskii skrev 2010-10-10 15.43:
>> Date: Sun, 10 Oct 2010 15:08:02 +0200
>> From: Jan Djärv<jan.h.d@swipnet.se>
>> Cc: schwab@linux-m68k.org, emacs-devel@gnu.org
>>
>> Did you commit or just update?  Update is fine, it is commit that fails, I
>> forgot to mention that, sorry.
>
> Didn't try to commit before, but I tried that now, and it worked
> (revno 101895).
>
> Can you show the relevant parts of your ~/.bzr.log file that show the
> failure?



  reply	other threads:[~2010-10-10 13:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-10 11:09 Something wrong with the repo? Lars Magne Ingebrigtsen
2010-10-10 11:32 ` Jan Djärv
2010-10-10 12:04 ` Andreas Schwab
2010-10-10 12:24   ` Jan Djärv
2010-10-10 12:38     ` Andreas Schwab
2010-10-10 12:54     ` Lars Magne Ingebrigtsen
2010-10-10 12:40   ` Eli Zaretskii
2010-10-10 12:54     ` Jan Djärv
2010-10-10 13:01       ` Eli Zaretskii
2010-10-10 13:08         ` Jan Djärv
2010-10-10 13:43           ` Eli Zaretskii
2010-10-10 13:48             ` Jan Djärv [this message]
2010-10-10 13:53               ` Eli Zaretskii
2010-10-10 16:53                 ` Jan Djärv
2010-10-10 13:55               ` Eli Zaretskii
2010-10-10 16:56                 ` Jan Djärv
2010-10-10 13:46       ` Andreas Schwab
2010-10-10 16:52         ` Jan Djärv
2010-10-10 12:48   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CB1C439.8010507@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).