From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bzr Emacs question Date: Sat, 24 Nov 2012 22:43:51 +0200 Message-ID: <83haoezq7s.fsf@gnu.org> References: <23373.1353776529@olgas.newt.com> <83pq32zyz5.fsf@gnu.org> <87vccuuc3w.fsf@olgas.newt.com> <83mwy6zx7z.fsf@gnu.org> <87mwy6uahn.fsf@olgas.newt.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1353789832 26978 80.91.229.3 (24 Nov 2012 20:43:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2012 20:43:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bill Wohler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 24 21:44:03 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TcMa2-00019i-Fz for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2012 21:44:02 +0100 Original-Received: from localhost ([::1]:49886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcMZr-0001RH-Qg for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2012 15:43:51 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcMZp-0001R1-JY for emacs-devel@gnu.org; Sat, 24 Nov 2012 15:43:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TcMZn-0003ZQ-QT for emacs-devel@gnu.org; Sat, 24 Nov 2012 15:43:49 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:33615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcMZn-0003Yt-I5 for emacs-devel@gnu.org; Sat, 24 Nov 2012 15:43:47 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0ME000I00EWUL800@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 24 Nov 2012 22:43:46 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ME000IO8EWXF050@a-mtaout20.012.net.il>; Sat, 24 Nov 2012 22:43:45 +0200 (IST) In-reply-to: <87mwy6uahn.fsf@olgas.newt.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155070 Archived-At: > From: Bill Wohler > Date: Sat, 24 Nov 2012 10:22:28 -0800 > > Eli Zaretskii writes: > > >> From: Bill Wohler > >> Date: Sat, 24 Nov 2012 09:47:31 -0800 > >> > >> > 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. > > > > I guess I don't understand what your "bzr tag" command did. What is > > "emacs-24.1" in that command? > > I want the mh-e-8.3.1 tag to correspond to the Emacs 24.1 release. I had > assumed, perhaps incorrectly, that the emacs-24.1 tag was what I wanted. In what branch did you issue that "bzr tag" command? > >> > (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"? > > > > I don't know, I never used SVN seriously. What did you want to > > accomplish? > > I want to grab the MH-E files associated with the Emacs 24.1 release in > order to make an MH-E 8.3.1 release. If you want to update the tree to a certain revision, I think "bzr revert" is a better choice, because "update" will leave any uncommitted changes you might have.