all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Paul Wallington <jpw@gnu.org>
Subject: Re: cookbook-like "idiots" recipe for grabbing a CVS emacs?
Date: Thu, 28 Aug 2003 05:40:19 +0100	[thread overview]
Message-ID: <87ekz6wg24.fsf@indigo.shootybangbang.com> (raw)
In-Reply-To: bijun9$48$1@panix1.panix.com

dkcombs@panix.com (David Combs) wrote:

> Could someone show me some
> "for total-dummies" recipe for actually grabbing the CVS emacs?

cd into the directory you would like the emacs sources to be in.
(for example, I put all my cvs snarfed programs into /build)

then type:
cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs login

when you are prompted for a password just press return.
(the password for anonymous access is the empty string)

then type:
cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs
(co means checkout)

bingo!  you should have an emacs source tree.

Read emacs/INSTALL-CVS, especially:

Some of the files that are included in the Emacs tarball, such as
byte-compiled Lisp files, are not stored in the CVS repository.
Therefore, to build from CVS you must run "make bootstrap"
instead of just "make":

  $ ./configure
  $ make bootstrap


After some time has passed you might want to update your sources, to
get recent changes.  I'm not sure what is the best way to do that,
but a straightforward way is to type:

cvs up

from within the emacs directory.

      reply	other threads:[~2003-08-28  4:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-28  3:59 cookbook-like "idiots" recipe for grabbing a CVS emacs? David Combs
2003-08-28  4:40 ` John Paul Wallington [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ekz6wg24.fsf@indigo.shootybangbang.com \
    --to=jpw@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.