all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bill Wohler <wohler@newt.com>
To: emacs-devel@gnu.org
Subject: Re: Bzr Emacs question
Date: Sat, 24 Nov 2012 09:47:31 -0800	[thread overview]
Message-ID: <87vccuuc3w.fsf@olgas.newt.com> (raw)
In-Reply-To: 83pq32zyz5.fsf@gnu.org

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Sat, 24 Nov 2012 09:02:09 -0800
>> From: Bill Wohler <wohler@newt.com>
>> 
>> I want to make an MH-E 8.3.1 release that corresponds to the Emacs 24.1
>> release. I thought that I would do this:
>> 
>>     bzr tag -r emacs-24.1 mh-e-8.3.1
>> 
>> But then when I run the following to get the proper workspace for
>> creating a release:
>> 
>>     bzr up -r mh-e-8.3.1
>> 
>> I get this error:
>> 
>>     bzr: ERROR: branch has no revision cyd@gnu.org-20120610074146-e2dmv3euiqbajrxt                        
>>     bzr update --revision only works for a revision in the branch history
>> 
>> What is wrong?
>
> A tag is not a revision-id by itself.  Try
>
>   bzr up -r tag:mh-e-8.3.1

Not surprisingly, that produces the same error. Note that "bzr help
revisionspec" says:

    Alternately, [the revision] can be given without a keyword, in which
    case it will be checked as a revision number, a tag, a revision id,
    a date specification, or a branch specification, in that order.

> (And I'm not sure you really want "up" and not some other command, but
> that's another story.)

What would you recommend as an alternative to "svn up -r<revision>"?

>> On a related note, what command should I use to confirm the revision of
>> the workspace? "svn info" provides this information but "bzr info" does
>> not.
>
> Does "bzr revno" do what you want?

I think so. After running "bzr up -r 108549" (the master revision that
contains a merge of emacs-24.1), the --tree option was needed to show
that version. Without --tree, the version for the head of the trunk was
shown:

    $ bzr revno --tree
    108549
    $ bzr revno 
    111000

Thanks!

-- 
Bill Wohler <wohler@newt.com> aka <Bill.Wohler@nasa.gov>
http://www.newt.com/wohler/
GnuPG ID:610BD9AD




  reply	other threads:[~2012-11-24 17:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-24 17:02 Bzr Emacs question Bill Wohler
2012-11-24 17:34 ` Eli Zaretskii
2012-11-24 17:47   ` Bill Wohler [this message]
2012-11-24 18:12     ` Eli Zaretskii
2012-11-24 18:22       ` Bill Wohler
2012-11-24 20:43         ` Eli Zaretskii
2012-11-24 20:49           ` Bill Wohler
2012-11-24 18:47   ` Bill Wohler
2012-11-24 19:50 ` Bill Wohler

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

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

  git send-email \
    --in-reply-to=87vccuuc3w.fsf@olgas.newt.com \
    --to=wohler@newt.com \
    --cc=emacs-devel@gnu.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.