Gentoo Archives: gentoo-user

From: Marco Matthies <marco-ml@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Subversion 1.2
Date: Thu, 14 Jul 2005 17:35:05
Message-Id: 42D6A049.8080609@gmx.net
In Reply to: [gentoo-user] Subversion 1.2 by "Steve [Gentoo]"
1 Steve [Gentoo] wrote:
2 > I'd have thought lots of people in the gentoo crowd would have been
3 > eagerly awaiting subversion 1.2.x with its substantial new "reserved
4 > checkout" - but nothing seems to have moved forward.
5
6 you must have missed this link from the gentoo homepage (on the left):
7 http://packages.gentoo.org/
8 a search yields this:
9 http://packages.gentoo.org/search/?sstring=subversion
10
11 also, for a command-line version, read:
12 man equery
13
14 You might also want to read up on the portage section in the gentoo
15 handbook:
16 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=3
17
18 sorry for such a canned answer, but i would only repeat what's been
19 written there.
20
21 > I've tried using ~x86 as my USE flag - but the 1.2 ebuild still won't
22 > install reporting a "Problem in dev-util/subversion-1.2 dependencies"...
23 > I'm reluctant to use an unstable subverison port as it would cost me a
24 > fair bit of time if it scrambles my version controlled files. Does
25 > anyone know what the problems are and why its taking so long to get
26 > 1.2.x into the default portage tree?
27
28 Don't put ~x86 in your USE flags just for that - use
29 /etc/portage/package.keywords (see the above mentioned portage guide).
30 I'm not exactly sure what you want - Gentoo leaves packages in unstable
31 for a default period of time to make sure they work allright. If you
32 want the newest version of a package, you must tell portage to do so by
33 putting the appropriate stuff (subversion and it's dependencies) in
34 /etc/portage/package.keywords.
35
36 Here, i just did it myself by putting this in my package.keywords
37 (create this file if it doesn't exist) :
38
39 =dev-util/subversion-1.2.1 ~x86
40 =dev-libs/apr-util-0.9.5 ~x86
41 =dev-libs/apr-0.9.5 ~x86
42
43 You just add one package, ask portage to merge, then put in the next
44 dependency, and so on...
45 Tried this on amd64 (with ~amd64 instead of ~x86, naturally), it's
46 happily compiling away... This was just info about portage, it is in no
47 way any form of endorsement on the new version of subversion, as I
48 haven't used it at all - and I don't know if you should be so impatient
49 with a new version of a package that seems to be important to you and
50 your data...
51
52 Hope this helps,
53
54 Marco
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Subversion 1.2 "Steve [Gentoo]" <gentoo_steve@×××××××.uk>