From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Billy O'Connor Newsgroups: gmane.emacs.help Subject: Re: How do I check the latest version of Emacs out of CVS? Date: Wed, 26 Nov 2003 05:24:49 GMT Organization: Road Runner - NYC Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069824682 16433 80.91.224.253 (26 Nov 2003 05:31:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2003 05:31:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 06:31:19 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AOsGl-00067c-00 for ; Wed, 26 Nov 2003 06:31:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AOtDD-0005WT-Kt for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2003 01:31:43 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!newsfeed.telusplanet.net!newsfeed.telus.net!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:C4MmqK/VG2Z+ZI96u5cbJkJEjgw= Original-Lines: 22 Original-NNTP-Posting-Host: 66.108.171.123 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.nyc.rr.com 1069824289 66.108.171.123 (Wed, 26 Nov 2003 00:24:49 EST) Original-NNTP-Posting-Date: Wed, 26 Nov 2003 00:24:49 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:118646 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14588 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14588 Dan Anderson writes: > I have been told that the only way to support SMTP > authentication in emacs is to get the CVS version. I went to the GNU > Emacs web site, and found out the emacs commands to get it via CVS: > > cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs login > cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs checkout emacs > > So, like I was told I ran those two commands in sequence. > However, I didn't see any files in my CVSROOT, when I ran as both root > and an underpriviledged user. At first all it did was output a number > of Us followed by file names. After that it just output a sequence > like: > > ,----[ Just an example of all of the files > | cvs server: Updating emacs/man You should have a new subdirectory in whatever directory you ran the checkout command in. That's where the source gets put. Billy