blob: 0ef03de60fd3deed73098ede36127b2086d68029 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Copyright 2005-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-projects/portage-utils/README,v 1.20 2006/08/19 16:10:24 solar Exp $
Developers to contact:
solar@gentoo.org
vapier@gentoo.org
- Speed is everything.
Having your PORTDIR and VDB on the right file system helps dramatically
IDE raid with PORTDIR on reiserfs:
q -r
q: Finished 20655 entries in 1.990951 seconds
IDE raid with PORTDIR on ext3:
q -r
q: Finished 20655 entries in 203.664252 seconds
- Fetching via anoncvs.
The cvs module for gentoo-projects is mirrored. You may download a
pretty recent copy using the following command. Note: that this is not
the official cvs server but rather a mirror so it lags about a hour or
so behind the real tree which is hosted on cvs.gentoo.org
# Obsolete as of Apr 14 2006
#cvs -d:pserver:anonymous@zarquon.twobit.net:/var/cvsroot -q -z9 co -R gentoo-projects/portage-utils
# Will soon be replaced with.
#cvs -d:pserver:anonymous@anoncvs.gentoo.org:/var/cvsroot -q -z9 co -R gentoo-projects/portage-utils
|