summaryrefslogtreecommitdiffstats
path: root/extra/svn
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-06 14:20:39 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-06 14:20:39 +0000
commitfece6aa4d0f2a98cf0d12fb829ac09c3b34c5fbd (patch)
tree9fe0d134e70efebbc7a086f9cba8f4d120e6f44b /extra/svn
parent88339fd98b8214f2f42fce28728b71eeccd20396 (diff)
downloadredmine-fece6aa4d0f2a98cf0d12fb829ac09c3b34c5fbd.tar.gz
redmine-fece6aa4d0f2a98cf0d12fb829ac09c3b34c5fbd.zip
Fixed: deprecation warning in reposman.rb (#4736).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3378 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra/svn')
-rwxr-xr-xextra/svn/reposman.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb
index e897a4f4f..8319287e2 100755
--- a/extra/svn/reposman.rb
+++ b/extra/svn/reposman.rb
@@ -175,7 +175,7 @@ unless File.directory?($repos_base)
end
begin
- require 'activeresource'
+ require 'active_resource'
rescue LoadError
log("This script requires activeresource.\nRun 'gem install activeresource' to install it.", :exit => true)
end