Gentoo Archives: gentoo-user

From: R0b0t1 <r030t1@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Attic files (app-admin/rackview) removed?
Date: Tue, 07 Jun 2016 22:05:21
Message-Id: CAAD4mYj_sx+LAqP9EHCMmztP8K0cmuQ1tt7+3DLeuQoK+rx4uw@mail.gmail.com
In Reply to: [gentoo-user] Re: Attic files (app-admin/rackview) removed? by James
1 On Jun 7, 2016 5:00 PM, "James" <wireless@×××××××××××.com> wrote:
2 >
3 > R0b0t1 <r030t1 <at> gmail.com> writes:
4 >
5 >
6 > > > vs -d :pserver:anonymous <at> anoncvs.gentoo.org:/var/cvsroot co
7 > > > gentoo-x86/app-admin/rackview/files
8 > > >
9 > > > was support to download the files and the ebuild, manifest etc etc.?
10 > > >
11 > > > Is there a single (anoncvs) command syntax to use, in general to pull
12 > > > complete (theoretically compilable) sources from the archive? It's
13 been
14 > > > a while so my cvs could easily be incorrect....
15 > > >
16 > > > wget is a champ.....
17 > > >
18 > > > curiously,
19 > > > James
20 > > >
21 > > Use the recursive option. Save the files to your portage tree.
22 >
23 >
24 > man cvs::
25 > -R
26 > Process directories recursively. This is the default for all cvs
27 > commands, with the exception of ls & rls.
28 >
29 > So, I have a '/usr/local/portage/app-admin/rackview/' dir.
30 >
31 > What is the correct syntax string (I borked this a few times
32 > to no avail)?
33 >
34 >
35 > curiously,
36 > James
37 > ???
38 > James
39 >
40
41 `cd /usr/portage && wget -r $url`
42 or
43 `wget -P /usr/portage -r $url`
44 or
45 `wget --help`

Replies

Subject Author
[gentoo-user] Re: Attic files (app-admin/rackview) removed? James <wireless@×××××××××××.com>