diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-03 08:07:37 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-03 08:07:37 +0000 |
commit | b230429a6190d87b1d66696842a7cf30134fa67e (patch) | |
tree | 54d7acbb2d3e5480fdc634a93b2b0dfe49f73228 | |
parent | a06462548c48503e871a94dc015f2717632914e7 (diff) | |
download | redmine-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-x | extra/svn/reposman.rb | 1 |
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 ) |