From owner-freebsd-questions@FreeBSD.ORG Wed Jan 9 14:41:44 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 CC1A877F for ; Wed, 9 Jan 2013 14:41:44 +0000 (UTC) (envelope-from andrei693@gmail.com) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) by mx1.freebsd.org (Postfix) with ESMTP id 558F52CE for ; Wed, 9 Jan 2013 14:41:43 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id fh20so1947324lab.34 for ; Wed, 09 Jan 2013 06:41:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=35GbRRM9ItcAsNXqsASvNXflUJ6lZ8FeWRK2J3DJ250=; b=0Iu4yZVH/EEh/y6KsA7j5+3VWZi+O7IKxBqjb1HHE8+5YVOkWOhWh8teSMXDNEw2sP JUtK4IWZNDGh01g72aXNrFit6HuVDXb+HD/W8o/3JpV2vf+z+46rXeVd4JuFuVJFz01L Q+SQGUX1zXimNr+w/5fJIWBzc2Dj0EhDeK9UFH8rFU56ET+0TiBVdj2gxiuxSPTGC646 ke8BaWPoW0WIMyxVP/CDmaHm9nr9KrgkAYoyUochSVAobnjmzO5lC1o3hCvwarZYv+qg 4Chilg281N9MzGZPwvTPcBU7o8XciVqixmtsfYD+U7Y/suOL59fb3FLpY458SXpx7vLt M+BA== X-Received: by 10.112.36.161 with SMTP id r1mr9851463lbj.39.1357742502853; Wed, 09 Jan 2013 06:41:42 -0800 (PST) Received: from [127.0.0.1] ([87.213.55.5]) by mx.google.com with ESMTPS id ie3sm4931761lab.4.2013.01.09.06.41.40 (version=SSLv3 cipher=OTHER); Wed, 09 Jan 2013 06:41:41 -0800 (PST) Message-ID: <50ED8195.6030503@gmail.com> Date: Wed, 09 Jan 2013 15:41:25 +0100 From: Andrei Brezan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Which ports tree through svn? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 14:41:44 -0000 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