On 7 October 2012 14:37, <sto.mar / web.de> wrote: > 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? 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.