Getting Ruby 1.9

I only see the 1.8.x repo. How do I get 1.9? Or is HEAD the 1.9 repo?

Thanks,

Dan

···

-----Original Message-----
From: ts [mailto:decoux@moulon.inra.fr]
Sent: Thursday, April 20, 2006 9:54 AM
To: ruby-talk ML
Cc: ruby-talk@ruby-lang.org
Subject: Re: Getting Ruby 1.9

> Is this posted on ruby-lang.org somewhere?

Yes, link

  Development

    * CVS Repositories

  http://www.ruby-lang.org/en/20020106.html

Guy Decoux

I only see the 1.8.x repo. How do I get 1.9? Or is HEAD the 1.9 repo?

yes, it's 1.9

you must give to cvs (if I'm remember well)

cvs -z4 -d :pserver:anonymous@cvs.ruby-lang.org:/src co -r ruby_1_8 ruby

to have the branch for 1.8

Guy Decoux