From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from <gentoo-user+bounces-63328-garchives=archives.gentoo.org@gentoo.org>) id 1HiTOy-0000YN-HA for garchives@archives.gentoo.org; Mon, 30 Apr 2007 10:46:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l3UAiNBQ007582; Mon, 30 Apr 2007 10:44:23 GMT Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l3UAbKQo031277 for <gentoo-user@lists.gentoo.org>; Mon, 30 Apr 2007 10:37:21 GMT Received: by mu-out-0910.google.com with SMTP id w8so1847672mue for <gentoo-user@lists.gentoo.org>; Mon, 30 Apr 2007 03:37:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=FQubQUIUH/e3WsnhfeB1AsdvBlXLrhhf5XvHaeYz7n9f/LP7+a/xHaGhoM2h0w9f0v/AI6l0FP57bJLOyOnNcBHILgWDbvx0JWHXGPFtbEV5pSXn+hwGVqOPfwkW6lQCqPJOCuF9W7vTNI4pDnDNovH2VS8/cv99rZJnDX8exCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=qbZ5y+P25MLnNtAAD4bHAxPWsFbG7M0ZuuUK0kZ+D/XcnA+br3F8EzlSPxdqUWROpdNGTKG/MfLJkm121Ss32uTCd/0Co16afo67vIN03NPUMgaE5+acqOOGjlRu//wo0e1ZeQsMLc20eOOcn1L1xVy5XvbdzN1OnW/bIthZ08U= Received: by 10.82.158.12 with SMTP id g12mr11580159bue.1177929439628; Mon, 30 Apr 2007 03:37:19 -0700 (PDT) Received: from ?89.33.117.40? ( [89.33.117.40]) by mx.google.com with ESMTP id b30sm11053773ika.2007.04.30.03.37.17; Mon, 30 Apr 2007 03:37:18 -0700 (PDT) From: Nistor Andrei <coder.tux@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Subversion 1.4.3 Date: Mon, 30 Apr 2007 13:37:23 +0300 User-Agent: KMail/1.9.6 References: <200704301002.45772.f.philipp@addcom.de> <200704301056.18864.volker.armin.hemmann@tu-clausthal.de> <4635C434.9080200@omesc.com> In-Reply-To: <4635C434.9080200@omesc.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704301337.23395.coder.tux@gmail.com> X-Archives-Salt: 45b0ab19-65e3-4366-8ad6-838610b6cf65 X-Archives-Hash: d570c1e0812e9749ac835d6dd61c1f63 On Monday 30 April 2007, Johannes Skov Frandsen wrote: > Hi > > I have currently installed version 1.3.2-r3 of subversion, but I have > installed th latest version of subclipse (svn plugin for the eclipse > platform), and now I can't use svn from the shell. > > I get > svn: This client is too old to work with working copy '.'; please get a > newer Subversion client > > no matter what command i run. > > I guess I have to upgrade to a new version of svn, but how do I explain > emerge that I want the 1.4.3 version? > > runing: > > emerge -va subversion > > only allows me to reinstall version 1.3.2-r3 Try ACCEPT_KEYWORDS="~arch" emerge subversion Replace arch with your architecture: x86, amd64, whatever... This is only temporary, next time you'll update world it'l revert to 1.3.2. To make it permanent, untill 1.4.3 goes stable, add this line to /etc/portage/package.keywords dev-util/subversion ~x86 > > Regards > > Joe -- gentoo-user@gentoo.org mailing list