From owner-freebsd-questions@FreeBSD.ORG Wed Jan 9 16:10:10 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 06039D11 for ; Wed, 9 Jan 2013 16:10:10 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id 8049DA9A for ; Wed, 9 Jan 2013 16:10:08 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id gg4so1072823wgb.6 for ; Wed, 09 Jan 2013 08:10:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=83cxQBQrymPIPDU4ZNwzhH7ks1QUKND51b8578JDkAI=; b=mHr+4bT81sgRFv/9pMv8ya/4yv71gEW0TwOYWKQ5OmOy4A5Pe/lGaX4R6Kfv7EnQjJ shhsGqToRDNIRZZHr6TN0JFwKlHi+pCwCFf6MBYmniag0LqBiGVcu/xAsy9d2eivDehC QxUwUhRSYecf2DDh2RVd7jsyyn/fdxdZz/l8PfVlZeAPF/5ruGAaHLrjQt4QRsnVNyZu cmcu/sdBs+O1miYrA4zMZnNpd6BlzldQKqzhsYZxN7fAu2S6dz9bdbUGcHZ/0vmd8IrG wksPZBFHB6+klflpUUXLMQ8wT4xRiFE9fmeBr1CV0Tv2GhgdJtvDA0skc9PkcIkx4H4C 60Xg== X-Received: by 10.180.79.194 with SMTP id l2mr4179619wix.22.1357747801739; Wed, 09 Jan 2013 08:10:01 -0800 (PST) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id p2sm4907738wic.7.2013.01.09.08.09.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Jan 2013 08:10:00 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Which ports tree through svn? From: Fleuriot Damien In-Reply-To: <50ED8195.6030503@gmail.com> Date: Wed, 9 Jan 2013 17:09:59 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <17F38D0B-75C0-45C5-9309-F49CBD57679D@my.gd> References: <50ED8195.6030503@gmail.com> To: Andrei Brezan X-Mailer: Apple Mail (2.1499) X-Gm-Message-State: ALoCoQnGRVrIllNg8BFkjQ5Y0TjG1hfV2U1IewR69c1BtU3Pteff7iLWxqQkFVfnWZH/FM5Pz/BM Cc: 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 16:10:10 -0000 On Jan 9, 2013, at 3:41 PM, Andrei Brezan wrote: > Hello list, >=20 > 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 >=20 > 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. >=20 > 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? >=20 > 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. >=20 > Maybe there are any means to downgrade ports while using portsnap that = I'm not aware of. >=20 > 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.