Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 16:56:51 +0200
From:      Andrea Venturoli <ml@netfence.it>
To:        freebsd-stable@freebsd.org
Subject:   Re: svn portdowngrade
Message-ID:  <53986E33.4070509@netfence.it>
In-Reply-To: <20140611141324.GC4534@vpn.offrom.nl>
References:  <20140611141324.GC4534@vpn.offrom.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53986E33.4070509>