Why do I get "undefined method `destroy'" when including 'svn/repos'?
- by Chad Johnson
I get the following when running
script/server
require 'svn/repos'
script/console
Loading development environment (Rails 2.3.5)
require 'svn/repos'
/Library/Ruby/Site/1.8/svn/core.rb:88: warning: already initialized constant Stream
/Library/Ruby/Site/1.8/svn/core.rb:138: warning: already initialized constant AuthBaton
…