summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-06-03 08:07:37 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-06-03 08:07:37 +0000
commitb230429a6190d87b1d66696842a7cf30134fa67e (patch)
tree54d7acbb2d3e5480fdc634a93b2b0dfe49f73228
parenta06462548c48503e871a94dc015f2717632914e7 (diff)
downloadredmine-b230429a6190d87b1d66696842a7cf30134fa67e.tar.gz
redmine-b230429a6190d87b1d66696842a7cf30134fa67e.zip
Merged r9742 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9752 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rwxr-xr-xextra/svn/reposman.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb
index 46b9adc19..d79ad2695 100755
--- a/extra/svn/reposman.rb
+++ b/extra/svn/reposman.rb
@@ -3,6 +3,7 @@
require 'optparse'
require 'find'
require 'etc'
+require 'rubygems'
Version = "1.4"
SUPPORTED_SCM = %w( Subversion Darcs Mercurial Bazaar Git Filesystem )