From owner-freebsd-questions@FreeBSD.ORG Wed Jan 9 19:52:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9F143BF8 for ; Wed, 9 Jan 2013 19:52:17 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 617BB94E for ; Wed, 9 Jan 2013 19:52:17 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r09JqFpr004775; Wed, 9 Jan 2013 12:52:15 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r09JqDLM004772; Wed, 9 Jan 2013 12:52:15 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 9 Jan 2013 12:52:13 -0700 (MST) From: Warren Block To: Fleuriot Damien Subject: Re: Which ports tree through svn? In-Reply-To: <17F38D0B-75C0-45C5-9309-F49CBD57679D@my.gd> Message-ID: References: <50ED8195.6030503@gmail.com> <17F38D0B-75C0-45C5-9309-F49CBD57679D@my.gd> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Wed, 09 Jan 2013 12:52:16 -0700 (MST) Cc: Andrei Brezan , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 19:52:17 -0000 On Wed, 9 Jan 2013, Fleuriot Damien wrote: > > On Jan 9, 2013, at 3:41 PM, Andrei Brezan wrote: > >> Hello list, >> >> I'm using: >> FreeBSD myhost.mydomain.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >> >> I want/need to use svn for my ports tree mainly because I need to downgrade ports. There is portdowngrade in the ports tree but that relies on cvs which is no longer available. The only way that I'm able to do this now is with svn log and svn up -r to the revision needed so I get the version that I need in the port. >> >> My problem is what do i need to checkout in the first place for 9.0-RELEASE? >> svn co svn://svn.freebsd.org/ports/head /usr/ports or svn co snv://svn.freebsd.org/tags/RELEASE_9_0_0 /usr/ports? >> >> The first one seems to be up to date but the latter has for eg apache version 2.2.21 from 2011; I presume from the portfreeze before 9 was released. >> >> Maybe there are any means to downgrade ports while using portsnap that I'm not aware of. >> >> Thank you, >> Andrei > > > http://svn.freebsd.org/ports/tags/RELEASE_9_0_0/ > > > Note that, unless I'm mistaken, this branch is frozen so you won't be getting any update. Might as well use the real ports tree, the first option shown above, since it also has the previous history.