From: ts Date: 2006-04-21T01:08:33+09:00 Subject: Re: Getting Ruby 1.9 >>>>> "B" == Berger, Daniel 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:anonymous@cvs.ruby-lang.org:/src co -r ruby_1_8 ruby to have the branch for 1.8 Guy Decoux