Gentoo Archives: gentoo-user

From: Nistor Andrei <coder.tux@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Subversion 1.4.3
Date: Mon, 30 Apr 2007 10:46:41
Message-Id: 200704301337.23395.coder.tux@gmail.com
1 On Monday 30 April 2007, Johannes Skov Frandsen wrote:
2 > Hi
3 >
4 > I have currently installed version 1.3.2-r3 of subversion, but I have
5 > installed th latest version of subclipse (svn plugin for the eclipse
6 > platform), and now I can't use svn from the shell.
7 >
8 > I get
9 > svn: This client is too old to work with working copy '.'; please get a
10 > newer Subversion client
11 >
12 > no matter what command i run.
13 >
14 > I guess I have to upgrade to a new version of svn, but how do I explain
15 > emerge that I want the 1.4.3 version?
16 >
17 > runing:
18 >
19 > emerge -va subversion
20 >
21 > only allows me to reinstall version 1.3.2-r3
22
23 Try
24
25 ACCEPT_KEYWORDS="~arch" emerge subversion
26
27 Replace arch with your architecture: x86, amd64, whatever...
28
29 This is only temporary, next time you'll update world it'l revert to 1.3.2.
30
31 To make it permanent, untill 1.4.3 goes stable, add this line
32 to /etc/portage/package.keywords
33
34 dev-util/subversion ~x86
35
36 >
37 > Regards
38 >
39 > Joe
40
41
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Subversion 1.4.3 Johannes Skov Frandsen <joe@×××××.com>