##// END OF EJS Templates
* add Redmine.pm to authenticate with mod_perl...
* add Redmine.pm to authenticate with mod_perl * add a --test option in reposman.rb * change owner right to fit with apache write access to repositories * add a deprecated warning in reposman.pl git-svn-id: http://redmine.rubyforge.org/svn/trunk@916 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r680:e76d153064ee
r903:a1f3497ec468
Show More
deprecated.rake
9 lines | 386 B | text/x-ruby | RubyLexer
def deprecated_task(name, new_name)
task name=>new_name do
$stderr.puts "\nNote: The rake task #{name} has been deprecated, please use the replacement version #{new_name}"
end
end
deprecated_task :load_default_data, "redmine:load_default_data"
deprecated_task :migrate_from_mantis, "redmine:migrate_from_mantis"
deprecated_task :migrate_from_trac, "redmine:migrate_from_trac"