help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs emacs


From: Peter Dyballa
Subject: Re: cvs emacs
Date: Sun, 9 Oct 2005 23:49:55 +0200


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]