Trying to install SessionTimeout plugin

All,

I’m attempting to install the SessionTimeout plugin but it’s not
working.

Here’s my command and the output:

C:\eclipse\workspace\OnlineRating>ruby script/plugin install
http://opensource.a
gileevolved.com/trac/browser/rails_plugins/session_timeout/trunk

  • ./trunk/wiki
    c:/ruby/lib/ruby/1.8/open-uri.rb:290:in open_http': 500 Internal error (OpenURI ::HTTPError) from c:/ruby/lib/ruby/1.8/open-uri.rb:629:in buffer_open’
    from c:/ruby/lib/ruby/1.8/open-uri.rb:167:in open_loop' from c:/ruby/lib/ruby/1.8/open-uri.rb:165:in open_loop’
    from c:/ruby/lib/ruby/1.8/open-uri.rb:135:in open_uri' from c:/ruby/lib/ruby/1.8/open-uri.rb:531:in open’
    from c:/ruby/lib/ruby/1.8/open-uri.rb:86:in open' from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/plugin.rb:8 48:in download’
    from
    c:/ruby/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/plugin.rb:8
    57:in fetch' ... 14 levels... from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/commands/plugin.rb:8 71 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in re
    quire’
    from
    c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_suppo
    rt/dependencies.rb:147:in `require’
    from script/plugin:3

Is this some dumb HTTP error or is my command incorrect?

Thanks,
Wes

c:/ruby/lib/ruby/1.8/open-uri.rb:290:in `open_http’: 500 Internal error
(OpenURI
::HTTPError)

you’re getting a 500 error returned, that’s the problem…the url you
are using is actually the trac page for the repository, not the
repository itself

you want to checkout the code from

http://opensource.agileevolved.com/svn/root/rails_plugins/session_timeout/trunk

that should work

Chris