How do I get the latest trunk version?

Hi,

I want to use the latest trunk version for my rails application, I see
some cool new features and I cannot wait to use them :smiley:

How do I accomplish that? Thanks in advance :smiley:

I tried this:
svn co http://svn.rubyonrails.org/rails/trunk

This only gives me those files?
$ ls
Rakefile actionwebservice activesupport railties
actionmailer activerecord cleanlogs.sh release.rb
actionpack activeresource pushgems.rb

How do I force my application to use these new versions of rails?

On 4 Nov 2007, at 21:22, Jamal S. wrote:

Hi,

I want to use the latest trunk version for my rails application, I see
some cool new features and I cannot wait to use them :smiley:

How do I accomplish that? Thanks in advance :smiley:

check out the rails trunk into vendor/rails in your app
or, run rake rails:freeze:edge

Fred