Forum: Ruby-core installing latest development version using RVM

Posted by unknown (Guest)
on 2012-10-07 14:38
(Received via mailing list)
Hi group,

I am trying to install the latest version of Ruby using rvm.
After

   rvm install ruby-head

I get

  $ rvm use ruby-head
  $ ruby -v
  ruby 2.0.0dev (2012-09-28 trunk 37049)

whereas the current revision in the svn repository is 37113.

Does rvm for some reason have a "lag" or does it use its
own repository instead of the official one?
Posted by Benoit Daloze (Guest)
on 2012-10-07 15:24
(Received via mailing list)
On 7 October 2012 14:37,  <sto.mar@web.de> wrote:
>  $ ruby -v
>  ruby 2.0.0dev (2012-09-28 trunk 37049)
>
> whereas the current revision in the svn repository is 37113.
>
> Does rvm for some reason have a "lag" or does it use its
> own repository instead of the official one?

Your RVM  installation likely uses the GitHub ruby/ruby repository,
which is not synchronized for the moment (see
https://bugs.ruby-lang.org/issues/7085).

So this might be considered as an RVM issue, as the SVN repository is
the official source.
Posted by unknown (Guest)
on 2012-10-07 21:20
(Received via mailing list)
Am 07.10.2012 15:24, schrieb Benoit Daloze:
>>   $ rvm use ruby-head
> https://bugs.ruby-lang.org/issues/7085).
Yes, it does...

I managed to install the current revision by setting
the repository in $rvm_path/user/db, with:

   ruby_repo_url=http://svn.ruby-lang.org/repos/ruby/trunk
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.