On Jun 7, 2016 5:00 PM, "James" <[email protected]> wrote: > > R0b0t1 <r030t1 <at> gmail.com> writes: > > > > > vs -d :pserver:anonymous <at> anoncvs.gentoo.org:/var/cvsroot co > > > gentoo-x86/app-admin/rackview/files > > > > > > was support to download the files and the ebuild, manifest etc etc.? > > > > > > Is there a single (anoncvs) command syntax to use, in general to pull > > > complete (theoretically compilable) sources from the archive? It's been > > > a while so my cvs could easily be incorrect.... > > > > > > wget is a champ..... > > > > > > curiously, > > > James > > > > > Use the recursive option. Save the files to your portage tree. > > > man cvs:: > -R > Process directories recursively. This is the default for all cvs > commands, with the exception of ls & rls. > > So, I have a '/usr/local/portage/app-admin/rackview/' dir. > > What is the correct syntax string (I borked this a few times > to no avail)? > > > curiously, > James > ??? > James >
`cd /usr/portage && wget -r $url` or `wget -P /usr/portage -r $url` or `wget --help`

