* how to get older version instead of bleeding edge
@ 2003-06-06 17:57 HG
2003-06-06 17:57 ` HG
2003-06-06 18:11 ` ilya
0 siblings, 2 replies; 5+ messages in thread
From: HG @ 2003-06-06 17:57 UTC (permalink / raw)
To: linux-mips
Hi all
How I get the older version of the linux for mips kernel , in particular I
would like the 2.4.20
after downloading successfully the latest cvs with the web example
i tried to upgrade with : $ cvs
cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs update -r2.4.20 linux
a long list of ..../filename is no longer in the repository was obtained
any hints of the command line necessary
thanks
Henri
^ permalink raw reply [flat|nested] 5+ messages in thread
* how to get older version instead of bleeding edge
2003-06-06 17:57 HG
@ 2003-06-06 17:57 ` HG
2003-06-06 18:11 ` ilya
1 sibling, 0 replies; 5+ messages in thread
From: HG @ 2003-06-06 17:57 UTC (permalink / raw)
To: linux-mips
Hi all
How I get the older version of the linux for mips kernel , in particular I
would like the 2.4.20
after downloading successfully the latest cvs with the web example
i tried to upgrade with : $ cvs
cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs update -r2.4.20 linux
a long list of ..../filename is no longer in the repository was obtained
any hints of the command line necessary
thanks
Henri
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how to get older version instead of bleeding edge
2003-06-06 17:57 HG
2003-06-06 17:57 ` HG
@ 2003-06-06 18:11 ` ilya
1 sibling, 0 replies; 5+ messages in thread
From: ilya @ 2003-06-06 18:11 UTC (permalink / raw)
To: HG; +Cc: linux-mips
[-- Attachment #1: Type: text/plain, Size: 769 bytes --]
Primary command that you need to know is
info cvs
OTOH, it would probably be beneficial, if we had something like
"
To check out earlier releases of kernel from cvs (i.e. 2.4) use
cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs co -rlinux_2_4
"
On Fri, Jun 06, 2003 at 01:57:21PM -0400, HG wrote:
> Hi all
>
> How I get the older version of the linux for mips kernel , in particular I
> would like the 2.4.20
>
> after downloading successfully the latest cvs with the web example
> i tried to upgrade with : $ cvs
> cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs update -r2.4.20 linux
> a long list of ..../filename is no longer in the repository was obtained
>
> any hints of the command line necessary
>
> thanks
>
> Henri
>
>
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: how to get older version instead of bleeding edge
@ 2003-06-06 18:13 Mitchell, Earl
2003-06-06 18:20 ` ilya
0 siblings, 1 reply; 5+ messages in thread
From: Mitchell, Earl @ 2003-06-06 18:13 UTC (permalink / raw)
To: 'HG', linux-mips
Setup env and login ...
export CVSROOT=:pserver:cvs@ftp.linux-mips.org:/home/cvs
cvs login # password=cvs
To get list of tags available ...
cvs history -r -T linux
Latest stable version is 2_4_21-pre3, to download ..
mkdir ./linux_2_4_21-pre3
cd ./linux_2_4_21-pre3
cvs checkout -r linux_2_4_21-pre3 linux
-earlm
>-----Original Message-----
>From: HG [mailto:henri@broadbandnetdevices.com]
>Sent: Friday, June 06, 2003 10:57 AM
>To: linux-mips@linux-mips.org
>Subject: how to get older version instead of bleeding edge
>
>Hi all
>
>How I get the older version of the linux for mips kernel , in particular I
>would like the 2.4.20
>
>after downloading successfully the latest cvs with the web example
>i tried to upgrade with : $ cvs
>cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs update -r2.4.20 linux
>a long list of ..../filename is no longer in the repository was obtained
>
>any hints of the command line necessary
>
>thanks
>
>Henri
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how to get older version instead of bleeding edge
2003-06-06 18:13 how to get older version instead of bleeding edge Mitchell, Earl
@ 2003-06-06 18:20 ` ilya
0 siblings, 0 replies; 5+ messages in thread
From: ilya @ 2003-06-06 18:20 UTC (permalink / raw)
To: Mitchell, Earl; +Cc: 'HG', linux-mips
[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]
latest available version is linux_2_4, which happens to be always a tip of
2.4 branch of linux-mips cvs
On Fri, Jun 06, 2003 at 11:13:23AM -0700, Mitchell, Earl wrote:
> Setup env and login ...
>
> export CVSROOT=:pserver:cvs@ftp.linux-mips.org:/home/cvs
> cvs login # password=cvs
>
> To get list of tags available ...
>
> cvs history -r -T linux
>
> Latest stable version is 2_4_21-pre3, to download ..
>
> mkdir ./linux_2_4_21-pre3
> cd ./linux_2_4_21-pre3
> cvs checkout -r linux_2_4_21-pre3 linux
>
> -earlm
>
>
> >-----Original Message-----
> >From: HG [mailto:henri@broadbandnetdevices.com]
> >Sent: Friday, June 06, 2003 10:57 AM
> >To: linux-mips@linux-mips.org
> >Subject: how to get older version instead of bleeding edge
> >
> >Hi all
> >
> >How I get the older version of the linux for mips kernel , in particular I
> >would like the 2.4.20
> >
> >after downloading successfully the latest cvs with the web example
> >i tried to upgrade with : $ cvs
> >cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs update -r2.4.20 linux
> >a long list of ..../filename is no longer in the repository was obtained
> >
> >any hints of the command line necessary
> >
> >thanks
> >
> >Henri
>
>
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-06-06 18:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-06 18:13 how to get older version instead of bleeding edge Mitchell, Earl
2003-06-06 18:20 ` ilya
-- strict thread matches above, loose matches on Subject: below --
2003-06-06 17:57 HG
2003-06-06 17:57 ` HG
2003-06-06 18:11 ` ilya
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox