convert having problems with bazaar repository of Emacs?

Giorgos Keramidas keramida at ceid.upatras.gr
Sat Mar 31 13:18:45 CDT 2012


Hi all,

Is anyone else having problems with Bazaar repositories and recent crew
repository builds?

I'm trying to convert a bzr repository of the Emacs trunk, which used to
work with previous versions and failing:

% gkeramidas at kobe:/hg/emacs$ /hg/mercurial/crew/hg convert ~/bzr/emacs/trunk trunk
% /home/gkeramidas/bzr/emacs/trunk does not look like a CVS checkout
% /home/gkeramidas/bzr/emacs/trunk does not look like a Git repository
% /home/gkeramidas/bzr/emacs/trunk does not look like a Subversion repository
% /home/gkeramidas/bzr/emacs/trunk is not a local Mercurial repository
% /home/gkeramidas/bzr/emacs/trunk does not look like a darcs repository
% /home/gkeramidas/bzr/emacs/trunk does not look like a monotone repository
% /home/gkeramidas/bzr/emacs/trunk does not look like a GNU Arch repository
% /home/gkeramidas/bzr/emacs/trunk does not look like a Bazaar repository
% /home/gkeramidas/bzr/emacs/trunk does not look like a P4 repository
% abort: /home/gkeramidas/bzr/emacs/trunk: missing or unsupported repository

The repository itself works with bzr version 2.1.4:

% gkeramidas at kobe:~$ bzr --version
% Bazaar (bzr) 2.1.4
%   Python interpreter: /usr/bin/python 2.6.5
%   Python standard library: /usr/lib/python2.6
%   Platform: Linux-2.6.32-40-generic-x86_64-with-Ubuntu-10.04-lucid
%   bzrlib: /usr/lib/python2.6/dist-packages/bzrlib
%   Bazaar configuration: /home/gkeramidas/.bazaar
%   Bazaar log file: /home/gkeramidas/.bzr.log
%
% gkeramidas at kobe:~$ cd ~/bzr/emacs/trunk
% gkeramidas at kobe:~/bzr/emacs/trunk$ bzr log --limit=2
% ------------------------------------------------------------
% revno: 107711
% committer: Eli Zaretskii <eliz at gnu.org>
% branch nick: trunk
% timestamp: Sat 2012-03-31 13:27:04 +0300
% message:
%   Improve documentation of 'cursor' text property.
%
%    doc/lispref/text.texi (Special Properties): Clarify the description of the
%    effect of integer values of the 'cursor' property on cursor
%    position.  See the discussions in bug#11068 for more details and
%    context.
% ------------------------------------------------------------
% revno: 107710
% fixes bug(s): http://debbugs.gnu.org/11091
% committer: Eli Zaretskii <eliz at gnu.org>
% branch nick: trunk
% timestamp: Sat 2012-03-31 12:52:20 +0300
% message:
%   Fix bug #11091 with inaccurate docs of emacsclient on MS-Windows.
%
%    doc/emacs/misc.texi (emacsclient Options): Document peculiarities of new
%    frame creation on MS-Windows under -c or -t options.

Testing with bisect I found that this is the first version that fails:

  changeset:   16062:f84dda152a55
  user:        Patrick Mezard <pmezard at gmail.com>
  date:        Thu Feb 02 10:15:12 2012 +0100
  summary:     convert/bzr: convert all branches (issue3229) (BC)

Is it possible that the problem is caused because I cloned only one
branch of a Bazaar repository that has many?

The local Emacs branch I am using was created with:

  bzr branch nosmart+bzr://bzr.savannah.gnu.org/emacs/trunk/

and it shows in 'bzr info' output:

% gkeramidas at kobe:~/bzr/emacs/trunk$ bzr info
% Repository tree (format: 2a)
% Location:
%   shared repository: /home/gkeramidas/bzr/emacs
%   repository branch: .
% 
% Related branches:
%   parent branch: nosmart+bzr://bzr.savannah.gnu.org/emacs/trunk/



More information about the Mercurial-devel mailing list