From owner-freebsd-stable@FreeBSD.ORG Thu Jun 12 00:05:14 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 5B0E6FD5 for ; Thu, 12 Jun 2014 00:05:14 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CF802759 for ; Thu, 12 Jun 2014 00:05:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=onhmXn/6KRuK+n6aQUEo4D6sQ1iWGLBpTZh5Zduh+Q8=; b=HpZQfrn0qlqZKraEd7Zj9DIBQus+4nvuTpEfjS1bXGVv27Y1SKFtDIyhBO5VX/384AgXZ8seo7RhpHIwB7tv2W+KKDnV6Z1zKyouy6VQ8fvK8NsVaTu1tJmqghSYIQLoSI2kIR+fsEDJx6We7o0tm6xano0ETnseWfgFKpW2FaQ=; Received: from [114.120.35.65] (port=19440 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WusVy-0032dB-ES; Wed, 11 Jun 2014 18:05:11 -0600 Date: Thu, 12 Jun 2014 08:05:04 +0800 From: Erich Dollansky To: Willy@Offermans.Rompen.nl Subject: Re: svn portdowngrade Message-ID: <20140612080504.78dcc72f@X220.alogt.com> In-Reply-To: <20140611175933.GE4534@vpn.offrom.nl> References: <20140611141324.GC4534@vpn.offrom.nl> <53986E33.4070509@netfence.it> <20140611175933.GE4534@vpn.offrom.nl> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-stable@freebsd.org, Andrea Venturoli 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: Thu, 12 Jun 2014 00:05:14 -0000 Hi, On Wed, 11 Jun 2014 19:59:33 +0200 Willy Offermans wrote: > On Wed, Jun 11, 2014 at 04:56:51PM +0200, Andrea Venturoli wrote: > > 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. > > I guess you mean update and __not__ upgrade in your last command. > > Very nice! > > Unfortunately: > you must know a revision which contained a working cups-base. Erich