From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Emacs 22 branch created. Date: Tue, 24 Apr 2007 13:24:48 +0200 Message-ID: <462DE900.4090703@gmail.com> References: <87d51uletj.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177413903 26877 80.91.229.12 (24 Apr 2007 11:25:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2007 11:25:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 24 13:25:01 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HgJ8l-0006rY-7y for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 13:24:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgJEG-0007yJ-6G for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 07:30:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgJEC-0007y4-AA for emacs-devel@gnu.org; Tue, 24 Apr 2007 07:30:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgJE9-0007xs-Ty for emacs-devel@gnu.org; Tue, 24 Apr 2007 07:30:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgJE9-0007xp-P4 for emacs-devel@gnu.org; Tue, 24 Apr 2007 07:30:33 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HgJ8d-0005mq-QR for emacs-devel@gnu.org; Tue, 24 Apr 2007 07:24:52 -0400 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:61455 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1HgJ8b-0004lQ-6O; Tue, 24 Apr 2007 13:24:50 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 In-Reply-To: <87d51uletj.fsf@stupidchicken.com> X-Antivirus: avast! (VPS 000735-2, 2007-04-23), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HgJ8b-0004lQ-6O. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1HgJ8b-0004lQ-6O 0140319125a8962c7d0a0a4af984beb8 X-detected-kernel: Linux 2.6? (barebone, rare!) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69919 Archived-At: Chong Yidong wrote: > I've created the Emacs 22 branch, which has CVS tag EMACS_22_BASE. > (I'm not sure of the reason for shouting, but it seems to be > traditional.) > > Note that you need to use "-r EMACS_22_BASE" to apply your changes to > the branch. If you want to work in the branch, I believe the easiest > way is to do > > cvs up -r EMACS_22_BASE > > in your working directory, which will move it to the branch; > subsequent commits will then apply to the branch. > > Since the python.el issue doesn't seem likely to be resolved in the > near future, I will go ahead and remove it from the branch. Then I > will roll the 22.0.99 pretest; it should come online in a couple of > hours. Thanks for this. Since I do not know anything about CVS branching I have to ask if the instructions on http://savannah.gnu.org/cvs/?group=emacs still are correct. If I do "cvs up -r EMACS_22_BASE" how should I then continue fetching updates from the CVS? Is this ok then? : cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs On one line. This is what is on the web page above now.