From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: get cvs version of certain date Date: Fri, 10 Jun 2005 09:42:46 +0300 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118388373 27450 80.91.229.2 (10 Jun 2005 07:26:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Jun 2005 07:26:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 10 09:26:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dgdu3-0006Yp-Ge for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Jun 2005 09:26:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dge18-0004r5-9U for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Jun 2005 03:33:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dge0i-0004ng-Kg for help-gnu-emacs@gnu.org; Fri, 10 Jun 2005 03:33:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dge0g-0004mA-HC for help-gnu-emacs@gnu.org; Fri, 10 Jun 2005 03:32:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dgdn7-0007cP-2u for help-gnu-emacs@gnu.org; Fri, 10 Jun 2005 03:18:57 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DgdES-00047S-0L for help-gnu-emacs@gnu.org; Fri, 10 Jun 2005 02:43:08 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-242-216.inter.net.il [84.228.242.216]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EOT19423 (AUTH halo1); Fri, 10 Jun 2005 09:42:44 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Fabian Braennstroem on 10 Jun 2005 06:13:27 GMT) 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:27390 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27390 > From: Fabian Braennstroem > Date: 10 Jun 2005 06:13:27 GMT > > I want to install the cvs version of 4th June. > I get the current source with: > > cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs > > but there is compiling problem. > > Maybe anybody knows how to set the date for the cvs > checkout!? Look up "cvs co -D " in the CVS manual. Warning: the -D option is sticky; you should keep this in mind for the future checkouts and other CVS operations (hint: use "cvs up -A" when you no longer want to keep the June 4 date).