From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: cvs emacs Date: Sun, 9 Oct 2005 23:49:55 +0200 Message-ID: References: <87u0fqijnd.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1128894708 8886 80.91.229.2 (9 Oct 2005 21:51:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Oct 2005 21:51:48 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 09 23:51:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EOj3m-0001VQ-Uq for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Oct 2005 23:50:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOj3m-0004Sa-D5 for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Oct 2005 17:50:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EOj3Q-0004SO-PS for help-gnu-emacs@gnu.org; Sun, 09 Oct 2005 17:50:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EOj3P-0004R0-07 for help-gnu-emacs@gnu.org; Sun, 09 Oct 2005 17:50:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOj3O-0004Qx-Th for help-gnu-emacs@gnu.org; Sun, 09 Oct 2005 17:49:58 -0400 Original-Received: from [217.72.192.209] (helo=smtp05.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EOj3O-0001Gl-Tm for help-gnu-emacs@gnu.org; Sun, 09 Oct 2005 17:49:59 -0400 Original-Received: from [84.245.189.120] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.105 #317) id 1EOj3N-0005ML-00; Sun, 09 Oct 2005 23:49:57 +0200 In-Reply-To: <87u0fqijnd.fsf@gmail.com> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Sean Sieger X-Mailer: Apple Mail (2.623) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:30089 Archived-At: Am 09.10.2005 um 21:18 schrieb Sean Sieger: > How do I check out the current Emacs module? let alone > determine it in the first place? > setenv CVS_RSH ssh For GNU Emacs 22 cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs To update: cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs update emacs or: cd emacs ; cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs update For Unicode Emacs 23: cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co -d emacs-unicode -r emacs-unicode-2 -P emacs To update: cd emacs-unicode ; cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs update I couldn't find this information on http://savannah.gnu.org/cvs/?group=emacs. -- Greetings Pete If all else fails read the instructions. - Donald Knuth