Re: Getting Ruby 1.9

B> Is this posted on ruby-lang.org somewhere?
Guy Decoux
I only see the 1.8.x repo. How do I get 1.9? Or is HEAD the 1.9 repo?

Thanks,

Dan

“B” == Berger, Daniel [email protected] writes:

B> 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:[email protected]:/src co -r ruby_1_8
ruby

to have the branch for 1.8

Guy Decoux