From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: Emacs 22 branch created. Date: Tue, 24 Apr 2007 12:13:33 +0200 Message-ID: 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 1177409647 12417 80.91.229.12 (24 Apr 2007 10:14:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2007 10:14:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 24 12:14:04 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 1HgI24-0004pB-Qn for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 12:14:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgI7Z-0003gc-Gp for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 06:19:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgI7W-0003g3-0s for emacs-devel@gnu.org; Tue, 24 Apr 2007 06:19:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgI7U-0003ck-Hd for emacs-devel@gnu.org; Tue, 24 Apr 2007 06:19:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgI7U-0003cd-Cp for emacs-devel@gnu.org; Tue, 24 Apr 2007 06:19:36 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HgI1y-00053c-Rb for emacs-devel@gnu.org; Tue, 24 Apr 2007 06:13:55 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HgI1o-0005Gc-Ut for emacs-devel@gnu.org; Tue, 24 Apr 2007 12:13:44 +0200 Original-Received: from cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se ([85.194.49.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Apr 2007 12:13:44 +0200 Original-Received: from mindcooler by cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 Apr 2007 12:13:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) In-Reply-To: <87d51uletj.fsf@stupidchicken.com> X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:69914 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.) How do I perform a checkout from this branch? I used to do: cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs but I guess that would give me mainline sources now... I know little about cvs. > > 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. - Eric