From owner-freebsd-stable@FreeBSD.ORG Wed Jun 11 15:23:21 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD0DF687 for ; Wed, 11 Jun 2014 15:23:21 +0000 (UTC) Received: from mp1-smtp-5.eutelia.it (mp1-smtp-5.eutelia.it [62.94.10.165]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB28242E for ; Wed, 11 Jun 2014 15:23:21 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mp1-smtp-5.eutelia.it (Eutelia) with ESMTP id 6A957174712 for ; Wed, 11 Jun 2014 16:57:08 +0200 (CEST) Received: from soth.ventu (adsl-ull-154-224.41-151.net24.it [151.41.224.154]) (authenticated bits=0) by ns2.biolchim.it (8.14.9/8.14.8) with ESMTP id s5BEuwb2037802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 11 Jun 2014 16:57:01 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-154-224.41-151.net24.it [151.41.224.154] claimed to be soth.ventu Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.9/8.14.7) with ESMTP id s5BEupr9082420 for ; Wed, 11 Jun 2014 16:56:53 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <53986E33.4070509@netfence.it> Date: Wed, 11 Jun 2014 16:56:51 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: svn portdowngrade References: <20140611141324.GC4534@vpn.offrom.nl> In-Reply-To: <20140611141324.GC4534@vpn.offrom.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Wed, 11 Jun 2014 16:57:04 +0200 (CEST) X-Spam-Score: 5.566 (*****) RCVD_IN_BRBL_LASTEXT, RCVD_IN_PBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.74 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 15:23:21 -0000 On 06/11/14 16:13, Willy Offermans wrote: > Dear FreeBSD friends, > > I use svn update /usr/ports to keep my ports collection up to date. > > Now, I have an issue with cups 1.7.2 and I like to downgrade to > version 1.5.4. There is a port called portdowngrade. Shall I use this to > downgrade cups to 1.5.4, or is there another (advisable) way? I used portdowngrade back in the cvsup days and it should still work with svn; I think I even used it sometimes recently. However I actually prefer to use svn directly. E.g. cd /usr/ports/xxx/yyy svn log (choose revision REV you like) svn upgrade -r REV bye av.