* [gentoo-user] Attic files (app-admin/rackview) removed?
@ 2016-06-07 16:53 James
2016-06-07 17:09 ` [gentoo-user] " James
2016-06-08 3:54 ` [gentoo-user] " Stroller
0 siblings, 2 replies; 10+ messages in thread
From: James @ 2016-06-07 16:53 UTC (permalink / raw
To: gentoo-user
Hello,
So I used rackview many years ago. It's ok, simple to use.
It has been tree-cleansed. ok. So I went to the (gentoo) attic::
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/
rackview/?hideattic=0
rackview-0.09-r3.ebuild seems to have been removed from the attic?
Are the devs now cleansing the attic? I thought those were suppose to
remain into perpetuity, for a variety of reasons.....
stumped,
James
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Attic files (app-admin/rackview) removed?
2016-06-07 16:53 [gentoo-user] Attic files (app-admin/rackview) removed? James
@ 2016-06-07 17:09 ` James
2016-06-07 17:13 ` R0b0t1
2016-06-08 2:23 ` Jonathan Callen
2016-06-08 3:54 ` [gentoo-user] " Stroller
1 sibling, 2 replies; 10+ messages in thread
From: James @ 2016-06-07 17:09 UTC (permalink / raw
To: gentoo-user
James <wireless <at> tampabay.rr.com> writes:
> https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/
> rackview/?hideattic=0
> rackview-0.09-r3.ebuild seems to have been removed from the attic?
I have to revert to using 'wget' to snag the files and a copy
of the latest ebuild. I thought the command string given the the page::
vs -d :pserver:anonymous@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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: Attic files (app-admin/rackview) removed?
2016-06-07 17:09 ` [gentoo-user] " James
@ 2016-06-07 17:13 ` R0b0t1
2016-06-07 21:58 ` James
2016-06-08 2:23 ` Jonathan Callen
1 sibling, 1 reply; 10+ messages in thread
From: R0b0t1 @ 2016-06-07 17:13 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 923 bytes --]
On Jun 7, 2016 12:11 PM, "James" <wireless@tampabay.rr.com> wrote:
>
> James <wireless <at> tampabay.rr.com> writes:
>
>
> > https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/
> > rackview/?hideattic=0
>
> > rackview-0.09-r3.ebuild seems to have been removed from the attic?
>
>
> I have to revert to using 'wget' to snag the files and a copy
> of the latest ebuild. I thought the command string given the the page::
>
> vs -d :pserver:anonymous@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.
[-- Attachment #2: Type: text/html, Size: 1402 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Attic files (app-admin/rackview) removed?
2016-06-07 17:13 ` R0b0t1
@ 2016-06-07 21:58 ` James
2016-06-07 22:05 ` R0b0t1
0 siblings, 1 reply; 10+ messages in thread
From: James @ 2016-06-07 21:58 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Re: Attic files (app-admin/rackview) removed?
2016-06-07 21:58 ` James
@ 2016-06-07 22:05 ` R0b0t1
2016-06-07 23:10 ` James
0 siblings, 1 reply; 10+ messages in thread
From: R0b0t1 @ 2016-06-07 22:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]
On Jun 7, 2016 5:00 PM, "James" <wireless@tampabay.rr.com> 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`
[-- Attachment #2: Type: text/html, Size: 1658 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Attic files (app-admin/rackview) removed?
2016-06-07 22:05 ` R0b0t1
@ 2016-06-07 23:10 ` James
0 siblings, 0 replies; 10+ messages in thread
From: James @ 2016-06-07 23:10 UTC (permalink / raw
To: gentoo-user
R0b0t1 <r030t1 <at> gmail.com> writes:
> > man cvs::
> > 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)?
> `cd /usr/portage && wget -r $url`
> or
> `wget -P /usr/portage -r $url`
No problems with wget, I was referrring to cvs syntax.....
Reread the first email. The problem/question was on cvs syntax....only.
James
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Attic files (app-admin/rackview) removed?
2016-06-07 17:09 ` [gentoo-user] " James
2016-06-07 17:13 ` R0b0t1
@ 2016-06-08 2:23 ` Jonathan Callen
2016-06-08 12:20 ` James
1 sibling, 1 reply; 10+ messages in thread
From: Jonathan Callen @ 2016-06-08 2:23 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 1683 bytes --]
On 06/07/2016 01:09 PM, James wrote:
>
>
>> https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/
>> rackview/?hideattic=0
>
>> rackview-0.09-r3.ebuild seems to have been removed from the attic?
>
>
> I have to revert to using 'wget' to snag the files and a copy
> of the latest ebuild. I thought the command string given the the page::
>
> vs -d :pserver:anonymous@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
>
Because the entire directory in question is (now) empty, the
requirements are a bit different.
First, you must do the `cvs co` *without* the "-P" flag (check your
~/.cvsrc). You can bypass a ~/.cvsrc by passing "-f" to cvs, like so:
CVSROOT=":pserver:anonymous@anoncvs.gentoo.org:/var/cvsroot"
cvs -f -d "$CVSROOT" co gentoo-x86/app-admin/rackview
You can then cd into the directory in question
(gentoo-x86/app-admin/rackview), and for each file that you want,
determine the revision of the file just before it was removed (subtract
0.1 from the revision shown on the web view, or read the output of `cvs
log`).
You can then do `cvs up -r1.X file`, replacing "1.X" with the CVS
revision and "file" with the filename in question. Note that CVS
tracked every file separately, so the revisions will differ between files.
--
Jonathan Callen
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] Attic files (app-admin/rackview) removed?
2016-06-07 16:53 [gentoo-user] Attic files (app-admin/rackview) removed? James
2016-06-07 17:09 ` [gentoo-user] " James
@ 2016-06-08 3:54 ` Stroller
2016-06-08 12:15 ` [gentoo-user] " James
1 sibling, 1 reply; 10+ messages in thread
From: Stroller @ 2016-06-08 3:54 UTC (permalink / raw
To: gentoo-user
> On Tue, 7 June 2016, at 5:53 pm, James <wireless@tampabay.rr.com> wrote:
>
> It has been tree-cleansed. ok. So I went to the (gentoo) attic::
>
> https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/
> rackview/?hideattic=0
>
> rackview-0.09-r3.ebuild seems to have been removed from the attic?
I don't understand.
wget https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/rackview/rackview-0.09-r3.ebuild?revision=1.2
Doesn't this work for you?
Stroller.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Attic files (app-admin/rackview) removed?
2016-06-08 3:54 ` [gentoo-user] " Stroller
@ 2016-06-08 12:15 ` James
0 siblings, 0 replies; 10+ messages in thread
From: James @ 2016-06-08 12:15 UTC (permalink / raw
To: gentoo-user
Stroller <stroller <at> stellar.eclipse.co.uk> writes:
>> It has been tree-cleansed. ok. So I went to the (gentoo) attic::
> wget
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-admin/
rackview/rackview-0.09-r3.ebuild?revision=1.2
>
> Doesn't this work for you?
Like I stated before, YES wget works fine. I was fumbaling around with the
cvs syntax/tricks/knowledge and wanted to have that correct. I seem to visit
the attic on a semi regular basis and my /usr/local/portage dir
groweth......
thx,
James
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-user] Re: Attic files (app-admin/rackview) removed?
2016-06-08 2:23 ` Jonathan Callen
@ 2016-06-08 12:20 ` James
0 siblings, 0 replies; 10+ messages in thread
From: James @ 2016-06-08 12:20 UTC (permalink / raw
To: gentoo-user
Jonathan Callen <jcallen <at> gentoo.org> writes:
> First, you must do the `cvs co` *without* the "-P" flag (check your
> ~/.cvsrc). You can bypass a ~/.cvsrc by passing "-f" to cvs, like so:
> CVSROOT=":pserver:anonymous <at> anoncvs.gentoo.org:/var/cvsroot"
> cvs -f -d "$CVSROOT" co gentoo-x86/app-admin/rackview
> You can then cd into the directory in question
> (gentoo-x86/app-admin/rackview), and for each file that you want,
> determine the revision of the file just before it was removed (subtract
> 0.1 from the revision shown on the web view, or read the output of `cvs
> log`).
> You can then do `cvs up -r1.X file`, replacing "1.X" with the CVS
> revision and "file" with the filename in question.
Ah!
OK.
I'll test this out.
post back only if
it fails.
thx,
James
James
James
James (need to have more lines posted (gmane.org).
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2016-06-08 12:20 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07 16:53 [gentoo-user] Attic files (app-admin/rackview) removed? James
2016-06-07 17:09 ` [gentoo-user] " James
2016-06-07 17:13 ` R0b0t1
2016-06-07 21:58 ` James
2016-06-07 22:05 ` R0b0t1
2016-06-07 23:10 ` James
2016-06-08 2:23 ` Jonathan Callen
2016-06-08 12:20 ` James
2016-06-08 3:54 ` [gentoo-user] " Stroller
2016-06-08 12:15 ` [gentoo-user] " James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox