From owner-freebsd-questions@FreeBSD.ORG Mon Jan 15 00:45:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F35EE16A407 for ; Mon, 15 Jan 2007 00:45:27 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from regulus.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id C0F2913C45D for ; Mon, 15 Jan 2007 00:45:27 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by regulus.dfwlp.com (8.13.8/8.13.8) with ESMTP id l0F0jPYa029038 for ; Sun, 14 Jan 2007 18:45:25 -0600 (CST) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 14 Jan 2007 18:45:24 -0600 User-Agent: KMail/1.9.5 References: <200701141648.34071.freebsd@dfwlp.com> <20070114234309.69ae301c@gumby.homeunix.com> In-Reply-To: <20070114234309.69ae301c@gumby.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701141845.24888.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on regulus.dfwlp.com Subject: Re: going back in time with the ports tree X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2007 00:45:28 -0000 On Sunday 14 January 2007 17:43, RW wrote: > On Sun, 14 Jan 2007 16:48:33 -0600 > > Jonathan Horne wrote: > > im trying to figure out how to go back in time on my ports tree. im > > sure ive seen instructions on how to do this before, but for the life > > of me, i cant find the doc now. i would like to get a copy of ports > > from right before php-5.2.0 was committed. > > > > can anyone point me in the right direction? > > You can set a date in the ports' cvsup file like this > > *default release=cvs tag=. date= > > See cvsup(1) for the date format > ah perfect, that was it! thanks a bunch! jonathan